1. 27bc446 ext4: limit the length of per-inode prealloc list by brookxu · 4 years, 5 months ago
  2. ce9f24c ext4: check journal inode extents more carefully by Jan Kara · 4 years, 6 months ago
  3. e0f49d2 ext4: delete unnecessary checks before brelse() by Markus Elfring · 4 years, 7 months ago
  4. e4d7f2d ext4: fix spelling mistakes in extents.c by Keyur Patel · 4 years, 7 months ago
  5. cfb3c85 ext4: fix partial cluster initialization when splitting extent by Jeffle Xu · 4 years, 8 months ago
  6. 45dd052 fs: handle FIEMAP_FLAG_SYNC in fiemap_prep by Christoph Hellwig · 4 years, 8 months ago
  7. cddf8a2 fs: move fiemap range validation into the file systems instances by Christoph Hellwig · 4 years, 8 months ago
  8. da565e7 ext4: remove the call to fiemap_check_flags in ext4_fiemap by Christoph Hellwig · 4 years, 8 months ago
  9. 03a5ed2 ext4: split _ext4_fiemap by Christoph Hellwig · 4 years, 8 months ago
  10. 328e24a ext4: fix fiemap size checks for bitmap files by Christoph Hellwig · 4 years, 9 months ago
  11. 8ad8d71 ext4: rework map struct instantiation in ext4_ext_map_blocks() by Eric Whitney · 4 years, 8 months ago
  12. 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  13. 8ec2d31 ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents() by Ritesh Harjani · 4 years, 8 months ago
  14. ec8c60b ext4: improve ext_debug() msg in case of block allocation failure by Ritesh Harjani · 4 years, 8 months ago
  15. 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 9 months ago
  16. 80dd497 ext4: fix a typo in a comment by Christophe JAILLET · 4 years, 9 months ago
  17. be809e1 ext4: clean up ext4_ext_convert_to_initialized() error handling by Eric Whitney · 4 years, 9 months ago
  18. 779e265 ext4: clean up GET_BLOCKS_PRE_IO error handling by Eric Whitney · 4 years, 9 months ago
  19. bee6cf0 ext4: remove redundant GET_BLOCKS_CONVERT code by Eric Whitney · 4 years, 9 months ago
  20. ee802f8 ext4: remove dead GET_BLOCKS_ZERO code by Eric Whitney · 4 years, 9 months ago
  21. b60ca33 ext4: don't ignore return values from ext4_ext_dirty() by Harshad Shirwadkar · 4 years, 9 months ago
  22. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 9 months ago
  23. 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
  24. 801674f ext4: do not zeroout extents beyond i_disksize by Jan Kara · 4 years, 10 months ago
  25. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 10 months ago
  26. 2971148 ext4: remove map_from_cluster from ext4_ext_map_blocks by Eric Whitney · 4 years, 10 months ago
  27. 3499046 ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks() by Eric Whitney · 4 years, 10 months ago
  28. d3b6f23 ext4: move ext4_fiemap to use iomap framework by Ritesh Harjani · 5 years ago
  29. 2f424a5 ext4: optimize ext4_ext_precache for 0 depth by Ritesh Harjani · 5 years ago
  30. f064a9d ext4: clean up error return for convert_initialized_extent() by Eric Whitney · 5 years ago
  31. 765bfcd ext4: delete declaration for ext4_split_extent() by Eric Whitney · 5 years ago
  32. 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 5 years ago
  33. 4068664 ext4: fix extent_status fragmentation for plain files by Dmitry Monakhov · 5 years ago
  34. de74548 ext4: add missing braces in ext4_ext_drop_refs() by Eric Biggers · 5 years ago
  35. 6e89bbb ext4: fix some nonstandard indentation in extents.c by Eric Biggers · 5 years ago
  36. 61a6cb4 ext4: remove obsolete comment from ext4_can_extents_be_merged() by Eric Biggers · 5 years ago
  37. adde81c ext4: fix documentation for ext4_ext_try_to_merge() by Eric Biggers · 5 years ago
  38. 43f8167 ext4: make some functions static in extents.c by Eric Biggers · 5 years ago
  39. a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
  40. 9b02e49 ext4: clean up len and offset checks in ext4_fallocate() by Eric Biggers · 5 years ago
  41. dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
  42. d859264 ext4: re-enable extent zeroout optimization on encrypted files by Eric Biggers · 5 years ago
  43. 457b1e3 ext4: allow ZERO_RANGE on encrypted files by Eric Biggers · 5 years ago
  44. 4756ee1 ext4: use true,false for bool variable by zhengbin · 5 years ago
  45. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  46. 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
  47. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  48. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  49. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  50. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  51. c8cc881 ext4: Add support for blocksize < pagesize in dioread_nolock by Ritesh Harjani · 5 years ago
  52. a00713e ext4: Add API to bring in support for unwritten io_end_vec conversion by Ritesh Harjani · 5 years ago
  53. e3d550c ext4: fix warning inside ext4_convert_unwritten_extents_endio by Rakesh Pandit · 5 years ago
  54. bb5835e ext4: add new ioctl EXT4_IOC_GET_ES_CACHE by Theodore Ts'o · 5 years ago
  55. c60990b ext4: clean up kerneldoc warnigns when building with W=1 by Theodore Ts'o · 6 years ago
  56. 0a944e8 ext4: don't perform block validity checks on the journal inode by Theodore Ts'o · 6 years ago
  57. 592acbf ext4: zero out the unused memory region in the extent tree block by Sriram Rajagopalan · 6 years ago
  58. a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  59. 7bd7523 ext4: fix bigalloc cluster freeing when hole punching under load by Eric Whitney · 6 years ago
  60. 16e08b1 ext4: cleanup clean_bdev_aliases() calls by zhangyi (F) · 6 years ago
  61. 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  62. 9fe6714 ext4: adjust reserved cluster count when removing extents by Eric Whitney · 6 years ago
  63. b6bf917 ext4: reduce reserved cluster count by number of allocated clusters by Eric Whitney · 6 years ago
  64. 0b02f4c ext4: fix reserved cluster accounting at delayed write time by Eric Whitney · 6 years ago
  65. ad43102 ext4: generalize extents status tree search functions by Eric Whitney · 6 years ago
  66. 430657b ext4: handle layout changes to pinned DAX mappings by Ross Zwisler · 6 years ago
  67. 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  68. bc890a6 ext4: verify the depth of extent tree in ext4_find_extent() by Theodore Ts'o · 7 years ago
  69. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  70. 349fa7d ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS by Eric Biggers · 7 years ago
  71. dcae058 ext4: fix comments in ext4_swap_extents() by zhenwei.pi · 7 years ago
  72. 1d39834 ext4: remove EXT4_STATE_DIOREAD_LOCK flag by Nikolay Borisov · 7 years ago
  73. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  74. c894aa9 ext4: fix fdatasync(2) after fallocate(2) operation by Eryu Guan · 7 years ago
  75. 51e3ae8 ext4: fix interaction between i_size, fallocate, and delalloc after a crash by Theodore Ts'o · 7 years ago
  76. 4e56201 ext4: fix copy paste error in ext4_swap_extents() by Maninder Singh · 7 years ago
  77. 77a2e84 ext4: remove unused mode parameter by Tahsin Erdogan · 7 years ago
  78. ddfa17e ext4: call journal revoke when freeing ea_inode blocks by Tahsin Erdogan · 8 years ago
  79. 67a7d5f ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 8 years ago
  80. 4f8caa6 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 8 years ago
  81. 03e916f ext4: do not polute the extents cache while shifting extents by Roman Pen · 8 years ago
  82. 2a9b8cb ext4: Include forgotten start block on fallocate insert range by Roman Pen · 8 years ago
  83. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  84. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  85. 011c88e ext4: remove another test in ext4_alloc_file_blocks() by Dan Carpenter · 8 years ago
  86. eeca7ea ext4: use current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  87. d0abb36 ext4: allow ext4_ext_truncate() to return an error by Theodore Ts'o · 8 years ago
  88. 64e1c57 ext4: Use clean_bdev_aliases() instead of iteration by Jan Kara · 8 years ago
  89. 518eaa6 ext4: create EXT4_MAX_BLOCKS() macro by Fabian Frederick · 8 years ago
  90. c3fe493 ext4: remove unneeded test in ext4_alloc_file_blocks() by Fabian Frederick · 8 years ago
  91. edf15aa1 ext4: fix memory leak in ext4_insert_range() by Fabian Frederick · 8 years ago
  92. 7bc9491 ext4: verify extent header depth by Vegard Nossum · 9 years ago
  93. f70749c ext4: check for extents that wrap around by Vegard Nossum · 9 years ago
  94. 816cd71 ext4: remove unmeetable inconsisteny check from ext4_find_extent() by Nicolai Stange · 9 years ago
  95. 8d2ae1c ext4: remove trailing \n from ext4_warning/ext4_error calls by Jakub Wilk · 9 years ago
  96. 7b80819 ext4: fix jbd2 handle extension in ext4_ext_truncate_extend_restart() by Theodore Ts'o · 9 years ago
  97. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 9 years ago
  98. facab4d ext4: return hole from ext4_map_blocks() by Jan Kara · 9 years ago
  99. 140a525 ext4: factor out determining of hole size by Jan Kara · 9 years ago
  100. 109811c ext4: simplify io_end handling for AIO DIO by Jan Kara · 9 years ago