summaryrefslogtreecommitdiffstats
path: root/fs/ext4/mmp.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix potential uninitialized access to retval in kmmpdYe Bin2021-07-231-1/+1
* ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o2021-07-081-16/+15
* ext4: fix memory leak in ext4_fill_superPavel Skripkin2021-06-171-15/+13
* ext4: fix ext4_error_err save negative errno into superblockYe Bin2021-04-091-1/+1
* ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-7/+3
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-7/+6
* ext4: don't assume that mmp_nodename/bdevname have NULAndreas Dilger2020-02-131-5/+7
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-1/+5
* ext4: don't mark mmp buffer head dirtyLi Dongyang2018-09-151-1/+0
* ext4: use 64-bit timestamps for mmp_timeArnd Bergmann2018-07-291-3/+3
* ext4: clear mmp sequence number when remounting read-onlyTheodore Ts'o2018-07-081-5/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-1/+1
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* | ext4: use sizeof(*ptr)Markus Elfring2017-08-241-1/+1
|/
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-3/+3
* fs: have submit_bh users pass in op and flags separatelyMike Christie2016-06-071-2/+2
* ext4: remove trailing \n from ext4_warning/ext4_error callsJakub Wilk2016-04-271-2/+2
* ext4: clean up error handling in the MMP supportvikram.jadhav072016-03-131-17/+17
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-171-3/+5
* ext4: silence a format string false positiveDan Carpenter2015-08-151-1/+1
* ext4: simplify some code in read_mmp_block()Dan Carpenter2015-08-151-21/+25
* ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov2014-10-131-4/+2
* ext4: make local functions staticStephen Hemminger2014-05-121-2/+2
* ext4: use prandom_u32() instead of get_random_bytes()Theodore Ts'o2013-11-081-1/+1
* ext4: mark all metadata I/O with REQ_METATheodore Ts'o2013-04-201-2/+2
* ext4: fix big-endian bug in metadata checksum calculationsDmitry Monakhov2013-04-091-1/+1
* ext4: use unlikely to improve the efficiency of the kernelWang Shilong2013-01-121-1/+1
* ext4: return ENOMEM if sb_getblk() failsTheodore Ts'o2013-01-121-0/+2
* ext4: Convert to new freezing mechanismJan Kara2012-07-311-0/+6
* ext4: add checksums to the MMP blockDarrick J. Wong2012-04-291-5/+39
* ext4: Fix endianness bug when reading the MMP blockSantosh Nayak2012-02-271-2/+2
* ext4: Fix comparison endianness problem in MMP initializationDarrick J. Wong2011-10-181-1/+2
* ext4: MMP: fix error message rate-limiting logic in kmmpdNikitas Angelinas2011-10-181-2/+3
* ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysnameNikitas Angelinas2011-10-181-1/+1
* ext4: add support for multiple mount protectionJohann Lombardi2011-05-241-0/+351