summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2020-04-28ext4: fix races between page faults and hole punchingJan Kara
2020-01-11ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o
2020-01-11ext4: Introduce ext4_clamp_want_extra_isize()Ben Hutchings
2019-04-04ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o
2019-04-04ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-04-04ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2019-02-11ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2019-02-11ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2018-11-20ext4: check superblock mapped prior to committingJon Derrick
2018-11-20ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava
2018-11-20ext4: add more mount time checks of the superblockTheodore Ts'o
2018-09-25ext4: add more inode number paranoia checksTheodore Ts'o
2018-09-25ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o
2018-09-25ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o
2018-09-25ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o
2018-09-25ext4: fix check to prevent initializing reserved inodesTheodore Ts'o
2018-09-25ext4: only look at the bg_flags field if it is validTheodore Ts'o
2018-06-16ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou
2017-06-05ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o
2017-06-05ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o
2017-06-05ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o
2017-03-16ext4: add sanity checking to count_overhead()Theodore Ts'o
2017-03-16ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o
2017-03-16ext4: fix in-superblock mount options processingTheodore Ts'o
2017-02-26ext4: validate s_first_meta_bg at mount timeEryu Guan
2017-02-23ext4: sanity check the block and cluster size at mount timeTheodore Ts'o
2016-11-20ext4: validate that metadata blocks do not overlap superblockTheodore Ts'o
2016-11-20ext4: short-cut orphan cleanup on errorVegard Nossum
2016-11-20ext4: validate s_reserved_gdt_blocks on mountTheodore Ts'o
2016-05-01ext4: add lockdep annotations for i_data_semTheodore Ts'o
2015-12-13ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-09-29fs: create and use seq_show_option for escapingKees Cook
2015-07-15ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2014-11-13ext4: enable journal checksum when metadata checksum feature enabledDarrick J. Wong
2014-11-05ext4: check s_chksum_driver when looking for bg csum presenceDarrick J. Wong
2014-11-05ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2014-11-05ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o
2014-11-05ext4: don't check quota format when there are no quota filesJan Kara
2014-09-05jbd2: fix descriptor block size handling errors with journal_csumDarrick J. Wong
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysTheodore Ts'o
2014-07-05ext4: disable synchronous transaction batching if max_batch_time==0Eric Sandeen
2014-07-05ext4: clarify error count warning messagesTheodore Ts'o
2014-05-12ext4: add missing BUFFER_TRACE before ext4_journal_get_write_accessliang xie
2014-05-12ext4: remove unnecessary double parenthesesLukas Czerner
2014-05-12ext4: make local functions staticStephen Hemminger
2014-05-12ext4: find the group descriptors on a 1k-block bigalloc,meta_bg filesystemDarrick J. Wong
2014-04-21ext4: add a new spinlock i_raw_lock to protect the ext4's raw inodeTheodore Ts'o
2014-04-20ext4: rename uninitialized extents to unwrittenLukas Czerner
2014-04-07ext4: initialize multi-block allocator before checking block descriptorsAzat Khuzhin
2014-03-24ext4: optimize Hurd tests when reading/writing inodesTheodore Ts'o