summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
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
2020-12-03ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev
2020-12-03ext4: remove redundant operation that set bh to NULLKaixu Xia
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
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