index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
mmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: replace read-only check for shutdown check in mmp code
Jan Kara
2023-07-29
1
-1
/
+1
*
ext4: fix lockdep warning when enabling MMP
Jan Kara
2023-05-07
1
-9
/
+21
*
ext4: reflect error codes from ext4_multi_mount_protect() to its callers
Theodore Ts'o
2023-04-28
1
-1
/
+8
*
treewide: use get_random_u32_{above,below}() instead of manual loop
Jason A. Donenfeld
2022-11-18
1
-7
/
+1
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
fs/buffer: Combine two submit_bh() and ll_rw_block() arguments
Bart Van Assche
2022-07-14
1
-1
/
+1
*
block: remove bdevname
Christoph Hellwig
2022-07-14
1
-1
/
+2
*
ext4: only initialize mmp_bdevname once
Christoph Hellwig
2022-07-14
1
-4
/
+4
*
ext4: remove unnecessary type castings
Yu Zhe
2022-05-11
1
-1
/
+1
*
ext4: fix potential uninitialized access to retval in kmmpd
Ye Bin
2021-07-23
1
-1
/
+1
*
ext4: fix possible UAF when remounting r/o a mmp-protected file system
Theodore Ts'o
2021-07-08
1
-16
/
+15
*
ext4: fix memory leak in ext4_fill_super
Pavel Skripkin
2021-06-17
1
-15
/
+13
*
ext4: fix ext4_error_err save negative errno into superblock
Ye Bin
2021-04-09
1
-1
/
+1
*
ext4: use common helpers in all places reading metadata buffers
zhangyi (F)
2020-10-18
1
-7
/
+3
*
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-04-01
1
-7
/
+6
*
ext4: don't assume that mmp_nodename/bdevname have NUL
Andreas Dilger
2020-02-13
1
-5
/
+7
*
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
2019-12-26
1
-1
/
+5
*
ext4: don't mark mmp buffer head dirty
Li Dongyang
2018-09-15
1
-1
/
+0
*
ext4: use 64-bit timestamps for mmp_time
Arnd Bergmann
2018-07-29
1
-3
/
+3
*
ext4: clear mmp sequence number when remounting read-only
Theodore Ts'o
2018-07-08
1
-5
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-14
1
-1
/
+1
|
\
|
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
|
ext4: use sizeof(*ptr)
Markus Elfring
2017-08-24
1
-1
/
+1
|
/
*
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-11-01
1
-3
/
+3
*
fs: have submit_bh users pass in op and flags separately
Mike Christie
2016-06-07
1
-2
/
+2
*
ext4: remove trailing \n from ext4_warning/ext4_error calls
Jakub Wilk
2016-04-27
1
-2
/
+2
*
ext4: clean up error handling in the MMP support
vikram.jadhav07
2016-03-13
1
-17
/
+17
*
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-10-17
1
-3
/
+5
*
ext4: silence a format string false positive
Dan Carpenter
2015-08-15
1
-1
/
+1
*
ext4: simplify some code in read_mmp_block()
Dan Carpenter
2015-08-15
1
-21
/
+25
*
ext4: Replace open coded mdata csum feature to helper function
Dmitry Monakhov
2014-10-13
1
-4
/
+2
*
ext4: make local functions static
Stephen Hemminger
2014-05-12
1
-2
/
+2
*
ext4: use prandom_u32() instead of get_random_bytes()
Theodore Ts'o
2013-11-08
1
-1
/
+1
*
ext4: mark all metadata I/O with REQ_META
Theodore Ts'o
2013-04-20
1
-2
/
+2
*
ext4: fix big-endian bug in metadata checksum calculations
Dmitry Monakhov
2013-04-09
1
-1
/
+1
*
ext4: use unlikely to improve the efficiency of the kernel
Wang Shilong
2013-01-12
1
-1
/
+1
*
ext4: return ENOMEM if sb_getblk() fails
Theodore Ts'o
2013-01-12
1
-0
/
+2
*
ext4: Convert to new freezing mechanism
Jan Kara
2012-07-31
1
-0
/
+6
*
ext4: add checksums to the MMP block
Darrick J. Wong
2012-04-29
1
-5
/
+39
*
ext4: Fix endianness bug when reading the MMP block
Santosh Nayak
2012-02-27
1
-2
/
+2
*
ext4: Fix comparison endianness problem in MMP initialization
Darrick J. Wong
2011-10-18
1
-1
/
+2
*
ext4: MMP: fix error message rate-limiting logic in kmmpd
Nikitas Angelinas
2011-10-18
1
-2
/
+3
*
ext4: MMP: kmmpd should use nodename from init_uts_ns.name, not sysname
Nikitas Angelinas
2011-10-18
1
-1
/
+1
*
ext4: add support for multiple mount protection
Johann Lombardi
2011-05-24
1
-0
/
+351