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