summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
5 daysext4: fix error message when rejecting the default hashGabriel Krisman Bertazi1-11/+17
5 daysext4: factor out ext4_hash_info_init()Jason Yan1-20/+30
5 daysext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+8
5 daysext4: clear i_state_flags when alloc inodeHaibo Chen1-0/+1
2025-10-19ext4: fix checks for orphan inodesJan Kara1-2/+2
2025-08-28ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
2025-06-27ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2025-06-27ext4: make 'abort' mount option handling standardJan Kara1-4/+2
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-10-17ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-04-13ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin1-0/+12
2024-04-10ext4: fix error code saved on super block during file system abortGabriel Krisman Bertazi1-1/+1
2024-04-10ext4: Send notifications on errorGabriel Krisman Bertazi1-0/+8
2023-07-23ext4: turn quotas off if mount failed after enabling quotasBaokun Li1-2/+4
2023-07-23ext4: 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-24ext4: allow ext4_get_group_info() to failTheodore Ts'o1-0/+2
2023-05-24ext4: don't clear SB_RDONLY when remounting r/w until quota is re-enabledTheodore Ts'o1-1/+5
2023-05-24ext4: reflect error codes from ext4_multi_mount_protect() to its callersTheodore Ts'o1-7/+9
2023-05-24ext4: 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-03-22ext4: update s_journal_inum if it changes after journal replayBaokun Li1-2/+5
2023-01-12ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2023-01-12ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2023-01-12ext4: goto right label 'failed_mount3a'Jason Yan1-5/+5
2023-01-12ext4: use ext4_debug() instead of jbd_debug()Eric Biggers1-1/+1
2023-01-12ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin1-0/+1
2023-01-12ext4: add helper to check quota inumsBaokun Li1-3/+25
2022-10-26ext4: don't run ext4lazyinit for read-only filesystemsJosh Triplett1-3/+3
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-22ext4: fix super block checksum incorrect after mountYe Bin1-8/+8
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-7/+12
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-03-08ext4: fast commit may miss file actionsXin Yin1-1/+0
2022-03-08ext4: fast commit may not fallback for ineligible commitXin Yin1-0/+1
2022-03-08ext4: drop ineligible txn start stop APIsHarshad Shirwadkar1-1/+0
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