summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-03ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24ext4: support idmapped mountsChristian Brauner1-1/+1
2021-01-16Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-72/+118
2020-12-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-215/+207
2020-12-22ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()Jan Kara1-11/+10
2020-12-22ext4: save error info to sb through journal if availableJan Kara1-26/+75
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-1/+1
2020-12-22ext4: drop sync argument of ext4_commit_super()Jan Kara1-25/+22
2020-12-22ext4: combine ext4_handle_error() and save_error_info()Jan Kara1-17/+17
2020-12-22ext4: defer saving error info from atomic contextJan Kara1-37/+83
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2020-12-17ext4: simplify ext4 error translationJan Kara1-55/+40
2020-12-17ext4: move functions in super.cJan Kara1-98/+98
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara1-62/+22
2020-12-17ext4: remove redundant sb checksum recomputationJan Kara1-2/+0
2020-12-17ext4: don't remount read-only with errors=continue on rebootJan Kara1-8/+6
2020-12-17ext4: fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-17ext4: check for invalid block size early when mounting a file systemTheodore Ts'o1-24/+16
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+6
2020-12-03ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu1-1/+1
2020-12-03ext4: print quota journalling mode on (re-)mountRoman Anufriev1-3/+20
2020-12-03ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev1-4/+1
2020-12-03ext4: remove redundant operation that set bh to NULLKaixu Xia1-2/+0
2020-12-03fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-5/+0
2020-12-02block: switch partition lookup to use struct block_deviceChristoph Hellwig1-12/+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