summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
10 daysext4: fix error message when rejecting the default hashGabriel Krisman Bertazi1-11/+17
10 daysext4: factor out ext4_hash_info_init()Jason Yan1-20/+30
10 daysext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+8
10 daysext4: fix string copying in parse_apply_sb_mount_options()Fedor Pchelkin1-2/+3
10 daysext4: clear i_state_flags when alloc inodeHaibo Chen1-0/+1
2025-10-29ext4: avoid potential buffer over-read in parse_apply_sb_mount_options()Theodore Ts'o1-12/+5
2025-10-15ext4: fix checks for orphan inodesJan Kara1-2/+2
2025-08-28ext4: preserve SB_I_VERSION on remountBaokun Li1-3/+3
2025-08-28ext4: don't try to clear the orphan_present feature block device is r/oTheodore Ts'o1-0/+2
2025-06-04ext4: reject the 'data_err=abort' option in nojournal modeBaokun Li1-0/+12
2025-04-25ext4: 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
2025-02-01ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)1-1/+2
2024-12-14ext4: supress data-race warnings in ext4_free_inodes_{count,set}()Jeongjun Park1-4/+4
2024-12-14ext4: avoid remount errors with 'abort' mount optionJan Kara1-3/+8
2024-12-14ext4: make 'abort' mount option handling standardJan Kara1-14/+2
2024-11-17ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2024-10-17ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-08-29ext4, jbd2: add an optimized bmap for the journal inodeTheodore Ts'o1-0/+23
2024-04-13ext4: forbid commit inconsistent quota data when errors=remount-roYe Bin1-0/+12
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-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-03-11ext4: fix incorrect options show of original mount_opt and extend mount_opt2Zhang Yi1-7/+21
2023-03-11ext4: don't show commit interval if it is zeroWang Jianjian1-1/+1
2023-01-07ext4: fix uninititialized value in 'ext4_evict_inode'Ye Bin1-0/+1
2023-01-07ext4: don't allow journal inode to have encrypt flagEric Biggers1-1/+1
2023-01-07ext4: journal_path mount options should follow linksLukas Czerner1-1/+1
2023-01-07ext4: add helper to check quota inumsBaokun Li1-3/+25
2023-01-07ext4: correct inconsistent error msg in nojournal modeBaokun Li1-4/+5
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan1-1/+1
2022-10-28fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton1-4/+0
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-4/+3
2022-10-01ext4: move DIOREAD_NOLOCK setting to ext4_set_def_opts()Jason Yan1-3/+3
2022-10-01ext4: remove useless local variable 'blocksize'Jason Yan1-24/+21
2022-10-01ext4: unify the ext4 super block loading operationJason Yan1-80/+106
2022-10-01ext4: factor out ext4_journal_data_mode_check()Jason Yan1-25/+35
2022-10-01ext4: factor out ext4_load_and_init_journal()Jason Yan1-69/+88
2022-10-01ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()Jason Yan1-59/+84
2022-10-01ext4: factor out ext4_geometry_check()Jason Yan1-50/+61
2022-10-01ext4: factor out ext4_check_feature_compatibility()Jason Yan1-67/+77
2022-10-01ext4: factor out ext4_init_metadata_csum()Jason Yan1-37/+46