index
:
kernel/git/stable/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
super.c
Age
Commit message (
Expand
)
Author
2020-04-28
ext4: fix races between page faults and hole punching
Jan Kara
2020-01-11
ext4: add more paranoia checking in ext4_expand_extra_isize handling
Theodore Ts'o
2020-01-11
ext4: Introduce ext4_clamp_want_extra_isize()
Ben Hutchings
2019-04-04
ext4: avoid kernel warning when writing the superblock to a dead device
Theodore Ts'o
2019-04-04
ext4: force inode writes when nfsd calls commit_metadata()
Theodore Ts'o
2019-04-04
ext4: avoid declaring fs inconsistent due to invalid file handles
Theodore Ts'o
2019-02-11
ext4: fix possible leak of sbi->s_group_desc_leak in error path
Theodore Ts'o
2019-02-11
ext4: fix use-after-free race in ext4_remount()'s error path
Theodore Ts'o
2018-11-20
ext4: check superblock mapped prior to committing
Jon Derrick
2018-11-20
ext4: Fix WARN_ON_ONCE in ext4_commit_super()
Pranay Kr. Srivastava
2018-11-20
ext4: add more mount time checks of the superblock
Theodore Ts'o
2018-09-25
ext4: add more inode number paranoia checks
Theodore Ts'o
2018-09-25
ext4: fix false negatives *and* false positives in ext4_check_descriptors()
Theodore Ts'o
2018-09-25
ext4: make sure bitmaps and the inode table don't overlap with bg descriptors
Theodore Ts'o
2018-09-25
ext4: don't allow r/w mounts if metadata blocks overlap the superblock
Theodore Ts'o
2018-09-25
ext4: fix check to prevent initializing reserved inodes
Theodore Ts'o
2018-09-25
ext4: only look at the bg_flags field if it is valid
Theodore Ts'o
2018-06-16
ext4: save error to disk in __ext4_grp_locked_error()
Zhouyi Zhou
2017-06-05
ext4: fix fencepost in s_first_meta_bg validation
Theodore Ts'o
2017-06-05
ext4: return EROFS if device is r/o and journal replay is needed
Theodore Ts'o
2017-06-05
ext4: preserve the needs_recovery flag when the journal is aborted
Theodore Ts'o
2017-03-16
ext4: add sanity checking to count_overhead()
Theodore Ts'o
2017-03-16
ext4: use more strict checks for inodes_per_block on mount
Theodore Ts'o
2017-03-16
ext4: fix in-superblock mount options processing
Theodore Ts'o
2017-02-26
ext4: validate s_first_meta_bg at mount time
Eryu Guan
2017-02-23
ext4: sanity check the block and cluster size at mount time
Theodore Ts'o
2016-11-20
ext4: validate that metadata blocks do not overlap superblock
Theodore Ts'o
2016-11-20
ext4: short-cut orphan cleanup on error
Vegard Nossum
2016-11-20
ext4: validate s_reserved_gdt_blocks on mount
Theodore Ts'o
2016-05-01
ext4: add lockdep annotations for i_data_sem
Theodore Ts'o
2015-12-13
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2015-09-29
fs: create and use seq_show_option for escaping
Kees Cook
2015-07-15
ext4: call sync_blockdev() before invalidate_bdev() in put_super()
Theodore Ts'o
2014-11-13
ext4: enable journal checksum when metadata checksum feature enabled
Darrick J. Wong
2014-11-05
ext4: check s_chksum_driver when looking for bg csum presence
Darrick J. Wong
2014-11-05
ext4: Replace open coded mdata csum feature to helper function
Dmitry Monakhov
2014-11-05
ext4: add ext4_iget_normal() which is to be used for dir tree lookups
Theodore Ts'o
2014-11-05
ext4: don't check quota format when there are no quota files
Jan Kara
2014-09-05
jbd2: fix descriptor block size handling errors with journal_csum
Darrick J. Wong
2014-07-11
ext4: revert commit which was causing fs corruption after journal replays
Theodore Ts'o
2014-07-05
ext4: disable synchronous transaction batching if max_batch_time==0
Eric Sandeen
2014-07-05
ext4: clarify error count warning messages
Theodore Ts'o
2014-05-12
ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access
liang xie
2014-05-12
ext4: remove unnecessary double parentheses
Lukas Czerner
2014-05-12
ext4: make local functions static
Stephen Hemminger
2014-05-12
ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystem
Darrick J. Wong
2014-04-21
ext4: add a new spinlock i_raw_lock to protect the ext4's raw inode
Theodore Ts'o
2014-04-20
ext4: rename uninitialized extents to unwritten
Lukas Czerner
2014-04-07
ext4: initialize multi-block allocator before checking block descriptors
Azat Khuzhin
2014-03-24
ext4: optimize Hurd tests when reading/writing inodes
Theodore Ts'o
[next]