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.12.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
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: fix ext4_show_options for file systems w/o journal
Debabrata Banerjee
2019-06-11
1
-1
/
+1
*
ext4: force inode writes when nfsd calls commit_metadata()
Theodore Ts'o
2019-01-13
1
-0
/
+11
*
ext4: fix possible use after free in ext4_quota_enable
Pan Bian
2019-01-13
1
-1
/
+1
*
ext4: fix possible leak of sbi->s_group_desc_leak in error path
Theodore Ts'o
2018-11-21
1
-8
/
+8
*
ext4: recalucate superblock checksum after updating free blocks/inodes
Theodore Ts'o
2018-09-29
1
-0
/
+2
*
ext4: fix check to prevent initializing reserved inodes
Theodore Ts'o
2018-08-15
1
-7
/
+1
*
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
Theodore Ts'o
2018-08-09
1
-2
/
+2
*
ext4: check superblock mapped prior to committing
Jon Derrick
2018-07-11
1
-0
/
+8
*
ext4: add more mount time checks of the superblock
Theodore Ts'o
2018-07-11
1
-11
/
+26
*
ext4: add more inode number paranoia checks
Theodore Ts'o
2018-07-11
1
-0
/
+5
*
ext4: only look at the bg_flags field if it is valid
Theodore Ts'o
2018-07-11
1
-1
/
+10
*
ext4: make sure bitmaps and the inode table don't overlap with bg descriptors
Theodore Ts'o
2018-07-11
1
-0
/
+25
*
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
2018-04-24
1
-0
/
+6
*
ext4: save error to disk in __ext4_grp_locked_error()
Zhouyi Zhou
2018-02-22
1
-0
/
+1
*
ext4: do not use stripe_width if it is not set
Jan Kara
2017-11-08
1
-2
/
+2
*
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
zhangyi (F)
2017-09-27
1
-7
/
+31
*
ext4: fix incorrect quotaoff if the quota feature is enabled
zhangyi (F)
2017-09-27
1
-3
/
+3
*
ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
2017-03-26
1
-1
/
+1
*
ext4: return EROFS if device is r/o and journal replay is needed
Theodore Ts'o
2017-03-12
1
-1
/
+2
*
ext4: preserve the needs_recovery flag when the journal is aborted
Theodore Ts'o
2017-03-12
1
-2
/
+4
*
ext4: validate s_first_meta_bg at mount time
Eryu Guan
2017-02-09
1
-0
/
+9
*
ext4: do not perform data journaling when data is encrypted
Sergey Karamov
2017-01-06
1
-0
/
+5
*
ext4: add sanity checking to count_overhead()
Theodore Ts'o
2017-01-06
1
-3
/
+8
*
ext4: fix in-superblock mount options processing
Theodore Ts'o
2017-01-06
1
-15
/
+23
*
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
2017-01-06
1
-9
/
+6
*
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2016-11-26
1
-1
/
+16
*
ext4: avoid modifying checksum fields directly during checksum verification
Daeho Jeong
2016-09-15
1
-9
/
+9
*
ext4: validate that metadata blocks do not overlap superblock
Theodore Ts'o
2016-09-15
1
-1
/
+17
*
ext4: short-cut orphan cleanup on error
Vegard Nossum
2016-08-16
1
-0
/
+10
*
ext4: validate s_reserved_gdt_blocks on mount
Theodore Ts'o
2016-08-16
1
-0
/
+7
*
ext4: fix races between page faults and hole punching
Jan Kara
2016-05-04
1
-0
/
+1
*
ext4: ignore quota mount options if the quota feature is enabled
Theodore Ts'o
2016-04-20
1
-11
/
+11
*
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
2016-04-20
1
-2
/
+23
*
ext2, ext4: warn when mounting with dax enabled
Dan Williams
2015-11-16
1
-1
/
+5
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-11-07
1
-1
/
+1
|
\
|
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-1
/
+1
*
|
ext4: do not allow journal_opts for fs w/o journal
Dmitry Monakhov
2015-10-18
1
-2
/
+29
*
|
ext4: explicit mount options parsing cleanup
Dmitry Monakhov
2015-10-18
1
-2
/
+6
*
|
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2015-10-18
1
-2
/
+10
*
|
ext4: clean up feature test macros with predicate functions
Darrick J. Wong
2015-10-17
1
-94
/
+71
*
|
ext4: call out CRC and corruption errors with specific error codes
Darrick J. Wong
2015-10-17
1
-1
/
+9
*
|
ext4: store checksum seed in superblock
Darrick J. Wong
2015-10-17
1
-1
/
+3
*
|
ext4: move procfs registration code to fs/ext4/sysfs.c
Theodore Ts'o
2015-09-23
1
-38
/
+3
*
|
ext4: move sysfs code from super.c to fs/ext4/sysfs.c
Theodore Ts'o
2015-09-23
1
-409
/
+17
|
/
*
fs: create and use seq_show_option for escaping
Kees Cook
2015-09-04
1
-2
/
+2
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2015-09-03
1
-12
/
+38
|
\
|
*
Revert "ext4: remove block_device_ejected"
Theodore Ts'o
2015-08-16
1
-1
/
+17
|
*
ext4: ratelimit the file system mounted message
Theodore Ts'o
2015-08-15
1
-3
/
+6
|
*
ext4: don't manipulate recovery flag when freezing no-journal fs
Eric Sandeen
2015-08-15
1
-4
/
+8
|
*
ext4, jbd2: add REQ_FUA flag when recording an error in the superblock
Daeho Jeong
2015-07-23
1
-1
/
+2
[next]