summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
5 daysext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-3/+4
2025-10-29ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-6/+4
2025-05-02ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2025-05-02ext4: protect ext4_release_dquot against freezingOjaswin Mujoo1-0/+17
2025-04-10ext4: don't over-report free space or inodes in statvfsTheodore Ts'o1-10/+17
2024-12-14ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-07-27ext4: Send notifications on errorGabriel Krisman Bertazi1-1/+6
2024-07-27ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi1-1/+1
2024-04-13ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin1-0/+12
2023-07-27ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng1-6/+7
2023-06-14Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o1-5/+1
2023-06-09ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o1-12/+12
2023-05-30ext4: allow ext4_get_group_info() to failTheodore Ts'o1-0/+2
2023-05-30ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-30ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o1-7/+9
2023-05-30ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim1-1/+3
2023-05-17ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o1-3/+10
2023-05-17ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus1-4/+2
2023-01-18ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin1-0/+1
2023-01-14ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2023-01-14ext4: simplify ext4 error translationJan Kara1-55/+40
2023-01-14ext4: move functions in super.cJan Kara1-98/+98
2023-01-14ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2023-01-14ext4: goto right label 'failed_mount3a'Jason Yan1-5/+5
2023-01-14ext4: add helper to check quota inumsBaokun Li1-3/+25
2022-10-26ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi1-11/+5
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-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers1-8/+10
2022-06-09ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o1-2/+3
2022-06-09ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-05-09ext4: fix bug_on in start_this_handle during umount filesystemYe Bin1-5/+10
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: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior1-0/+2
2022-01-27ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin1-1/+1
2022-01-27ext4: make sure quota gets properly shutdown on errorJan Kara1-4/+6
2022-01-27ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara1-1/+12
2021-11-18ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu1-5/+4
2021-11-02ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o1-1/+5
2021-10-06ext4: fix reserved space counter leakageJeffle Xu1-0/+6
2021-10-06ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-07-19ext4: fix memory leak in ext4_fill_superPavel Skripkin1-6/+4
2021-07-14ext4: return error code when ext4_fill_flex_info() failsYang Yingliang1-0/+1
2021-07-14ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi1-1/+8
2021-06-10ext4: fix memory leak in ext4_fill_superAlexey Makhalov1-2/+9
2021-05-11ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-11ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi1-3/+0
2021-04-07ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney1-0/+5
2021-03-17ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o1-1/+8