summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext4: drop fast_commit from /proc/mountsTheodore Ts'o2020-11-191-4/+0
* Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o2020-11-111-11/+0
* ext4: cleanup fast commit mount optionsHarshad Shirwadkar2020-11-071-8/+4
* ext4: make s_mount_flags modifications atomicHarshad Shirwadkar2020-11-071-7/+7
* ext4: disable fast commit with data journallingHarshad Shirwadkar2020-11-071-1/+2
* ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar2020-11-071-0/+8
* jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-071-1/+1
* ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar2020-11-071-4/+0
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-071-2/+2
* Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-291-8/+8
|\
| * ext4: use generic casefolding supportDaniel Rosenberg2020-10-281-6/+6
| * ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar2020-10-281-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\ \ | |/ |/|
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-221-45/+307
|\ \
| * | ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar2020-10-221-1/+5
| * | ext4: fast commit recovery pathHarshad Shirwadkar2020-10-221-0/+21
| * | ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-221-0/+31
| * | ext4 / jbd2: add fast commit initializationHarshad Shirwadkar2020-10-221-0/+1
| * | ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2020-10-221-5/+22
| * | ext4: Detect already used quota file earlyJan Kara2020-10-181-0/+5
| * | ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira2020-10-181-2/+85
| * | jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira2020-10-181-0/+4
| * | ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)2020-10-181-9/+29
| * | ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)2020-10-181-1/+11
| * | ext4: use common helpers in all places reading metadata bufferszhangyi (F)2020-10-181-11/+11
| * | ext4: introduce new metadata buffer read helperszhangyi (F)2020-10-181-0/+62
| * | ext4: clear buffer verified flag if read meta block from diskzhangyi (F)2020-10-181-0/+1
| * | ext4: fix bdev write error check failed when mount fs with roZhang Xiaoxu2020-10-181-11/+2
| * | ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu2020-10-181-3/+3
| * | ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu2020-10-181-7/+7
| * | ext4: fix superblock checksum calculation raceConstantine Sapuntzakis2020-10-181-0/+11
| * | ext4: fix leaking sysfs kobject after failed mountEric Biggers2020-10-181-0/+1
* | | fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers2020-09-221-1/+1
* | | fscrypt: handle test_dummy_encryption in more logical wayEric Biggers2020-09-221-8/+8
|/ /
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-08-211-79/+189
|\ \ | |/ |/|
| * ext4: limit the length of per-inode prealloc listbrookxu2020-08-191-1/+2
| * fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian2020-08-071-7/+0
| * ext4: correctly restore system zone info when remount failsJan Kara2020-08-071-8/+21
| * ext4: handle error of ext4_setup_system_zone() on remountJan Kara2020-08-071-1/+4
| * ext4: export msg_count and warning_count via sysfsDmitry Monakhov2020-08-071-3/+9