summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-06ext4: check for invalid block size early when mounting a file systemTheodore Ts'o1-24/+16
2020-12-30ext4: don't remount read-only with errors=continue on rebootJan Kara1-8/+6
2020-11-19ext4: drop fast_commit from /proc/mountsTheodore Ts'o1-4/+0
2020-11-11Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o1-11/+0
2020-11-07ext4: cleanup fast commit mount optionsHarshad Shirwadkar1-8/+4
2020-11-07ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-7/+7
2020-11-07ext4: disable fast commit with data journallingHarshad Shirwadkar1-1/+2
2020-11-07ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar1-0/+8
2020-11-07jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar1-1/+1
2020-11-07ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar1-4/+0
2020-11-07ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia1-2/+2
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+8
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg1-6/+6
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar1-2/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-45/+307
2020-10-22ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-22ext4: fast commit recovery pathHarshad Shirwadkar1-0/+21