aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
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-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-11-02ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o
2021-10-06ext4: fix reserved space counter leakageJeffle Xu
2021-10-06ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani
2021-07-19ext4: fix memory leak in ext4_fill_superPavel Skripkin
2021-07-14ext4: return error code when ext4_fill_flex_info() failsYang Yingliang
2021-07-14ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi
2021-06-10ext4: fix memory leak in ext4_fill_superAlexey Makhalov
2021-05-11ext4: fix error code in ext4_commit_superFengnan Chang
2021-05-11ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi
2021-04-07ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney
2021-03-17ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o
2021-01-06ext4: check for invalid block size early when mounting a file systemTheodore Ts'o
2020-12-30ext4: don't remount read-only with errors=continue on rebootJan Kara
2020-11-19ext4: drop fast_commit from /proc/mountsTheodore Ts'o
2020-11-11Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o
2020-11-06ext4: cleanup fast commit mount optionsHarshad Shirwadkar
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar
2020-11-06ext4: disable fast commit with data journallingHarshad Shirwadkar
2020-11-06ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar
2020-11-06jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar
2020-11-06ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar
2020-11-06ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-18ext4: Detect already used quota file earlyJan Kara
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)
2020-10-18ext4: fix bdev write error check failed when mount fs with roZhang Xiaoxu
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu