1. 4068664 ext4: fix extent_status fragmentation for plain files by Dmitry Monakhov · 5 years ago
  2. de74548 ext4: add missing braces in ext4_ext_drop_refs() by Eric Biggers · 5 years ago
  3. 6e89bbb ext4: fix some nonstandard indentation in extents.c by Eric Biggers · 5 years ago
  4. 61a6cb4 ext4: remove obsolete comment from ext4_can_extents_be_merged() by Eric Biggers · 5 years ago
  5. adde81c ext4: fix documentation for ext4_ext_try_to_merge() by Eric Biggers · 5 years ago
  6. 43f8167 ext4: make some functions static in extents.c by Eric Biggers · 5 years ago
  7. a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
  8. 9b02e49 ext4: clean up len and offset checks in ext4_fallocate() by Eric Biggers · 5 years ago
  9. dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
  10. d859264 ext4: re-enable extent zeroout optimization on encrypted files by Eric Biggers · 5 years ago
  11. 457b1e3 ext4: allow ZERO_RANGE on encrypted files by Eric Biggers · 5 years ago
  12. 4756ee1 ext4: use true,false for bool variable by zhengbin · 5 years ago
  13. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  14. 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
  15. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  16. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  17. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  18. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  19. c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
  20. a00713e ext4: Add API to bring in support for unwritten io_end_vec conversion by Ritesh Harjani · 5 years ago
  21. e3d550c ext4: fix warning inside ext4_convert_unwritten_extents_endio by Rakesh Pandit · 5 years ago
  22. bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
  23. c60990b ext4: clean up kerneldoc warnigns when building with W=1 by Theodore Ts'o · 6 years ago
  24. 0a944e8 ext4: don't perform block validity checks on the journal inode by Theodore Ts'o · 6 years ago
  25. 592acbf ext4: zero out the unused memory region in the extent tree block by Sriram Rajagopalan · 6 years ago
  26. a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  27. 7bd7523 ext4: fix bigalloc cluster freeing when hole punching under load by Eric Whitney · 6 years ago
  28. 16e08b1 ext4: cleanup clean_bdev_aliases() calls by zhangyi (F) · 6 years ago
  29. 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  30. 9fe6714 ext4: adjust reserved cluster count when removing extents by Eric Whitney · 6 years ago
  31. b6bf917 ext4: reduce reserved cluster count by number of allocated clusters by Eric Whitney · 6 years ago
  32. 0b02f4c ext4: fix reserved cluster accounting at delayed write time by Eric Whitney · 6 years ago
  33. ad43102 ext4: generalize extents status tree search functions by Eric Whitney · 6 years ago
  34. 430657b ext4: handle layout changes to pinned DAX mappings by Ross Zwisler · 6 years ago
  35. 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
  36. bc890a6 ext4: verify the depth of extent tree in ext4_find_extent() by Theodore Ts'o · 7 years ago
  37. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  38. 349fa7d ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS by Eric Biggers · 7 years ago
  39. dcae058 ext4: fix comments in ext4_swap_extents() by zhenwei.pi · 7 years ago
  40. 1d39834 ext4: remove EXT4_STATE_DIOREAD_LOCK flag by Nikolay Borisov · 7 years ago
  41. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  42. c894aa9 ext4: fix fdatasync(2) after fallocate(2) operation by Eryu Guan · 7 years ago
  43. 51e3ae8 ext4: fix interaction between i_size, fallocate, and delalloc after a crash by Theodore Ts'o · 7 years ago
  44. 4e56201 ext4: fix copy paste error in ext4_swap_extents() by Maninder Singh · 7 years ago
  45. 77a2e84 ext4: remove unused mode parameter by Tahsin Erdogan · 7 years ago
  46. ddfa17e ext4: call journal revoke when freeing ea_inode blocks by Tahsin Erdogan · 8 years ago
  47. 67a7d5f ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 8 years ago
  48. 4f8caa6 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 8 years ago
  49. 03e916f ext4: do not polute the extents cache while shifting extents by Roman Pen · 8 years ago
  50. 2a9b8cb ext4: Include forgotten start block on fallocate insert range by Roman Pen · 8 years ago
  51. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  52. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  53. 011c88e ext4: remove another test in ext4_alloc_file_blocks() by Dan Carpenter · 8 years ago
  54. eeca7ea ext4: use current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  55. d0abb36 ext4: allow ext4_ext_truncate() to return an error by Theodore Ts'o · 8 years ago
  56. 64e1c57 ext4: Use clean_bdev_aliases() instead of iteration by Jan Kara · 8 years ago
  57. 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
  58. c3fe493 ext4: remove unneeded test in ext4_alloc_file_blocks() by Fabian Frederick · 8 years ago
  59. edf15aa1 ext4: fix memory leak in ext4_insert_range() by Fabian Frederick · 8 years ago
  60. 7bc9491 ext4: verify extent header depth by Vegard Nossum · 8 years ago
  61. f70749c ext4: check for extents that wrap around by Vegard Nossum · 9 years ago
  62. 816cd71 ext4: remove unmeetable inconsisteny check from ext4_find_extent() by Nicolai Stange · 9 years ago
  63. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
  64. 7b80819 ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart() by Theodore Ts'o · 9 years ago
  65. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 9 years ago
  66. facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 9 years ago
  67. 140a525 ext4: factor out determining of hole size by Jan Kara · 9 years ago
  68. 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 9 years ago
  69. 29c6eaf ext4: trim unused parameter from convert_initialized_extent() by Eric Whitney · 9 years ago
  70. 56263b4 ext4: remove unused parameter "newblock" in convert_initialized_extent() by Eryu Guan · 9 years ago
  71. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  72. c86d8db ext4: implement allocation of pre-zeroed blocks by Jan Kara · 9 years ago
  73. 53085fa ext4: provide ext4_issue_zeroout() by Jan Kara · 9 years ago
  74. 0112784 ext4: fix races of writeback with punch hole and zero range by Jan Kara · 9 years ago
  75. 32ebffd ext4: fix races between buffered IO and collapse / insert range by Jan Kara · 9 years ago
  76. 17048e8 ext4: move unlocked dio protection from ext4_alloc_file_blocks() by Jan Kara · 9 years ago
  77. ea3d720 ext4: fix races between page faults and hole punching by Jan Kara · 9 years ago
  78. 75021d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  79. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  80. 6a797d2 ext4: call out CRC and corruption errors with specific error codes by Darrick J. Wong · 9 years ago
  81. 36086d4 ext4 crypto: fix bugs in ext4_encrypted_zeroout() by Theodore Ts'o · 9 years ago
  82. a1c8368 fs: Drop unlikely before IS_ERR(_OR_NULL) by Viresh Kumar · 9 years ago
  83. 1c4c715 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  84. c45653c ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp by Nikolay Borisov · 10 years ago
  85. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  86. c5e298a ext4: prevent ext4_quota_write() from failing due to ENOSPC by Theodore Ts'o · 10 years ago
  87. 0d306dc ext4: wait for existing dio workers in ext4_alloc_file_blocks() by Lukas Czerner · 10 years ago
  88. 4134f5c ext4: recalculate journal credits as inode depth changes by Lukas Czerner · 10 years ago
  89. 331573f ext4: Add support FALLOC_FL_INSERT_RANGE for fallocate by Namjae Jeon · 10 years ago
  90. 8bc3b1e ext4: BUG_ON assertion repeated for inode1, not done for inode2 by David Moore · 10 years ago
  91. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  92. b9576fc ext4: fix an ext3 collapse range regression in xfstests by Theodore Ts'o · 10 years ago
  93. 2f97486 ext4: check for zero length extent explicitly by Eryu Guan · 10 years ago
  94. 280227a ext4: move check under lock scope to close a race. by Davide Italiano · 10 years ago
  95. 2058f83 ext4 crypto: implement the ext4 encryption write path by Michael Halcrow · 10 years ago
  96. 9d21c9f ext4: don't release reserved space for previously allocated cluster by Eric Whitney · 10 years ago
  97. 94426f4 ext4: fix loss of delalloc extent info in ext4_zero_range() by Eric Whitney · 10 years ago
  98. 0f2af21 ext4: allocate entire range in zero range by Lukas Czerner · 10 years ago
  99. 4255c22 ext4: fix comments in ext4_can_extents_be_merged() by Xiaoguang Wang · 10 years ago
  100. ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 10 years ago