- 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
- d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 10 months ago
- c2a559b ext4: use matching invalidatepage in ext4_writepage by yangerkun · 4 years, 10 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
- b2c5764 ext4: make ext4_ind_map_blocks work with fiemap by Ritesh Harjani · 4 years, 10 months ago
- ac58e4f ext4: move ext4 bmap to use iomap infrastructure by Ritesh Harjani · 4 years, 10 months ago
- 6386722 ext4: add IOMAP_F_MERGED for non-extent based mapping by Ritesh Harjani · 4 years, 10 months ago
- dce8e23 ext4: fix a data race at inode->i_disksize by Qiujun Huang · 4 years, 10 months ago
- 28936b6 ext4: fix a data race at inode->i_blocks by Qian Cai · 4 years, 10 months ago
- 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 4 years, 11 months ago
- bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 10 months ago
- 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
- 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 11 months ago
- 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 11 months ago
- 359c92c Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 11 months ago
- e128d51 ext4: remove unused macro MPAGE_DA_EXTENT_TAIL by Ritesh Harjani · 5 years ago
- a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
- 33b4cc2 ext4: only use fscrypt_zeroout_range() on regular files by Eric Biggers · 5 years ago
- 834f156 ext4: handle decryption error in __ext4_block_zero_page_range() by Eric Biggers · 5 years ago
- d4c5e96 ext4: avoid fetching btime in ext4_getattr() unless requested by Theodore Ts'o · 5 years ago
- 3f666c5 dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() by Vivek Goyal · 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
- a396560 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- 7f420d64 ext4: unlock on error in ext4_expand_extra_isize() by Dan Carpenter · 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
- 3b266a5 Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
- dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
- 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
- 565333a ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 5 years ago
- 1f60719 ext4: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
- 4d06bfb ext4: Add error handling for io_end_vec struct allocation by Ritesh Harjani · 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
- 6cb367c ext4: Use ext4_journal_extend() instead of jbd2_journal_extend() by Jan Kara · 5 years ago
- 65db869 ext4: Fix credit estimate for final inode freeing by Jan Kara · 5 years ago
- 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
- 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
- 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
- b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
- 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
- f063db5 ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper by Matthew Bobrowski · 5 years ago
- c8fdfe29 ext4: move set iomap routines into a separate helper ext4_set_iomap() by Matthew Bobrowski · 5 years ago
- 2e9b51d ext4: iomap that extends beyond EOF should be marked dirty by Matthew Bobrowski · 5 years ago
- 548feeb ext4: update direct I/O read lock pattern for IOCB_NOWAIT by Matthew Bobrowski · 5 years ago
- 53e5cca ext4: reorder map.m_flags checks within ext4_iomap_begin() by Matthew Bobrowski · 5 years ago
- f21bdbb Merge branch 'iomap-for-next' into mb/dio by Theodore Ts'o · 5 years ago
- c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
- 2943fdb ext4: Refactor mpage_map_and_submit_buffers function by Ritesh Harjani · 5 years ago
- c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
- 3f2dc27 Merge branch 'entropy' by Linus Torvalds · 5 years ago
- 02f03c4 Revert "Revert "ext4: make __ext4_get_inode_loc plug"" by Linus Torvalds · 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
- f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- 72dbcf7 Revert "ext4: make __ext4_get_inode_loc plug" by Linus Torvalds · 5 years ago
- 6456ca6 ext4: fix kernel oops caused by spurious casefold flag by Theodore Ts'o · 5 years ago
- c1e8220 ext4: fix punch hole for inline_data file systems by Theodore Ts'o · 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
- bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
- 4e34323 ext4: fix warning when turn on dioread_nolock and inline_data by yangerkun · 5 years ago
- 2e75675 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- 73131fb ext4: use jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
- b03755a ext4: make __ext4_get_inode_loc plug by zhangjs · 6 years ago
- 02b016c ext4: enforce the immutable flag on open files by Theodore Ts'o · 6 years ago
- b9c1c26 ext4: gracefully handle ext4_break_layouts() failure during truncate by Jan Kara · 6 years ago
- ec39a36 ext4: decrypt only the needed block in __ext4_block_zero_page_range() by Chandan Rajendra · 6 years ago
- 0b578f3 ext4: decrypt only the needed blocks in ext4_block_write_begin() by Chandan Rajendra · 6 years ago
- 7e0785f ext4: clear BH_Uptodate flag on decryption error by Chandan Rajendra · 6 years ago
- aa8bc1a fscrypt: support decrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
- ee0ed02 ext4: do not delete unlinked inode from orphan list on failed truncate by Jan Kara · 6 years ago
- 82a25b0 ext4: wait for outstanding dio during truncate in nojournal mode by Jan Kara · 6 years ago
- b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
- 345c0db ext4: protect journal inode's blocks using block_validity by Theodore Ts'o · 6 years ago
- 1e83bc8 ext4: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 6 years ago
- 17403fa Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- 7cf7714 ext4: remove useless ext4_pin_inode() by Jason Yan · 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
- ddccb6d ext4: fix compile error when using BUFFER_TRACE by zhangyi (F) · 6 years ago
- c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
- a297b2f ext4: unlock unused_pages timely when doing writeback by Xiaoguang Wang · 6 years ago
- 16e08b1 ext4: cleanup clean_bdev_aliases() calls by zhangyi (F) · 6 years ago
- 82dd124 ext4: replace opencoded i_writecount usage with inode_is_open_for_write() by Nikolay Borisov · 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
- 191ce17 ext4: fix special inode number checks in __ext4_iget() by Theodore Ts'o · 6 years ago
- 812c0ca ext4: make sure enough credits are reserved for dioread_nolock writes by Theodore Ts'o · 6 years ago
- 18f2c4f ext4: check for shutdown and r/o file system in ext4_write_inode() by Theodore Ts'o · 6 years ago
- 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
- c140f8b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- a675830 ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() by Vasily Averin · 6 years ago
- dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- 10bbd23 pagevec: Use xa_mark_t by Matthew Wilcox · 7 years ago