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
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ext4: handle error of ext4_setup_system_zone() on remount
Jan Kara
2021-03-24
1
-1
/
+4
*
ext4: fix leaking sysfs kobject after failed mount
Eric Biggers
2020-11-18
1
-0
/
+1
*
ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTA
Kaixu Xia
2020-11-18
1
-2
/
+2
*
ext4: Detect already used quota file early
Jan Kara
2020-11-10
1
-0
/
+5
*
fs: prevent BUG_ON in submit_bh_wbc()
Xianting Tian
2020-09-03
1
-7
/
+0
*
ext4: check for non-zero journal inum in ext4_calculate_overhead
Ritesh Harjani
2020-05-02
1
-1
/
+2
*
ext4: avoid declaring fs inconsistent due to invalid file handles
Theodore Ts'o
2020-05-02
1
-14
/
+5
*
ext4: do not commit super on read-only bdev
Eric Sandeen
2020-04-24
1
-1
/
+2
*
ext4: fix incorrect inodes per group in error message
Josh Triplett
2020-04-24
1
-1
/
+1
*
ext4: fix incorrect group count in ext4_fill_super error message
Josh Triplett
2020-04-24
1
-2
/
+2
*
ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
Dan Carpenter
2020-03-11
1
-3
/
+3
*
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
2020-03-11
1
-22
/
+50
*
ext4: fix potential race between online resizing and write operations
Theodore Ts'o
2020-03-11
1
-9
/
+22
*
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
2020-02-28
1
-3
/
+3
*
ext4: fix mount failure with quota configured as module
Jan Kara
2020-02-28
1
-1
/
+1
*
ext4: improve explanation of a mount failure caused by a misconfigured kernel
Theodore Ts'o
2020-02-28
1
-10
/
+4
*
ext4: add more paranoia checking in ext4_expand_extra_isize handling
Theodore Ts'o
2020-01-23
1
-8
/
+12
*
ext4: fix use-after-free race with debug_want_extra_isize
Barret Rhoden
2020-01-23
1
-23
/
+33
*
ext4: fix ext4_show_options for file systems w/o journal
Debabrata Banerjee
2019-05-21
1
-1
/
+1
*
ext4: avoid kernel warning when writing the superblock to a dead device
Theodore Ts'o
2019-01-16
1
-1
/
+1
*
ext4: force inode writes when nfsd calls commit_metadata()
Theodore Ts'o
2019-01-09
1
-0
/
+11
*
ext4: fix possible use after free in ext4_quota_enable
Pan Bian
2019-01-09
1
-1
/
+1
*
ext4: fix possible leak of s_journal_flag_rwsem in error path
Vasily Averin
2018-11-21
1
-0
/
+1
*
ext4: fix possible leak of sbi->s_group_desc_leak in error path
Theodore Ts'o
2018-11-21
1
-8
/
+8
*
ext4: show test_dummy_encryption mount option in /proc/mounts
Eric Biggers
2018-09-29
1
-0
/
+2
*
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: don't lock buffer in ext4_commit_super if holding spinlock
Theodore Ts'o
2017-01-06
1
-2
/
+3
*
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2016-11-19
1
-1
/
+16
*
ext4: super.c: Update logging style using KERN_CONT
Joe Perches
2016-10-12
1
-10
/
+11
*
ext4: use journal inode to determine journal overhead
Eric Whitney
2016-09-30
1
-2
/
+17
[next]