aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-19ext4: fix bogus warning in ext4_update_dx_flag()Jan Kara1-1/+2
2020-11-11ext4: handle dax mount option collisionHarshad Shirwadkar1-3/+3
2020-11-06ext4: make s_mount_flags modifications atomicHarshad Shirwadkar1-11/+29
2020-11-06ext4: fix inode dirty check in case of fast commitsHarshad Shirwadkar1-3/+0
2020-11-06ext4: fixup ext4_fc_track_* functions' signatureHarshad Shirwadkar1-6/+10
2020-11-06ext4: describe fast_commit feature flagsHarshad Shirwadkar1-0/+7
2020-10-28ext4: use generic casefolding supportDaniel Rosenberg1-12/+0
2020-10-28ext4: use s_mount_flags instead of s_mount_state for fast commit stateHarshad Shirwadkar1-4/+4
2020-10-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-10/+126
2020-10-21ext4: add fast commit stats in procfsHarshad Shirwadkar1-1/+1
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-0/+26
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+70
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-0/+4
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar1-0/+4
2020-10-18ext4: introduce ext4_sb_bread_unmovable() to replace sb_bread_unmovable()zhangyi (F)1-0/+2
2020-10-18ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()zhangyi (F)1-0/+1
2020-10-18ext4: introduce new metadata buffer read helperszhangyi (F)1-0/+5
2020-10-18ext4: make mb_check_counter per groupChunguang Xu1-0/+3
2020-10-18ext4: rename system_blks to s_system_blks inside ext4_sb_infoChunguang Xu1-1/+1
2020-10-18ext4: rename journal_dev to s_journal_dev inside ext4_sb_infoChunguang Xu1-1/+1
2020-10-18ext4: remove unused including <linux/version.h>Tian Tao1-1/+0
2020-10-18ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang1-1/+1
2020-10-18ext4: do not interpret high bytes if 64bit feature is disabledPetr Malat1-6/+8
2020-09-22fscrypt: handle test_dummy_encryption in more logical wayEric Biggers1-3/+3
2020-08-19ext4: limit the length of per-inode prealloc listbrookxu1-1/+3
2020-08-18ext4: remove unused parameter of ext4_generic_delete_entry functionKyoungho Koo1-2/+1
2020-08-07ext4: check journal inode extents more carefullyJan Kara1-3/+3
2020-08-07ext4: export msg_count and warning_count via sysfsDmitry Monakhov1-0/+2
2020-08-07ext4: remove some redundant function declarationsShijie Luo1-6/+0
2020-08-07ext4: add prefetch_block_bitmaps mount optionTheodore Ts'o1-1/+14
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)1-0/+3
2020-08-06ext4: add prefetching for block allocation bitmapsAlex Zhuravlev1-1/+7
2020-08-06ext4: use generic names for generic ioctlsEric Biggers1-11/+1
2020-08-06ext4: don't hardcode bit values in EXT4_FL_USER_*Eric Biggers1-2/+28
2020-06-15Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-7/+20
2020-06-11Enable ext4 support for per-file/directory dax operationsTheodore Ts'o1-7/+20
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-14/+26
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03ext4: fix EXT4_MAX_LOGICAL_BLOCK macroRitesh Harjani1-1/+1
2020-06-03add comment for ext4_dir_entry_2 file_type memberJonathan Grant1-1/+1
2020-06-03ext4: mballoc: use lock for checking free blocks while retryingRitesh Harjani1-0/+2
2020-06-03ext4: add casefold flag to EXT4_INODE_* flagsEric Biggers1-1/+3
2020-06-03ext4: make ext_debug() implementation to use pr_debug()Ritesh Harjani1-5/+13
2020-06-03ext4: use BIT() macro for BH_** state bitsRitesh Harjani1-4/+4
2020-06-03ext4: avoid ext4_error()'s caused by ENOMEM in the truncate pathTheodore Ts'o1-0/+1
2020-06-03ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar1-1/+1
2020-06-03ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flagEric Whitney1-2/+0
2020-06-02ext4: pass the inode to ext4_mpage_readpagesMatthew Wilcox (Oracle)1-1/+1
2020-06-02ext4: convert from readpages to readaheadMatthew Wilcox (Oracle)1-2/+1
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-3/+4