1. 043546e fs/ext4: Only change S_DAX on inode load by Ira Weiny · 4 years, 7 months ago
  2. a8ab6d3 fs/ext4: Update ext4_should_use_dax() by Ira Weiny · 4 years, 7 months ago
  3. fc626fe fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 7 months ago
  4. d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 10 months ago
  5. c2a559b ext4: use matching invalidatepage in ext4_writepage by yangerkun · 4 years, 10 months ago
  6. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
  7. b2c5764 ext4: make ext4_ind_map_blocks work with fiemap by Ritesh Harjani · 4 years, 10 months ago
  8. ac58e4f ext4: move ext4 bmap to use iomap infrastructure by Ritesh Harjani · 4 years, 10 months ago
  9. 6386722 ext4: add IOMAP_F_MERGED for non-extent based mapping by Ritesh Harjani · 4 years, 10 months ago
  10. dce8e23 ext4: fix a data race at inode->i_disksize by Qiujun Huang · 4 years, 10 months ago
  11. 28936b6 ext4: fix a data race at inode->i_blocks by Qian Cai · 4 years, 10 months ago
  12. 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 4 years, 11 months ago
  13. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 10 months ago
  14. 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
  15. 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
  16. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 11 months ago
  17. 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
  18. e128d51 ext4: remove unused macro MPAGE_DA_EXTENT_TAIL by Ritesh Harjani · 5 years ago
  19. a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
  20. 33b4cc2 ext4: only use fscrypt_zeroout_range() on regular files by Eric Biggers · 5 years ago
  21. 834f156 ext4: handle decryption error in __ext4_block_zero_page_range() by Eric Biggers · 5 years ago
  22. d4c5e96 ext4: avoid fetching btime in ext4_getattr() unless requested by Theodore Ts'o · 5 years ago
  23. 3f666c5 dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() by Vivek Goyal · 5 years ago
  24. 8cd115b ext4: Optimize ext4 DIO overwrites by Jan Kara · 5 years ago
  25. 46f870d6 ext4: simulate various I/O and checksum errors when reading metadata by Theodore Ts'o · 5 years ago
  26. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  27. 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
  28. 7f420d64 ext4: unlock on error in ext4_expand_extra_isize() by Dan Carpenter · 5 years ago
  29. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  30. 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
  31. dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
  32. 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  33. 565333a ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 5 years ago
  34. 1f60719 ext4: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
  35. 4d06bfb ext4: Add error handling for io_end_vec struct allocation by Ritesh Harjani · 5 years ago
  36. 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
  37. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  38. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  39. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  40. 6cb367c ext4: Use ext4_journal_extend() instead of jbd2_journal_extend() by Jan Kara · 5 years ago
  41. 65db869 ext4: Fix credit estimate for final inode freeing by Jan Kara · 5 years ago
  42. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  43. 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
  44. 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
  45. b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
  46. 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
  47. f063db5 ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper by Matthew Bobrowski · 5 years ago
  48. c8fdfe29 ext4: move set iomap routines into a separate helper ext4_set_iomap() by Matthew Bobrowski · 5 years ago
  49. 2e9b51d ext4: iomap that extends beyond EOF should be marked dirty by Matthew Bobrowski · 5 years ago
  50. 548feeb ext4: update direct I/O read lock pattern for IOCB_NOWAIT by Matthew Bobrowski · 5 years ago
  51. 53e5cca ext4: reorder map.m_flags checks within ext4_iomap_begin() by Matthew Bobrowski · 5 years ago
  52. f21bdbb Merge branch 'iomap-for-next' into mb/dio by Theodore Ts'o · 5 years ago
  53. c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
  54. 2943fdb ext4: Refactor mpage_map_and_submit_buffers function by Ritesh Harjani · 5 years ago
  55. c039b99 iomap: use a srcmap for a read-modify-write I/O by Goldwyn Rodrigues · 5 years ago
  56. 3f2dc27 Merge branch 'entropy' by Linus Torvalds · 5 years ago
  57. 02f03c4 Revert "Revert "ext4: make __ext4_get_inode_loc plug"" by Linus Torvalds · 5 years ago
  58. 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  59. f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  60. 72dbcf7 Revert "ext4: make __ext4_get_inode_loc plug" by Linus Torvalds · 5 years ago
  61. 6456ca6 ext4: fix kernel oops caused by spurious casefold flag by Theodore Ts'o · 5 years ago
  62. c1e8220 ext4: fix punch hole for inline_data file systems by Theodore Ts'o · 5 years ago
  63. 8fcc3a5 ext4: rework reserved cluster accounting when invalidating pages by Eric Whitney · 5 years ago
  64. 7963e5a ext4: treat buffers with write errors as containing valid data by ZhangXiaoxu · 5 years ago
  65. 22cfe4b ext4: add fs-verity read support by Eric Biggers · 5 years ago
  66. c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
  67. bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
  68. 4e34323 ext4: fix warning when turn on dioread_nolock and inline_data by yangerkun · 5 years ago
  69. 2e75675 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  70. 73131fb ext4: use jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
  71. b03755a ext4: make __ext4_get_inode_loc plug by zhangjs · 6 years ago
  72. 02b016c ext4: enforce the immutable flag on open files by Theodore Ts'o · 6 years ago
  73. b9c1c26 ext4: gracefully handle ext4_break_layouts() failure during truncate by Jan Kara · 6 years ago
  74. ec39a36 ext4: decrypt only the needed block in __ext4_block_zero_page_range() by Chandan Rajendra · 6 years ago
  75. 0b578f3 ext4: decrypt only the needed blocks in ext4_block_write_begin() by Chandan Rajendra · 6 years ago
  76. 7e0785f ext4: clear BH_Uptodate flag on decryption error by Chandan Rajendra · 6 years ago
  77. aa8bc1a fscrypt: support decrypting multiple filesystem blocks per page by Eric Biggers · 6 years ago
  78. ee0ed02 ext4: do not delete unlinked inode from orphan list on failed truncate by Jan Kara · 6 years ago
  79. 82a25b0 ext4: wait for outstanding dio during truncate in nojournal mode by Jan Kara · 6 years ago
  80. b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
  81. 345c0db ext4: protect journal inode's blocks using block_validity by Theodore Ts'o · 6 years ago
  82. 1e83bc8 ext4: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 6 years ago
  83. 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
  84. 7cf7714 ext4: remove useless ext4_pin_inode() by Jason Yan · 6 years ago
  85. a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  86. ddccb6d ext4: fix compile error when using BUFFER_TRACE by zhangyi (F) · 6 years ago
  87. c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
  88. a297b2f ext4: unlock unused_pages timely when doing writeback by Xiaoguang Wang · 6 years ago
  89. 16e08b1 ext4: cleanup clean_bdev_aliases() calls by zhangyi (F) · 6 years ago
  90. 82dd124 ext4: replace opencoded i_writecount usage with inode_is_open_for_write() by Nikolay Borisov · 6 years ago
  91. 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
  92. 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  93. 191ce17 ext4: fix special inode number checks in __ext4_iget() by Theodore Ts'o · 6 years ago
  94. 812c0ca ext4: make sure enough credits are reserved for dioread_nolock writes by Theodore Ts'o · 6 years ago
  95. 18f2c4f ext4: check for shutdown and r/o file system in ext4_write_inode() by Theodore Ts'o · 6 years ago
  96. 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
  97. 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
  98. a675830 ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() by Vasily Averin · 6 years ago
  99. dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  100. 10bbd23 pagevec: Use xa_mark_t by Matthew Wilcox · 7 years ago