summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)Author
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-10-21ext4: add fast commit stats in procfsHarshad 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: 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: introduce new metadata buffer read helperszhangyi (F)
2020-10-18ext4: make mb_check_counter per groupChunguang Xu
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: remove unused including <linux/version.h>Tian Tao
2020-10-18ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang
2020-10-18ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo
2020-08-07ext4: check journal inode extents more carefullyJan Kara
2020-08-07ext4: export msg_count and warning_count via sysfsDmitry Monakhov
2020-08-07ext4: remove some redundant function declarationsShijie Luo
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)
2020-08-06ext4: add prefetching for block allocation bitmapsAlex Zhuravlev
2020-08-06ext4: use generic names for generic ioctlsEric Biggers
2020-08-06ext4: don't hardcode bit values in EXT4_FL_USER_*Eric 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-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-03ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani
2020-06-03add comment for ext4_dir_entry_2 file_type memberJonathan Grant
2020-06-03ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani
2020-06-03ext4: add casefold flag to EXT4_INODE_* flagsEric Biggers
2020-06-03ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani
2020-06-03ext4: use BIT() macro for BH_** state bitsRitesh Harjani
2020-06-03ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar
2020-06-03ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney
2020-06-02ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)
2020-06-02ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus 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
2020-05-19ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani
2020-05-18fscrypt: support test_dummy_encryption=v2Eric Biggers
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o