summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran1-0/+1
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li1-1/+1
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-01-27ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin1-1/+1
2021-05-22ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-03-24ext4: handle error of ext4_setup_system_zone() on remountJan Kara1-1/+4
2020-11-18ext4: fix leaking sysfs kobject after failed mountEric Biggers1-0/+1
2020-11-18ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia1-2/+2
2020-11-10ext4: Detect already used quota file earlyJan Kara1-0/+5
2020-09-03fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian1-7/+0
2020-05-02ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani1-1/+2
2020-05-02ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o1-14/+5
2020-04-24ext4: do not commit super on read-only bdevEric Sandeen1-1/+2
2020-04-24ext4: fix incorrect inodes per group in error messageJosh Triplett1-1/+1
2020-04-24ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett1-2/+2
2020-03-11ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-03-11ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh1-22/+50
2020-03-11ext4: fix potential race between online resizing and write operationsTheodore Ts'o1-9/+22
2020-02-28ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers1-3/+3
2020-02-28ext4: fix mount failure with quota configured as moduleJan Kara1-1/+1
2020-02-28ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o1-10/+4
2020-01-23ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o1-8/+12
2020-01-23ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden1-23/+33
2019-05-21ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee1-1/+1
2019-01-17ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o1-1/+1
2019-01-09ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o1-0/+11
2019-01-09ext4: fix possible use after free in ext4_quota_enablePan Bian1-1/+1
2018-11-21ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin1-0/+1
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-09-29ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers1-0/+2
2018-09-29ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o1-0/+2
2018-08-15ext4: fix check to prevent initializing reserved inodesTheodore Ts'o1-7/+1
2018-08-09ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o1-2/+2
2018-07-11ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-07-11ext4: add more mount time checks of the superblockTheodore Ts'o1-11/+26
2018-07-11ext4: add more inode number paranoia checksTheodore Ts'o1-0/+5
2018-07-11ext4: only look at the bg_flags field if it is validTheodore Ts'o1-1/+10
2018-07-11ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o1-0/+25
2018-04-24ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o1-0/+6
2018-02-22ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou1-0/+1
2017-11-08ext4: do not use stripe_width if it is not setJan Kara1-2/+2
2017-09-27ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)1-7/+31
2017-09-27ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)1-3/+3
2017-03-26ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o1-1/+1
2017-03-12ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o1-1/+2
2017-03-12ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o1-2/+4
2017-02-09ext4: validate s_first_meta_bg at mount timeEryu Guan1-0/+9
2017-01-06ext4: do not perform data journaling when data is encryptedSergey Karamov1-0/+5
2017-01-06ext4: add sanity checking to count_overhead()Theodore Ts'o1-3/+8