summaryrefslogtreecommitdiff
path: root/fs/ext4/mmp.c
AgeCommit message (Expand)Author
2023-07-29ext4: replace read-only check for shutdown check in mmp codeJan Kara
2023-05-07ext4: fix lockdep warning when enabling MMPJan Kara
2023-04-28ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o
2022-11-18treewide: use get_random_u32_{above,below}() instead of manual loopJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche
2022-07-14block: remove bdevnameChristoph Hellwig
2022-07-14ext4: only initialize mmp_bdevname onceChristoph Hellwig
2022-05-11ext4: remove unnecessary type castingsYu Zhe
2021-07-23ext4: fix potential uninitialized access to retval in kmmpdYe Bin
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o
2021-06-17ext4: fix memory leak in ext4_fill_superPavel Skripkin
2021-04-09ext4: fix ext4_error_err save negative errno into superblockYe Bin
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o
2020-02-13ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o
2018-09-15ext4: don't mark mmp buffer head dirtyLi Dongyang
2018-07-29ext4: use 64-bit timestamps for mmp_timeArnd Bergmann
2018-07-08ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-24ext4: use sizeof(*ptr)Markus Elfring
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-06-07fs: have submit_bh users pass in op and flags separatelyMike Christie
2016-04-27ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk
2016-03-13ext4: clean up error handling in the MMP supportvikram.jadhav07
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong
2015-08-15ext4: silence a format string false positiveDan Carpenter
2015-08-15ext4: simplify some code in read_mmp_block()Dan Carpenter
2014-10-13ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-05-12ext4: make local functions staticStephen Hemminger
2013-11-08ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o
2013-04-20ext4: mark all metadata I/O with REQ_METATheodore Ts'o
2013-04-09ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov
2013-01-12ext4: use unlikely to improve the efficiency of the kernelWang Shilong
2013-01-12ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o
2012-07-31ext4: Convert to new freezing mechanismJan Kara
2012-04-29ext4: add checksums to the MMP blockDarrick J. Wong
2012-02-27ext4: Fix endianness bug when reading the MMP blockSantosh Nayak
2011-10-18ext4: Fix comparison endianness problem in MMP initializationDarrick J. Wong
2011-10-18ext4: MMP: fix error message rate-limiting logic in kmmpdNikitas Angelinas
2011-10-18ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysnameNikitas Angelinas
2011-05-24ext4: add support for multiple mount protectionJohann Lombardi