aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mmp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov1-4/+2
2014-05-12ext4: make local functions staticStephen Hemminger1-2/+2
2013-11-08ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o1-1/+1
2013-04-20ext4: mark all metadata I/O with REQ_METATheodore Ts'o1-2/+2
2013-04-09ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov1-1/+1
2013-01-12ext4: use unlikely to improve the efficiency of the kernelWang Shilong1-1/+1
2013-01-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o1-0/+2
2012-07-31ext4: Convert to new freezing mechanismJan Kara1-0/+6
2012-04-29ext4: add checksums to the MMP blockDarrick J. Wong1-5/+39
2012-02-27ext4: Fix endianness bug when reading the MMP blockSantosh Nayak1-2/+2
2011-10-18ext4: Fix comparison endianness problem in MMP initializationDarrick J. Wong1-1/+2
2011-10-18ext4: MMP: fix error message rate-limiting logic in kmmpdNikitas Angelinas1-2/+3
2011-10-18ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysnameNikitas Angelinas1-1/+1
2011-05-24ext4: add support for multiple mount protectionJohann Lombardi1-0/+351