1. ed296c6 ext4: simplify i_state checks in __ext4_update_other_inode_time() by Eric Biggers · 4 years ago
  2. e2728c5 fs: don't call ->dirty_inode for lazytime timestamp updates by Eric Biggers · 4 years ago
  3. be99393 ext4: remove unnecessary wbc parameter from ext4_bio_write_page by Lei Chen · 4 years, 1 month ago
  4. 014c9ca ext4: make ext4_abort() use __ext4_error() by Jan Kara · 4 years, 1 month ago
  5. 46e294e ext4: fix deadlock with fs freezing and EA inodes by Jan Kara · 4 years, 1 month ago
  6. 837c23f ext4: use ASSERT() to replace J_ASSERT() by Chunguang Xu · 4 years, 2 months ago
  7. 9b5f6c9 ext4: make s_mount_flags modifications atomic by Harshad Shirwadkar · 4 years, 2 months ago
  8. 1ceecb5 ext4: fix inode dirty check in case of fast commits by Harshad Shirwadkar · 4 years, 2 months ago
  9. a80f7fc ext4: fixup ext4_fc_track_* functions' signature by Harshad Shirwadkar · 4 years, 2 months ago
  10. b21ebf1 ext4: mark fc ineligible if inode gets evictied due to mem pressure by Harshad Shirwadkar · 4 years, 2 months ago
  11. b5b1816 ext4: fix mmap write protection for data=journal mode by Jan Kara · 4 years, 2 months ago
  12. d0520df ext4: properly check for dirty state in ext4_inode_datasync_dirty() by Andrea Righi · 4 years, 2 months ago
  13. 1322181 ext4: fix invalid inode checksum by Luo Meng · 4 years, 2 months ago
  14. 8016e29 ext4: fast commit recovery path by Harshad Shirwadkar · 4 years, 2 months ago
  15. aa75f4d ext4: main fast-commit commit path by Harshad Shirwadkar · 4 years, 2 months ago
  16. d1e18b8 ext4: fix bs < ps issue reported with dioread_nolock mount opt by Ritesh Harjani · 4 years, 3 months ago
  17. afb585a ext4: data=journal: write-protect pages on j_submit_inode_data_buffers() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  18. 64a9f14 ext4: data=journal: fixes for ext4_page_mkwrite() by Mauricio Faria de Oliveira · 4 years, 3 months ago
  19. 5df1d41 ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable() by zhangyi (F) · 4 years, 3 months ago
  20. 60c776e ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc() by zhangyi (F) · 4 years, 3 months ago
  21. 2d069c0 ext4: use common helpers in all places reading metadata buffers by zhangyi (F) · 4 years, 3 months ago
  22. d9befed ext4: clear buffer verified flag if read meta block from disk by zhangyi (F) · 4 years, 3 months ago
  23. 9faac62 ext4: optimize file overwrites by Ritesh Harjani · 4 years, 3 months ago
  24. b483bb7 ext4: delete duplicated words + other fixes by Randy Dunlap · 4 years, 5 months ago
  25. 0e6895b ext4: implement swap_activate aops using iomap by Ritesh Harjani · 4 years, 4 months ago
  26. e309428 Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 4 years, 4 months ago
  27. d723b99 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 4 months ago
  28. 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 4 months ago
  29. ce9f24c ext4: check journal inode extents more carefully by Jan Kara · 4 years, 5 months ago
  30. 529a781 jbd2: remove unused parameter in jbd2_journal_try_to_free_buffers() by zhangyi (F) · 4 years, 6 months ago
  31. 9a5d265 ext4: lost matching-pair of trace in ext4_truncate by zhengliang · 4 years, 6 months ago
  32. 4f74d15 ext4: add inline encryption support by Eric Biggers · 4 years, 6 months ago
  33. 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
  34. 5fcd575 writeback: Drop I_DIRTY_TIME_EXPIRE by Jan Kara · 4 years, 7 months ago
  35. 68cd449 Enable ext4 support for per-file/directory dax operations by Theodore Ts'o · 4 years, 7 months ago
  36. 9daa0a2 Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  37. 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
  38. 6b8ed62 ext4: avoid unnecessary transaction starts during writeback by Jan Kara · 4 years, 7 months ago
  39. 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  40. ec8c60b ext4: improve ext_debug() msg in case of block allocation failure by Ritesh Harjani · 4 years, 8 months ago
  41. 6db0746 ext4: use BIT() macro for BH_** state bits by Ritesh Harjani · 4 years, 8 months ago
  42. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
  43. ceff86f ext4: Avoid freeing inodes on dirty list by Jan Kara · 4 years, 8 months ago
  44. 39c0ae1 ext4: remove unnecessary comparisons to bool by Jason Yan · 4 years, 8 months ago
  45. 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
  46. a07f624 ext4: pass the inode to ext4_mpage_readpages by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  47. 6311f91f ext4: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  48. 3f19b2a vfs, afs, ext4: Make the inode hash table RCU searchable by David Howells · 7 years ago
  49. b383a73 fs/ext4: Introduce DAX inode flag by Ira Weiny · 4 years, 7 months ago
  50. 9cb20f9 fs/ext4: Make DAX mount option a tri-state by Ira Weiny · 4 years, 7 months ago
  51. 043546e fs/ext4: Only change S_DAX on inode load by Ira Weiny · 4 years, 7 months ago
  52. a8ab6d3 fs/ext4: Update ext4_should_use_dax() by Ira Weiny · 4 years, 7 months ago
  53. fc626fe fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS by Ira Weiny · 4 years, 7 months ago
  54. d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 10 months ago
  55. c2a559b ext4: use matching invalidatepage in ext4_writepage by yangerkun · 4 years, 10 months ago
  56. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
  57. b2c5764 ext4: make ext4_ind_map_blocks work with fiemap by Ritesh Harjani · 4 years, 10 months ago
  58. ac58e4f ext4: move ext4 bmap to use iomap infrastructure by Ritesh Harjani · 4 years, 10 months ago
  59. 6386722 ext4: add IOMAP_F_MERGED for non-extent based mapping by Ritesh Harjani · 4 years, 10 months ago
  60. dce8e23 ext4: fix a data race at inode->i_disksize by Qiujun Huang · 4 years, 10 months ago
  61. 28936b6 ext4: fix a data race at inode->i_blocks by Qian Cai · 4 years, 10 months ago
  62. 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 4 years, 11 months ago
  63. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 10 months ago
  64. 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
  65. 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
  66. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 4 years, 11 months ago
  67. 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
  68. e128d51 ext4: remove unused macro MPAGE_DA_EXTENT_TAIL by Ritesh Harjani · 5 years ago
  69. a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
  70. 33b4cc2 ext4: only use fscrypt_zeroout_range() on regular files by Eric Biggers · 5 years ago
  71. 834f156 ext4: handle decryption error in __ext4_block_zero_page_range() by Eric Biggers · 5 years ago
  72. d4c5e96 ext4: avoid fetching btime in ext4_getattr() unless requested by Theodore Ts'o · 5 years ago
  73. 3f666c5 dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() by Vivek Goyal · 5 years ago
  74. 8cd115b ext4: Optimize ext4 DIO overwrites by Jan Kara · 5 years ago
  75. 46f870d6 ext4: simulate various I/O and checksum errors when reading metadata by Theodore Ts'o · 5 years ago
  76. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  77. 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
  78. 7f420d64 ext4: unlock on error in ext4_expand_extra_isize() by Dan Carpenter · 5 years ago
  79. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  80. 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
  81. dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
  82. 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  83. 565333a ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 5 years ago
  84. 1f60719 ext4: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
  85. 4d06bfb ext4: Add error handling for io_end_vec struct allocation by Ritesh Harjani · 5 years ago
  86. 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
  87. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  88. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  89. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  90. 6cb367c ext4: Use ext4_journal_extend() instead of jbd2_journal_extend() by Jan Kara · 5 years ago
  91. 65db869 ext4: Fix credit estimate for final inode freeing by Jan Kara · 5 years ago
  92. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  93. 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
  94. 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
  95. b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
  96. 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
  97. f063db5 ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper by Matthew Bobrowski · 5 years ago
  98. c8fdfe29 ext4: move set iomap routines into a separate helper ext4_set_iomap() by Matthew Bobrowski · 5 years ago
  99. 2e9b51d ext4: iomap that extends beyond EOF should be marked dirty by Matthew Bobrowski · 5 years ago
  100. 548feeb ext4: update direct I/O read lock pattern for IOCB_NOWAIT by Matthew Bobrowski · 5 years ago