aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
AgeCommit message (Expand)Author
2020-10-29ext4: disallow modifying DAX inode flag if inline_data has been setXiao Yang
2020-09-03ext4: limit the length of per-inode prealloc listbrookxu
2020-09-03ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)
2020-08-26ext4: check journal inode extents more carefullyJan Kara
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
2020-03-05ext4: remove EXT4_EOFBLOCKS_FL and associated codeEric Whitney
2020-02-21ext4: fix race between writepages and enabling EXT4_EXTENTS_FLEric Biggers
2020-02-21ext4: rename s_journal_flag_rwsem to s_writepages_rwsemEric Biggers
2020-02-21ext4: fix potential race between s_flex_groups online resizing and accessSuraj Jitindar Singh
2020-02-21ext4: fix potential race between s_group_info online resizing and accessSuraj Jitindar Singh
2020-02-21ext4: fix potential race between online resizing and write operationsTheodore Ts'o
2020-02-19ext4: fix a data race in EXT4_I(inode)->i_disksizeQian Cai
2020-02-13ext4: fix checksum errors with indexed dirsJan Kara
2020-01-17ext4: drop ext4_kvmalloc()Theodore Ts'o
2020-01-17ext4: make some functions static in extents.cEric Biggers
2020-01-17ext4: remove ext4_{ind,ext}_calc_metadata_amount()Eric Biggers
2020-01-17ext4: Delete ext4_kvzvalloc()Naoto Kobayashi
2019-12-26ext4: Optimize ext4 DIO overwritesJan Kara
2019-12-26ext4: simulate various I/O and checksum errors when reading metadataTheodore Ts'o
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o
2019-11-30Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-11-06ext4: add support for IV_INO_LBLK_64 encryption policiesEric Biggers
2019-11-05Merge branch 'mb/dio' into masterTheodore Ts'o
2019-11-05Merge branch 'jk/jbd2-revoke-overflow'Theodore Ts'o
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara
2019-11-05ext4: Provide function to handle transaction restartsJan Kara
2019-11-05ext4: introduce direct I/O write using iomap infrastructureMatthew Bobrowski