summaryrefslogtreecommitdiff
path: root/fs/ext4/super.c
AgeCommit message (Expand)Author
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-21ext4: add a mount opt to forcefully turn fast commits onHarshad Shirwadkar
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar
2020-10-18ext4: Detect already used quota file earlyJan Kara
2020-10-18ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()Mauricio Faria de Oliveira
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmov...zhangyi (F)
2020-10-18ext4: use common helpers in all places reading metadata bufferszhangyi (F)
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)
2020-10-18ext4: clear buffer verified flag if read meta block from diskzhangyi (F)
2020-10-18ext4: fix bdev write error check failed when mount fs with roZhang Xiaoxu
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu
2020-10-18ext4: fix superblock checksum calculation raceConstantine Sapuntzakis
2020-10-18ext4: fix leaking sysfs kobject after failed mountEric Biggers
2020-09-22fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'Eric Biggers
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-21Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-07fs: prevent BUG_ON in submit_bh_wbc()Xianting Tian
2020-08-07ext4: correctly restore system zone info when remount failsJan Kara
2020-08-07ext4: handle error of ext4_setup_system_zone() on remountJan Kara
2020-08-07ext4: export msg_count and warning_count via sysfsDmitry Monakhov
2020-08-07ext4: handle option set by mount flags correctlyLukas Czerner
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o
2020-08-07jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers()zhangyi (F)
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)
2020-08-06ext4: handle read only external journal deviceLukas Czerner
2020-08-06ext4: don't BUG on inconsistent journal featureJan Kara
2020-07-08ext4: add inline encryption supportEric Biggers
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-12ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)
2020-06-11ext4: stop overwrite the errcode in ext4_setup_superyangerkun
2020-06-11ext4: avoid race conditions when remounting with options that change daxTheodore Ts'o
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-28fs/ext4: Introduce DAX inode flagIra Weiny
2020-05-28fs/ext4: Make DAX mount option a tri-stateIra Weiny
2020-05-28fs/ext4: Only change S_DAX on inode loadIra Weiny
2020-05-28fs/ext4: Update ext4_should_use_dax()Ira Weiny
2020-05-28fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYSIra Weiny