1. 981250c ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarily by Theodore Ts'o · 11 years ago
  2. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  3. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  4. a60697f ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs by Jan Kara · 11 years ago
  5. d23142c ext4: make punch hole code path work with bigalloc by Lukas Czerner · 11 years ago
  6. 6180132 ext4: update ext4_ext_remove_space trace point by Lukas Czerner · 11 years ago
  7. 78fb9cd ext4: remove unused code from ext4_remove_blocks() by Lukas Czerner · 11 years ago
  8. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  9. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 11 years ago
  10. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 11 years ago
  11. 0b65349 ext4: fix big-endian bug in extent migration code by Dmitry Monakhov · 11 years ago
  12. 27dd438 ext4: introduce reserved space by Lukas Czerner · 11 years ago
  13. e8238f9 ext4: fix incorrect lock ordering for ext4_ind_migrate by Dmitry Monakhov · 11 years ago
  14. be8981b ext4: try to prepend extent to the existing one by Lukas Czerner · 11 years ago
  15. bc2d9db ext4: Transfer initialized block to right neighbor if possible by Lukas Czerner · 11 years ago
  16. 996bb9f ext4: support simple conversion of extent-mapped inodes to use i_blocks by Theodore Ts'o · 11 years ago
  17. 819c492 ext4: refactor truncate code by Theodore Ts'o · 11 years ago
  18. 26a4c0c ext4: refactor punch hole code by Theodore Ts'o · 11 years ago
  19. 8cde7ad ext4: fix big-endian bugs which could cause fs corruptions by Zheng Liu · 11 years ago
  20. d3c9262 Merge tag 'ext4_for_linue' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  21. 4f42f80 ext4: use s_extent_max_zeroout_kb value as number of kb by Lukas Czerner · 11 years ago
  22. 232ec87 ext4: update reserved space after the 'correction' by Lukas Czerner · 11 years ago
  23. 3a22567 ext4: fix the wrong number of the allocated blocks in ext4_split_extent() by Zheng Liu · 11 years ago
  24. adb2355 ext4: update extent status tree after an extent is zeroed out by Zheng Liu · 11 years ago
  25. cdee784 ext4: fix wrong m_len value after unwritten extent conversion by Zheng Liu · 11 years ago
  26. de99fcc ext4: remove unnecessary wait for extent conversion in ext4_fallocate() by Jan Kara · 11 years ago
  27. ff95ec2 ext4: add warning to ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 11 years ago
  28. ec22ba8 ext4: disable merging of uninitialized extents by Dmitry Monakhov · 11 years ago
  29. 357b66f ext4: ext4_split_extent should take care of extent zeroout by Dmitry Monakhov · 11 years ago
  30. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  31. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  32. 69eb33d ext4: remove single extent cache by Zheng Liu · 11 years ago
  33. d100eef ext4: lookup block mapping in extent status tree by Zheng Liu · 11 years ago
  34. f7fec03 ext4: track all extent status in extent status tree by Zheng Liu · 11 years ago
  35. a25a4e1 ext4: let ext4_ext_map_blocks return EXT4_MAP_UNWRITTEN flag by Zheng Liu · 11 years ago
  36. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 11 years ago
  37. 06b0c88 ext4: refine extent status tree by Zheng Liu · 11 years ago
  38. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  39. b06acd3 ext4: remove explicit WARN_ON when ext4_map_blocks() fails by Lukas Czerner · 11 years ago
  40. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 11 years ago
  41. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 12 years ago
  42. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 12 years ago
  43. c36575e ext4: fix extent tree corruption caused by hole punch by Forrest Liu · 12 years ago
  44. 187fd03 ext4: remove unused variable from ext4_ext_in_cache() by Zhi Yong Wu · 12 years ago
  45. 0c8d414 ext4: let fallocate handle inline data correctly by Tao Ma · 12 years ago
  46. 9419198 ext4: let fiemap work with inline data by Tao Ma · 12 years ago
  47. f19d587 ext4: add normal write support for inline data by Tao Ma · 12 years ago
  48. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  49. 0634867 ext4: simple cleanup in fiemap codepath by Lukas Czerner · 12 years ago
  50. 91dd8c1 ext4: prevent race while walking extent tree for fiemap by Lukas Czerner · 12 years ago
  51. b3aff3e ext4: reimplement fiemap using extent status tree by Zheng Liu · 12 years ago
  52. 7d1b1fb ext4: reimplement ext4_find_delay_alloc_range on extent status tree by Zheng Liu · 12 years ago
  53. 51865fd ext4: let ext4 maintain extent status tree by Zheng Liu · 12 years ago
  54. 3779473 ext4: fix missing call to trace_ext4_ext_map_blocks_exit by Zheng Liu · 12 years ago
  55. 19b303d ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit by Zheng Liu · 12 years ago
  56. b564553 ext4: print 'flags' in ext4_ext_handle_uninitialized_extents by Zheng Liu · 12 years ago
  57. dee1f97 ext4: race-condition protection for ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 12 years ago
  58. 60d4616 ext4: serialize fallocate with ext4_convert_unwritten_extents by Dmitry Monakhov · 12 years ago
  59. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  60. 6f2080e ext4: fix ext_remove_space for punch_hole case by Dmitry Monakhov · 12 years ago
  61. 02d262d ext4: punch_hole should wait for DIO writers by Dmitry Monakhov · 12 years ago
  62. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  63. 82e5422 ext4: fix unwritten counter leakage by Dmitry Monakhov · 12 years ago
  64. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  65. ba39ebb ext4: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  66. 63fedaf ext4: remove unused function ext4_ext_check_cache by Lukas Czerner · 12 years ago
  67. 18888cf ext4: speed up truncate/unlink by not using bforget() unless needed by Andrey Sidorov · 12 years ago
  68. 30cb27d ext4: fix trivial typo in comment by Wang Sheng-Hui · 12 years ago
  69. e3d2e43 ext4: no need to add inode to orphan list during hole punch by Ashish Sangwan · 12 years ago
  70. 67a5da5 ext4: make the zero-out chunk size tunable by Zheng Liu · 12 years ago
  71. ecb94f5 ext4: collapse a single extent tree block into the inode if possible by Theodore Ts'o · 12 years ago
  72. 89a4e48 ext4: fix kernel BUG on large-scale rm -rf commands by Theodore Ts'o · 12 years ago
  73. 968dee7 ext4: fix hole punch failure when depth is greater than 0 by Ashish Sangwan · 12 years ago
  74. e7bcf82 ext4: fix out-of-date comments in extents.c by HaiboLiu · 12 years ago
  75. f4e95b3 ext4: honor O_(D)SYNC semantic in ext4_fallocate() by Zheng Liu · 12 years ago
  76. 5e44f8c ext4: hole-punch use truncate_pagecache_range by Hugh Dickins · 12 years ago
  77. 4a3c3a5 ext4: fix format flag in ext4_ext_binsearch_idx() by Zheng Liu · 12 years ago
  78. 7ac5990 ext4: verify and calculate checksums for extent tree blocks by Darrick J. Wong · 12 years ago
  79. f848912 ext4: create a new BH_Verified flag to avoid unnecessary metadata validation by Darrick J. Wong · 12 years ago
  80. 592fe89 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  81. 9cd70b3 ext4: address scalability issue by removing extent cache statistics by Theodore Ts'o · 12 years ago
  82. af1584f ext4: fix endianness breakage in ext4_split_extent_at() by Al Viro · 12 years ago
  83. afcff5d ext4: remove restrictive checks for EOFBLOCKS_FL by Lukas Czerner · 12 years ago
  84. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  85. dc1841d ext4: give more helpful error message in ext4_ext_rm_leaf() by Lukas Czerner · 12 years ago
  86. 7877191 ext4: remove unused code from ext4_ext_map_blocks() by Lukas Czerner · 12 years ago
  87. 5f95d21 ext4: rewrite punch hole to use ext4_ext_remove_space() by Lukas Czerner · 12 years ago
  88. 31d4f3a ext4: check for zero length extent by Theodore Ts'o · 12 years ago
  89. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 13 years ago
  90. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 13 years ago
  91. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 13 years ago
  92. 88635ca ext4: add missing spaces to debugging printk's by Zheng Liu · 13 years ago
  93. 8c48f7e ext4: optimize ext4_find_delalloc_range() in nodelalloc mode by Robin Dong · 13 years ago
  94. 14d7f3e ext4: remove unused local variable by Curt Wohlgemuth · 13 years ago
  95. 5b5ffa4 ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized by Yongqiang Yang · 13 years ago
  96. b4611ab ext4: Fix crash due to getting bogus eh_depth value on big-endian systems by Paul Mackerras · 13 years ago
  97. bf52c6f ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined by Yongqiang Yang · 13 years ago
  98. 32de675 ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled by Yongqiang Yang · 13 years ago
  99. 3c6fe77 ext4: Don't normalize an falloc request if it can fit in 1 extent. by Greg Harm · 13 years ago
  100. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago