aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2024-04-13ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin
2024-04-10ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi
2024-04-10ext4: Send notifications on errorGabriel Krisman Bertazi
2023-07-23ext4: turn quotas off if mount failed after enabling quotasBaokun Li
2023-07-23ext4: Fix reusing stale buffer heads from last failed mountingZhihao Cheng
2023-06-14Revert "ext4: don't clear SB_RDONLY when remounting r/w until quota is re-ena...Theodore Ts'o
2023-06-09ext4: enable the lazy init thread when remounting read/writeTheodore Ts'o
2023-05-24ext4: allow ext4_get_group_info() to failTheodore Ts'o
2023-05-24ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o
2023-05-24ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o
2023-05-24ext4: remove an unused variable warning with CONFIG_QUOTA=nAustin Kim
2023-05-17ext4: improve error recovery code paths in __ext4_remount()Theodore Ts'o
2023-05-17ext4: avoid a potential slab-out-of-bounds in ext4_group_desc_csumTudor Ambarus
2023-03-22ext4: update s_journal_inum if it changes after journal replayBaokun Li
2023-01-12ext4: don't allow journal inode to have encrypt flagEric Biggers
2023-01-12ext4: correct inconsistent error msg in nojournal modeBaokun Li
2023-01-12ext4: goto right label 'failed_mount3a'Jason Yan
2023-01-12ext4: use ext4_debug() instead of jbd_debug()Eric Biggers
2023-01-12ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin
2023-01-12ext4: add helper to check quota inumsBaokun Li
2022-10-26ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett
2022-10-26ext4: ext4_read_bh_lock() should submit IO if the buffer isn't uptodateZhang Yi
2022-10-26ext4: make ext4_lazyinit_thread freezableLalith Rajendran
2022-10-26ext4: fix null-ptr-deref in ext4_write_infoBaokun Li
2022-06-22ext4: fix super block checksum incorrect after mountYe Bin
2022-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers
2022-06-09ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o
2022-06-09ext4: reject the 'commit' option on ext2 filesystemsEric Biggers
2022-05-09ext4: fix bug_on in start_this_handle during umount filesystemYe Bin
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o
2022-03-08ext4: fast commit may miss file actionsXin Yin
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin
2022-03-08ext4: drop ineligible txn start stop APIsHarshad Shirwadkar
2022-01-27ext4: destroy ext4_fc_dentry_cachep kmemcache on module removalSebastian Andrzej Siewior
2022-01-27ext4: Fix BUG_ON in ext4_bread when write quota dataYe Bin
2022-01-27ext4: make sure quota gets properly shutdown on errorJan Kara
2022-01-27ext4: make sure to reset inode lockdep class when quota enabling failsJan Kara
2021-11-18ext4: fix lazy initialization next schedule time computation in more granular...Shaoying Xu
2021-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani
2021-10-01ext4: fix reserved space counter leakageJeffle Xu
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-08-30ext4: Speedup ext4 orphan inode handlingJan Kara
2021-08-30ext4: Move orphan inode handling into a separate fileJan Kara
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-08-30ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig