- 3be20b6 Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
- 68cd449 Enable ext4 support for per-file/directory dax operations by Theodore Ts'o · 4 years, 7 months ago
- 0b166a5 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 7 months ago
- 10c5db2 fs: move the fiemap definitions out of fs.h by Christoph Hellwig · 4 years, 7 months ago
- 175efa8 ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 8 months ago
- 9f364e1 add comment for ext4_dir_entry_2 file_type member by Jonathan Grant · 4 years, 7 months ago
- 9937783 ext4: mballoc: use lock for checking free blocks while retrying by Ritesh Harjani · 4 years, 8 months ago
- de8ff14 ext4: add casefold flag to EXT4_INODE_* flags by Eric Biggers · 4 years, 8 months ago
- 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
- 6db0746 ext4: use BIT() macro for BH_** state bits by Ritesh Harjani · 4 years, 8 months ago
- 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 8 months ago
- 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
- 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
- a07f624 ext4: pass the inode to ext4_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- 6311f91f ext4: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
- afdb0f2 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 7 months ago
- b383a73 fs/ext4: Introduce DAX inode flag by Ira Weiny · 4 years, 7 months ago
- 9cb20f9 fs/ext4: Make DAX mount option a tri-state by Ira Weiny · 4 years, 7 months ago
- 043546e fs/ext4: Only change S_DAX on inode load by Ira Weiny · 4 years, 7 months ago
- a8ab6d3 fs/ext4: Update ext4_should_use_dax() by Ira Weiny · 4 years, 7 months ago
- fc626fe fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 7 months ago
- 9f44eda ext4: fix EXT4_MAX_LOGICAL_BLOCK macro by Ritesh Harjani · 4 years, 8 months ago
- ed318a6 fscrypt: support test_dummy_encryption=v2 by Eric Biggers · 4 years, 8 months ago
- 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
- 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 5 years ago
- cb85f4d ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 4 years, 11 months ago
- bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 11 months ago
- 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 11 months ago
- df3da4e ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 4 years, 11 months ago
- 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 11 months ago
- 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
- 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 5 years ago
- 71b565c ext4: drop ext4_kvmalloc() by Theodore Ts'o · 5 years ago
- 43f8167 ext4: make some functions static in extents.c by Eric Biggers · 5 years ago
- dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
- 8f27fd0 ext4: Delete ext4_kvzvalloc() by Naoto Kobayashi · 5 years ago
- 8cd115b ext4: Optimize ext4 DIO overwrites by Jan Kara · 5 years ago
- 46f870d6 ext4: simulate various I/O and checksum errors when reading metadata by Theodore Ts'o · 5 years ago
- 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
- 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- b925acb ext4: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
- 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
- a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
- 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
- a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
- 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
- 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
- c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
- a00713e ext4: Add API to bring in support for unwritten io_end_vec conversion by Ritesh Harjani · 5 years ago
- 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- cba465b ext4: Reduce ext4 timestamp warnings by Deepa Dinamani · 5 years ago
- 4881c49 ext4: Initialize timestamps limits by Deepa Dinamani · 7 years ago
- 7727ae5 ext4: fix potential use after free after remounting with noblock_validity by zhangyi (F) · 5 years ago
- 8fcc3a5 ext4: rework reserved cluster accounting when invalidating pages by Eric Whitney · 5 years ago
- 7963e5a ext4: treat buffers with write errors as containing valid data by ZhangXiaoxu · 5 years ago
- 22cfe4b ext4: add fs-verity read support by Eric Biggers · 5 years ago
- c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
- cd2d992 ext4: drop legacy pre-1970 encoding workaround by Theodore Ts'o · 5 years ago
- bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
- 1ad3ea6 ext4: add a new ioctl EXT4_IOC_GETSTATE by Theodore Ts'o · 5 years ago
- b0c013e ext4: add a new ioctl EXT4_IOC_CLEAR_ES_CACHE by Theodore Ts'o · 5 years ago
- 7633b08 ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree() by Theodore Ts'o · 6 years ago
- ddce3b9 ext4: refactor initialize_dirent_tail() by Theodore Ts'o · 6 years ago
- f036adb ext4: rename "dirent_csum" functions to use "dirblock" by Theodore Ts'o · 6 years ago
- 3ae7256 ext4: optimize case-insensitive lookups by Gabriel Krisman Bertazi · 6 years ago
- 7ddf79a ext4: only set project inherit bit for directory by Wang Shilong · 6 years ago
- a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
- 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
- c83ad55 ext4: include charset encoding information in the superblock by Gabriel Krisman Bertazi · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- b01531d fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext by Eric Biggers · 6 years ago
- fe53cbc ext4: remove incorrect comment for NEXT_ORPHAN() by Eric Biggers · 6 years ago
- a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
- abdc644 ext4: add mask of ext4 flags to swap by yangerkun · 6 years ago
- 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
- 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
- 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
- fb265c9 ext4: add ext4_sb_bread() to disambiguate ENOMEM cases by Theodore Ts'o · 6 years ago
- e468f5c Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linux by Linus Torvalds · 6 years ago
- 33458ea ext4: fix use-after-free race in ext4_remount()'s error path by Theodore Ts'o · 6 years ago
- 401b25a ext4: convert fault handler to use vm_fault_t type by Souptick Joarder · 6 years ago
- f456767 ext4: fix reserved cluster accounting at page invalidation time by Eric Whitney · 6 years ago
- 9fe6714 ext4: adjust reserved cluster count when removing extents by Eric Whitney · 6 years ago
- 0b02f4c ext4: fix reserved cluster accounting at delayed write time by Eric Whitney · 6 years ago
- 1dc0aa4 ext4: add new pending reservation mechanism by Eric Whitney · 6 years ago
- ad43102 ext4: generalize extents status tree search functions by Eric Whitney · 6 years ago
- f0604f6 Compiler Attributes: ext4: remove local __nonstring definition by Miguel Ojeda · 6 years ago
- ad3273d Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Greg Kroah-Hartman · 6 years ago
- bcd8e91 ext4: avoid arithemetic overflow that can trigger a BUG by Theodore Ts'o · 6 years ago
- 072ebb3 ext4: add nonstring annotations to ext4.h by Theodore Ts'o · 6 years ago
- ac22b46 ext4: readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
- 430657b ext4: handle layout changes to pinned DAX mappings by Ross Zwisler · 6 years ago
- 6a0678a ext4: super: extend timestamps to 40 bits by Arnd Bergmann · 6 years ago
- 7b62b29 ext4: use timespec64 for all inode times by Arnd Bergmann · 6 years ago
- 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- c37e9e0 ext4: add more inode number paranoia checks by Theodore Ts'o · 7 years ago
- 8bc1379 ext4: avoid running out of journal credits when appending to an inline file by Theodore Ts'o · 7 years ago