aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/mmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-29ext4: replace read-only check for shutdown check in mmp codeJan Kara1-1/+1
2023-05-07ext4: fix lockdep warning when enabling MMPJan Kara1-9/+21
2023-04-28ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o1-1/+8
2022-11-18treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld1-7/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche1-1/+1
2022-07-14block: remove bdevnameChristoph Hellwig1-1/+2
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig1-4/+4
2022-05-11ext4: remove unnecessary type castingsYu Zhe1-1/+1
2021-07-23ext4: fix potential uninitialized access to retval in kmmpdYe Bin1-1/+1
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o1-16/+15
2021-06-17ext4: fix memory leak in ext4_fill_superPavel Skripkin1-15/+13
2021-04-09ext4: fix ext4_error_err save negative errno into superblockYe Bin1-1/+1
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-7/+3
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-7/+6
2020-02-13ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger1-5/+7
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-1/+5
2018-09-15ext4: don't mark mmp buffer head dirtyLi Dongyang1-1/+0
2018-07-29ext4: use 64-bit timestamps for mmp_timeArnd Bergmann1-3/+3
2018-07-08ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o1-5/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2017-08-24ext4: use sizeof(*ptr)Markus Elfring1-1/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-3/+3
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie1-2/+2
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk1-2/+2
2016-03-13ext4: clean up error handling in the MMP supportvikram.jadhav071-17/+17
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong1-3/+5
2015-08-15ext4: silence a format string false positiveDan Carpenter1-1/+1
2015-08-15ext4: simplify some code in read_mmp_block()Dan Carpenter1-21/+25
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