summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng2023-08-111-6/+7
* ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu2023-08-111-7/+7
* ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o2023-05-171-3/+10
* ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus2023-05-171-4/+2
* Revert "ext4: add new pending reservation mechanism"Greg Kroah-Hartman2023-01-241-8/+0
* ext4: add new pending reservation mechanismEric Whitney2023-01-181-0/+8
* ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin2023-01-181-0/+1
* ext4: don't allow journal inode to have encrypt flagEric Biggers2023-01-181-1/+1
* ext4: correct inconsistent error msg in nojournal modeBaokun Li2023-01-181-4/+5
* ext4: goto right label 'failed_mount3a'Jason Yan2023-01-181-5/+5
* ext4: add helper to check quota inumsBaokun Li2023-01-181-3/+25
* ext4: make ext4_lazyinit_thread freezableLalith Rajendran2022-10-261-0/+1
* ext4: fix null-ptr-deref in ext4_write_infoBaokun Li2022-10-261-1/+1
* ext4: reject the 'commit' option on ext2 filesystemsEric Biggers2022-06-141-0/+1
* ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-271-3/+12
* ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-271-1/+3
* ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin2022-01-271-1/+1
* ext4: make sure quota gets properly shutdown on errorJan Kara2022-01-271-4/+6
* ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara2022-01-271-1/+12
* ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu2021-11-261-5/+4
* ext4: return error code when ext4_fill_flex_info() failsYang Yingliang2021-07-201-0/+1
* ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi2021-07-201-1/+8
* ext4: fix error code in ext4_commit_superFengnan Chang2021-05-221-2/+4
* ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi2021-05-221-3/+0
* ext4: don't remount read-only with errors=continue on rebootJan Kara2021-01-061-8/+6
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-181-2/+2
* ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-11-051-0/+1
* ext4: Detect already used quota file earlyJan Kara2020-11-051-0/+5
* fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-09-031-7/+0
* ext4: correctly restore system zone info when remount failsJan Kara2020-09-031-8/+21
* ext4: handle error of ext4_setup_system_zone() on remountJan Kara2020-09-031-1/+4
* ext4: handle option set by mount flags correctlyLukas Czerner2020-09-031-5/+16
* ext4: handle read only external journal deviceLukas Czerner2020-09-031-18/+33
* ext4: don't BUG on inconsistent journal featureJan Kara2020-09-031-21/+47
* ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o2020-06-251-12/+10
* ext4: stop overwrite the errcode in ext4_setup_superyangerkun2020-06-251-0/+1
* ext4: check for non-zero journal inum in ext4_calculate_overheadRitesh Harjani2020-05-021-1/+2
* ext4: do not commit super on read-only bdevEric Sandeen2020-04-231-1/+2
* ext4: use non-movable memory for superblock readaheadRoman Gushchin2020-04-231-1/+1
* ext4: fix incorrect inodes per group in error messageJosh Triplett2020-04-211-1/+1
* ext4: fix incorrect group count in ext4_fill_super error messageJosh Triplett2020-04-211-2/+2
* ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-03-051-3/+3
* 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: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh2020-02-281-22/+50
* ext4: fix potential race between online resizing and write operationsTheodore Ts'o2020-02-281-10/+23
* ext4: improve explanation of a mount failure caused by a misconfigured kernelTheodore Ts'o2020-02-191-10/+4
* ext4: fix support for inode sizes > 1024 bytesTheodore Ts'o2020-02-191-8/+10
* ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2020-02-051-61/+66
* ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2019-12-051-9/+12