summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2021-07-08ext4: inline jbd2_journal_[un]register_shrinker()Theodore Ts'o
2021-07-08ext4: fix possible UAF when remounting r/o a mmp-protected file systemTheodore Ts'o
2021-07-01ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin
2021-06-29ext4: notify sysfs on errors_count value changeJonathan Davies
2021-06-24ext4: remove bdev_try_to_free_page() callbackZhang Yi
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi
2021-06-22ext4: add discard/zeroout flags to journal flushLeah Rumancik
2021-06-17ext4: return error code when ext4_fill_flex_info() failsYang Yingliang
2021-06-17ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi
2021-06-17ext4: fix memory leak in ext4_fill_superPavel Skripkin
2021-06-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-06ext4: fix memory leak in ext4_fill_superAlexey Makhalov
2021-04-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-19fs: introduce a wrapper uuid_to_fsid()Amir Goldstein
2021-04-09ext4: fix trailing whitespaceJack Qiu
2021-04-09ext4: fix error code in ext4_commit_superFengnan Chang
2021-04-09ext4: always panic when errors=panic is specifiedYe Bin
2021-04-09ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi
2021-04-09ext4: make prefetch_block_bitmaps defaultHarshad Shirwadkar
2021-04-09ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar
2021-04-09ext4: add ability to return parsed options from parse_optionsHarshad Shirwadkar
2021-04-05ext4: handle casefolding with encryptionDaniel Rosenberg
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara
2021-03-06ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-02ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o
2021-02-02ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24ext4: support idmapped mountsChristian Brauner
2021-01-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-12-22ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()Jan Kara
2020-12-22ext4: save error info to sb through journal if availableJan Kara
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara
2020-12-22ext4: drop sync argument of ext4_commit_super()Jan Kara
2020-12-22ext4: combine ext4_handle_error() and save_error_info()Jan Kara
2020-12-22ext4: defer saving error info from atomic contextJan Kara
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-17ext4: simplify ext4 error translationJan Kara
2020-12-17ext4: move functions in super.cJan Kara
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara
2020-12-17ext4: remove redundant sb checksum recomputationJan Kara
2020-12-17ext4: don't remount read-only with errors=continue on rebootJan Kara
2020-12-17ext4: fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-17ext4: check for invalid block size early when mounting a file systemTheodore Ts'o
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu
2020-12-03ext4: print quota journalling mode on (re-)mountRoman Anufriev