summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: check for invalid block size early when mounting a file systemTheodore Ts'o2021-01-061-24/+16
* ext4: don't remount read-only with errors=continue on rebootJan Kara2020-12-301-8/+6
* 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-061-8/+4
* ext4: make s_mount_flags modifications atomicHarshad Shirwadkar2020-11-061-7/+7
* ext4: disable fast commit with data journallingHarshad Shirwadkar2020-11-061-1/+2
* ext4: clean up the JBD2 API that initializes fast commitsHarshad Shirwadkar2020-11-061-0/+8
* jbd2: rename j_maxlen to j_total_len and add jbd2_journal_max_txn_bufsHarshad Shirwadkar2020-11-061-1/+1
* ext4: drop redundant calls ext4_fc_track_rangeHarshad Shirwadkar2020-11-061-4/+0
* ext4: correctly report "not supported" for {usr,grp}jquota when !CONFIG_QUOTAKaixu Xia2020-11-061-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-211-1/+5
| * | ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-0/+21
| * | ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-0/+31
| * | ext4 / jbd2: add fast commit initializationHarshad Shirwadkar2020-10-211-0/+1
| * | ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar2020-10-211-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
| * ext4: handle option set by mount flags correctlyLukas Czerner2020-08-071-5/+16
| * ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o2020-08-071-16/+41
| * jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)2020-08-071-2/+2
| * ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)2020-08-071-0/+17
| * ext4: handle read only external journal deviceLukas Czerner2020-08-061-18/+33
| * ext4: don't BUG on inconsistent journal featureJan Kara2020-08-061-21/+47
* | ext4: add inline encryption supportEric Biggers2020-07-081-0/+12
|/