aboutsummaryrefslogtreecommitdiff
path: root/lib/ext2fs/mmp.c
AgeCommit message (Expand)Author
2021-02-25mmp: do not use O_DIRECT when working with regular fileLukas Czerner
2021-02-14libext2fs: fix crash when ext2fs_mmp_stop() is called before MMP is initializedTheodore Ts'o
2021-01-23Fix clang warningsTheodore Ts'o
2021-01-21libext2fs: fix UBSAN warning in ext2fs_mmp_new_seq()Theodore Ts'o
2020-03-07libext2fs: don't use O_DIRECT for files on tmpfsAndreas Dilger
2018-07-14Fix compile error and warnings for old gcc versionsLi Dongyang
2018-06-22misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara
2016-03-21Merge branch 'maint' into nextTheodore Ts'o
2016-03-21Fix warnings caused by glibc 2.20Theodore Ts'o
2015-10-24libext2fs: clean up feature test macros with predicate functionsDarrick J. Wong
2015-07-13Eliminate unused parameter warnings from Android buildTheodore Ts'o
2015-07-12Eliminate unused function warnings from Android buildTheodore Ts'o
2015-05-25libext2fs: fix ext2fs_close() when MMP is not enabledTheodore Ts'o
2013-12-26Merge branch 'maint' into nextTheodore Ts'o
2013-12-16Clean up sparse warningsTheodore Ts'o
2013-12-04Merge branch 'maint' into nextTheodore Ts'o
2013-12-03mmp: fix 64-bit handling of s_mmp_blockAndreas Dilger
2013-05-19Merge branch 'maint' into nextTheodore Ts'o
2013-05-19libext2fs: fix gcc -Wall warningsTheodore Ts'o
2012-11-29Merge branch 'maint' into nextTheodore Ts'o
2012-11-26libext2fs: change mmp.c to LGPL to match other filesAndreas Dilger
2012-08-02libext2fs: add checksum to MMP blockDarrick J. Wong
2012-07-30Make Multi Mount Protection (MMP) optional at configure time.Tony Breeds
2012-05-07libext2fs: refactor Direct I/O alignment requirement calculationsTheodore Ts'o
2012-02-27libext2fs: include config.h for HAVE_xxx definesMike Frysinger
2011-11-11libext2fs: fix write size in ext2fs_mmp_writeEric Sandeen
2011-09-30libext2fs: Always swab the MMP block on big-endian systems machinesDarrick J. Wong
2011-09-25ext2fs: add multi-mount protection (INCOMPAT_MMP)Andreas Dilger