summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-151-35/+89
|\
| * ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)2020-06-121-11/+5
| * ext4: stop overwrite the errcode in ext4_setup_superyangerkun2020-06-111-0/+1
| * ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o2020-06-111-18/+24
| * Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-111-16/+69
| |\
| | * fs/ext4: Introduce DAX inode flagIra Weiny2020-05-281-0/+3
| | * fs/ext4: Make DAX mount option a tri-stateIra Weiny2020-05-281-10/+57
| | * fs/ext4: Only change S_DAX on inode loadIra Weiny2020-05-281-2/+2
| | * fs/ext4: Update ext4_should_use_dax()Ira Weiny2020-05-281-1/+4
| | * fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYSIra Weiny2020-05-281-6/+6
* | | mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+3