summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext4: notify sysfs on errors_count value changeJonathan Davies2021-06-301-0/+2
* ext4: remove bdev_try_to_free_page() callbackZhang Yi2021-06-241-21/+0
* jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi2021-06-241-0/+8
* ext4: add discard/zeroout flags to journal flushLeah Rumancik2021-06-231-3/+3
* ext4: return error code when ext4_fill_flex_info() failsYang Yingliang2021-06-171-0/+1
* ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transact...Zhang Yi2021-06-171-1/+8
* ext4: fix memory leak in ext4_fill_superPavel Skripkin2021-06-171-6/+4
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-061-2/+9
|\
| * ext4: fix memory leak in ext4_fill_superAlexey Makhalov2021-06-061-2/+9
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-05-011-43/+73
|\|
| * ext4: fix trailing whitespaceJack Qiu2021-04-101-1/+1
| * ext4: fix error code in ext4_commit_superFengnan Chang2021-04-101-2/+4
| * ext4: always panic when errors=panic is specifiedYe Bin2021-04-101-3/+4
| * ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi2021-04-091-3/+0
| * ext4: make prefetch_block_bitmaps defaultHarshad Shirwadkar2021-04-091-7/+8
| * ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar2021-04-091-1/+27
| * ext4: add ability to return parsed options from parse_optionsHarshad Shirwadkar2021-04-091-21/+30
| * ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-061-6/+0
* | Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-4/+1
|\ \ | |/ |/|
| * fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-4/+1
* | ext4: fix timer use-after-free on failed mountJan Kara2021-03-211-1/+1
* | ext4: shrink race window in ext4_should_retry_alloc()Eric Whitney2021-03-061-0/+5
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-251-3/+9
|\
| * ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o2021-02-031-1/+8
| * ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-02-031-2/+1
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\ \
| * | ext4: support idmapped mountsChristian Brauner2021-01-241-1/+1
| |/
* / block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
|/
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-01-151-72/+118
|\
| * ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super()Jan Kara2020-12-221-11/+10
| * ext4: save error info to sb through journal if availableJan Kara2020-12-221-26/+75
| * ext4: protect superblock modifications with a buffer lockJan Kara2020-12-221-1/+1
| * ext4: drop sync argument of ext4_commit_super()Jan Kara2020-12-221-25/+22
| * ext4: combine ext4_handle_error() and save_error_info()Jan Kara2020-12-221-17/+17
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-12-241-215/+207
|\|
| * ext4: defer saving error info from atomic contextJan Kara2020-12-221-37/+83
| * ext4: simplify ext4 error translationJan Kara2020-12-171-55/+40
| * ext4: move functions in super.cJan Kara2020-12-171-98/+98
| * ext4: make ext4_abort() use __ext4_error()Jan Kara2020-12-171-62/+22
| * ext4: remove redundant sb checksum recomputationJan Kara2020-12-171-2/+0
| * ext4: don't remount read-only with errors=continue on rebootJan Kara2020-12-171-8/+6
| * ext4: fix fall-through warnings for ClangGustavo A. R. Silva2020-12-171-0/+1
| * ext4: check for invalid block size early when mounting a file systemTheodore Ts'o2020-12-171-24/+16
| * ext4: use ASSERT() to replace J_ASSERT()Chunguang Xu2020-12-031-1/+1
| * ext4: print quota journalling mode on (re-)mountRoman Anufriev2020-12-031-3/+20
| * ext4: add helpers for checking whether quota can be enabled/is journalledRoman Anufriev2020-12-031-4/+1
| * ext4: remove redundant operation that set bh to NULLKaixu Xia2020-12-031-2/+0
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-5/+0
|\ \
| * | fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-031-5/+0
* | | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-12/+6
|\ \ \ | |_|/ |/| |