summaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29Merge tag 'ext4_for_linus_fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+8
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg1-6/+6
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar1-2/+2
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-45/+307
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar1-1/+5
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-0/+21
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+31
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-0/+1
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar1-5/+22
2020-10-18ext4: Detect already used quota file earlyJan Kara1-0/+5
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira1-2/+85
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira1-0/+4
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)1-9/+29
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)1-1/+11
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)1-11/+11
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)1-0/+62
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)1-0/+1
2020-10-18ext4: fix bdev write error check failed when mount fs with roZhang Xiaoxu1-11/+2
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu1-3/+3
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu1-7/+7
2020-10-18ext4: fix superblock checksum calculation raceConstantine Sapuntzakis1-0/+11
2020-10-18ext4: fix leaking sysfs kobject after failed mountEric Biggers1-0/+1
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers1-1/+1
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-8/+8
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-79/+189
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-1/+2
2020-08-07fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian1-7/+0
2020-08-07ext4: correctly restore system zone info when remount failsJan Kara1-8/+21
2020-08-07ext4: handle error of ext4_setup_system_zone() on remountJan Kara1-1/+4
2020-08-07ext4: export msg_count and warning_count via sysfsDmitry Monakhov1-3/+9
2020-08-07ext4: handle option set by mount flags correctlyLukas Czerner1-5/+16
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o1-16/+41
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)1-2/+2
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)1-0/+17
2020-08-06ext4: handle read only external journal deviceLukas Czerner1-18/+33
2020-08-06ext4: don't BUG on inconsistent journal featureJan Kara1-21/+47
2020-07-08ext4: add inline encryption supportEric Biggers1-0/+12
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-35/+89
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)1-11/+5
2020-06-11ext4: stop overwrite the errcode in ext4_setup_superyangerkun1-0/+1
2020-06-11ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o1-18/+24
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o1-16/+69
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-14/+13
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-6/+10
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-05-28fs/ext4: Introduce DAX inode flagIra Weiny1-0/+3
2020-05-28fs/ext4: Make DAX mount option a tri-stateIra Weiny1-10/+57