summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
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
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-10-03Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+15
2021-10-01ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun1-1/+4
2021-10-01ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-10-01ext4: fix reserved space counter leakageJeffle Xu1-0/+6
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2021-09-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-184/+54
2021-08-31ext4: Speedup ext4 orphan inode handlingJan Kara1-5/+29
2021-08-31ext4: Move orphan inode handling into a separate fileJan Kara1-178/+2
2021-08-31ext4: Support for checksumming from journal triggersJan Kara1-1/+15
2021-08-31ext4: fix e2fsprogs checksum failure for mounted filesystemJan Kara1-0/+8
2021-08-27dax: remove bdev_dax_supportedChristoph Hellwig1-1/+2
2021-07-13ext4: Convert to use mapping->invalidate_lockJan Kara1-8/+5
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o1-8/+0
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o1-1/+5
2021-07-01ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin1-2/+10
2021-06-30ext4: notify sysfs on errors_count value changeJonathan Davies1-0/+2
2021-06-24ext4: remove bdev_try_to_free_page() callbackZhang Yi1-21/+0
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi1-0/+8
2021-06-23ext4: add discard/zeroout flags to journal flushLeah Rumancik1-3/+3
2021-06-17ext4: return error code when ext4_fill_flex_info() failsYang Yingliang1-0/+1
2021-06-17ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi1-1/+8
2021-06-17ext4: fix memory leak in ext4_fill_superPavel Skripkin1-6/+4
2021-06-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+9
2021-06-06ext4: fix memory leak in ext4_fill_superAlexey Makhalov1-2/+9
2021-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-43/+73
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+1
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein1-4/+1
2021-04-10ext4: fix trailing whitespaceJack Qiu1-1/+1
2021-04-10ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-04-10ext4: always panic when errors=panic is specifiedYe Bin1-3/+4
2021-04-09ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi1-3/+0
2021-04-09ext4: make prefetch_block_bitmaps defaultHarshad Shirwadkar1-7/+8
2021-04-09ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar1-1/+27
2021-04-09ext4: add ability to return parsed options from parse_optionsHarshad Shirwadkar1-21/+30
2021-04-06ext4: handle casefolding with encryptionDaniel Rosenberg1-6/+0
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara1-1/+1
2021-03-06ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney1-0/+5
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+9
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-03ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o1-1/+8