summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: handle error of ext4_setup_system_zone() on remountJan Kara2021-03-241-1/+4
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-11-181-0/+1
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-181-2/+2
* ext4: Detect already used quota file earlyJan Kara2020-11-101-0/+5
* fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-09-031-7/+0
* ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani2020-05-021-1/+2
* ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o2020-05-021-14/+5
* ext4: do not commit super on read-only bdevEric Sandeen2020-04-241-1/+2
* ext4: fix incorrect inodes per group in error messageJosh Triplett2020-04-241-1/+1
* ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett2020-04-241-2/+2
* ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-03-111-3/+3
* ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-03-111-22/+50
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-03-111-9/+22
* ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers2020-02-281-3/+3
* ext4: fix mount failure with quota configured as moduleJan Kara2020-02-281-1/+1
* ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o2020-02-281-10/+4
* ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2020-01-231-8/+12
* ext4: fix use-after-free race with debug_want_extra_isizeBarret Rhoden2020-01-231-23/+33
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-05-211-1/+1
* ext4: avoid kernel warning when writing the superblock to a dead deviceTheodore Ts'o2019-01-161-1/+1
* ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2019-01-091-0/+11
* ext4: fix possible use after free in ext4_quota_enablePan Bian2019-01-091-1/+1
* ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin2018-11-211-0/+1
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: show test_dummy_encryption mount option in /proc/mountsEric Biggers2018-09-291-0/+2
* ext4: recalucate superblock checksum after updating free blocks/inodesTheodore Ts'o2018-09-291-0/+2
* ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2018-08-151-7/+1
* ext4: fix false negatives *and* false positives in ext4_check_descriptors()Theodore Ts'o2018-08-091-2/+2
* ext4: check superblock mapped prior to committingJon Derrick2018-07-111-0/+8
* ext4: add more mount time checks of the superblockTheodore Ts'o2018-07-111-11/+26
* ext4: add more inode number paranoia checksTheodore Ts'o2018-07-111-0/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2018-07-111-1/+10
* ext4: make sure bitmaps and the inode table don't overlap with bg descriptorsTheodore Ts'o2018-07-111-0/+25
* ext4: don't allow r/w mounts if metadata blocks overlap the superblockTheodore Ts'o2018-04-241-0/+6
* ext4: save error to disk in __ext4_grp_locked_error()Zhouyi Zhou2018-02-221-0/+1
* ext4: do not use stripe_width if it is not setJan Kara2017-11-081-2/+2
* ext4: fix quota inconsistency during orphan cleanup for read-only mountszhangyi (F)2017-09-271-7/+31
* ext4: fix incorrect quotaoff if the quota feature is enabledzhangyi (F)2017-09-271-3/+3
* ext4: fix fencepost in s_first_meta_bg validationTheodore Ts'o2017-03-261-1/+1
* ext4: return EROFS if device is r/o and journal replay is neededTheodore Ts'o2017-03-121-1/+2
* ext4: preserve the needs_recovery flag when the journal is abortedTheodore Ts'o2017-03-121-2/+4
* ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-091-0/+9
* ext4: do not perform data journaling when data is encryptedSergey Karamov2017-01-061-0/+5
* ext4: add sanity checking to count_overhead()Theodore Ts'o2017-01-061-3/+8
* ext4: fix in-superblock mount options processingTheodore Ts'o2017-01-061-15/+23
* ext4: use more strict checks for inodes_per_block on mountTheodore Ts'o2017-01-061-9/+6
* ext4: don't lock buffer in ext4_commit_super if holding spinlockTheodore Ts'o2017-01-061-2/+3
* ext4: sanity check the block and cluster size at mount timeTheodore Ts'o2016-11-191-1/+16
* ext4: super.c: Update logging style using KERN_CONTJoe Perches2016-10-121-10/+11
* ext4: use journal inode to determine journal overheadEric Whitney2016-09-301-2/+17