1. ad6599a ext4: fix premature freeing of partial clusters split across leaf blocks by Eric Whitney · 10 years ago
  2. e5b3041 ext4: remove unneeded test of ret variable by Lukas Czerner · 10 years ago
  3. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  4. 0e8b687 ext4: refactor ext4_fallocate code by Lukas Czerner · 10 years ago
  5. f282ac1 ext4: Update inode i_size after the preallocation by Lukas Czerner · 10 years ago
  6. c063449 ext4: fix partial cluster handling for bigalloc file systems by Eric Whitney · 10 years ago
  7. 31cf0f2 ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents by Eric Whitney · 10 years ago
  8. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  9. a633f5a ext4: translate fallocate mode bits to strings by Lukas Czerner · 10 years ago
  10. a9b8241 ext4: merge uninitialized extents by Darrick J. Wong · 10 years ago
  11. ce37c42 ext4: fix error return from ext4_ext_handle_uninitialized_extents() by Eric Whitney · 10 years ago
  12. 15cc176 ext4: fix xfstest generic/299 block validity failures by Eric Whitney · 10 years ago
  13. 9e74056 ext4: fix a typo in extents.c by Yongqiang Yang · 11 years ago
  14. d0abafa ext4: fix bigalloc regression by Eric Whitney · 11 years ago
  15. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  16. 5946d08 ext4: check for overlapping extents in ext4_valid_extent_entries() by Eryu Guan · 11 years ago
  17. f275411 ext4: remove unreachable code after ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  18. da0169b ext4: remove unreachable code in ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  19. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  20. 70261f5 ext4: Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  21. 27b1b22 ext4: fix use of potentially uninitialized variables in debugging code by Andi Shyti · 11 years ago
  22. 7d73453 ext4: fix warning in ext4_da_update_reserve_space() by Jan Kara · 11 years ago
  23. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  24. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  25. c349179 ext4: print the block number of invalid extent tree blocks by Theodore Ts'o · 11 years ago
  26. 7d7ea89 ext4: refactor code to read the extent tree block by Theodore Ts'o · 11 years ago
  27. 94eec0f ext4: fix retry handling in ext4_ext_truncate() by Theodore Ts'o · 11 years ago
  28. 63b9996 ext4: call ext4_es_lru_add() after handling cache miss by Theodore Ts'o · 11 years ago
  29. 76828c8 ext4: yield during large unlinks by Theodore Ts'o · 11 years ago
  30. c8e1513 ext4: simplify calculation of blocks to free on error by Theodore Ts'o · 11 years ago
  31. 8acd5e9 ext4: fix error handling in ext4_ext_truncate() by Theodore Ts'o · 11 years ago
  32. 6ae06ff ext4: optimize starting extent in ext4_ext_rm_leaf() by Ashish Sangwan · 11 years ago
  33. 21ddd56 ext4: translate flag bits to strings in tracepoints by Theodore Ts'o · 11 years ago
  34. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  35. 72dac95 ext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents by Jie Liu · 11 years ago
  36. 981250c ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarily by Theodore Ts'o · 11 years ago
  37. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  38. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  39. a60697f ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs by Jan Kara · 11 years ago
  40. d23142c ext4: make punch hole code path work with bigalloc by Lukas Czerner · 11 years ago
  41. 6180132 ext4: update ext4_ext_remove_space trace point by Lukas Czerner · 11 years ago
  42. 78fb9cd ext4: remove unused code from ext4_remove_blocks() by Lukas Czerner · 11 years ago
  43. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  44. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 11 years ago
  45. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 11 years ago
  46. 0b65349 ext4: fix big-endian bug in extent migration code by Dmitry Monakhov · 11 years ago
  47. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  48. e8238f9 ext4: fix incorrect lock ordering for ext4_ind_migrate by Dmitry Monakhov · 11 years ago
  49. be8981b ext4: try to prepend extent to the existing one by Lukas Czerner · 11 years ago
  50. bc2d9db ext4: Transfer initialized block to right neighbor if possible by Lukas Czerner · 11 years ago
  51. 996bb9f ext4: support simple conversion of extent-mapped inodes to use i_blocks by Theodore Ts'o · 11 years ago
  52. 819c492 ext4: refactor truncate code by Theodore Ts'o · 11 years ago
  53. 26a4c0c ext4: refactor punch hole code by Theodore Ts'o · 11 years ago
  54. 8cde7ad ext4: fix big-endian bugs which could cause fs corruptions by Zheng Liu · 11 years ago
  55. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  56. 4f42f80 ext4: use s_extent_max_zeroout_kb value as number of kb by Lukas Czerner · 11 years ago
  57. 232ec87 ext4: update reserved space after the 'correction' by Lukas Czerner · 11 years ago
  58. 3a22567 ext4: fix the wrong number of the allocated blocks in ext4_split_extent() by Zheng Liu · 11 years ago
  59. adb2355 ext4: update extent status tree after an extent is zeroed out by Zheng Liu · 11 years ago
  60. cdee784 ext4: fix wrong m_len value after unwritten extent conversion by Zheng Liu · 11 years ago
  61. de99fcc ext4: remove unnecessary wait for extent conversion in ext4_fallocate() by Jan Kara · 11 years ago
  62. ff95ec2 ext4: add warning to ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 11 years ago
  63. ec22ba8 ext4: disable merging of uninitialized extents by Dmitry Monakhov · 11 years ago
  64. 357b66f ext4: ext4_split_extent should take care of extent zeroout by Dmitry Monakhov · 11 years ago
  65. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  66. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  67. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  68. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 11 years ago
  69. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 11 years ago
  70. a25a4e1 ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag by Zheng Liu · 11 years ago
  71. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 11 years ago
  72. 06b0c88 ext4: refine extent status tree by Zheng Liu · 11 years ago
  73. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 12 years ago
  74. b06acd3 ext4: remove explicit WARN_ON when ext4_map_blocks() fails by Lukas Czerner · 12 years ago
  75. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 12 years ago
  76. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 12 years ago
  77. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 12 years ago
  78. c36575e ext4: fix extent tree corruption caused by hole punch by Forrest Liu · 12 years ago
  79. 187fd03 ext4: remove unused variable from ext4_ext_in_cache() by Zhi Yong Wu · 12 years ago
  80. 0c8d414 ext4: let fallocate handle inline data correctly by Tao Ma · 12 years ago
  81. 9419198 ext4: let fiemap work with inline data by Tao Ma · 12 years ago
  82. f19d587 ext4: add normal write support for inline data by Tao Ma · 12 years ago
  83. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  84. 0634867 ext4: simple cleanup in fiemap codepath by Lukas Czerner · 12 years ago
  85. 91dd8c1 ext4: prevent race while walking extent tree for fiemap by Lukas Czerner · 12 years ago
  86. b3aff3e ext4: reimplement fiemap using extent status tree by Zheng Liu · 12 years ago
  87. 7d1b1fb ext4: reimplement ext4_find_delay_alloc_range on extent status tree by Zheng Liu · 12 years ago
  88. 51865fd ext4: let ext4 maintain extent status tree by Zheng Liu · 12 years ago
  89. 3779473 ext4: fix missing call to trace_ext4_ext_map_blocks_exit by Zheng Liu · 12 years ago
  90. 19b303d ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit by Zheng Liu · 12 years ago
  91. b564553 ext4: print 'flags' in ext4_ext_handle_uninitialized_extents by Zheng Liu · 12 years ago
  92. dee1f97 ext4: race-condition protection for ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 12 years ago
  93. 60d4616 ext4: serialize fallocate with ext4_convert_unwritten_extents by Dmitry Monakhov · 12 years ago
  94. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  95. 6f2080e ext4: fix ext_remove_space for punch_hole case by Dmitry Monakhov · 12 years ago
  96. 02d262d ext4: punch_hole should wait for DIO writers by Dmitry Monakhov · 12 years ago
  97. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  98. 82e5422 ext4: fix unwritten counter leakage by Dmitry Monakhov · 12 years ago
  99. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  100. ba39ebb ext4: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago