1. 06b0c88 ext4: refine extent status tree by Zheng Liu · 11 years ago
  2. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  3. b06acd3 ext4: remove explicit WARN_ON when ext4_map_blocks() fails by Lukas Czerner · 11 years ago
  4. 8bad6fc ext4: add punching hole support for non-extent-mapped files by Zheng Liu · 11 years ago
  5. aebf024 ext4: use unlikely to improve the efficiency of the kernel by Wang Shilong · 11 years ago
  6. 860d21e ext4: return ENOMEM if sb_getblk() fails by Theodore Ts'o · 11 years ago
  7. c36575e ext4: fix extent tree corruption caused by hole punch by Forrest Liu · 12 years ago
  8. 187fd03 ext4: remove unused variable from ext4_ext_in_cache() by Zhi Yong Wu · 12 years ago
  9. 0c8d414 ext4: let fallocate handle inline data correctly by Tao Ma · 12 years ago
  10. 9419198 ext4: let fiemap work with inline data by Tao Ma · 12 years ago
  11. f19d587 ext4: add normal write support for inline data by Tao Ma · 12 years ago
  12. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 12 years ago
  13. 0634867 ext4: simple cleanup in fiemap codepath by Lukas Czerner · 12 years ago
  14. 91dd8c1 ext4: prevent race while walking extent tree for fiemap by Lukas Czerner · 12 years ago
  15. b3aff3e ext4: reimplement fiemap using extent status tree by Zheng Liu · 12 years ago
  16. 7d1b1fb ext4: reimplement ext4_find_delay_alloc_range on extent status tree by Zheng Liu · 12 years ago
  17. 51865fd ext4: let ext4 maintain extent status tree by Zheng Liu · 12 years ago
  18. 3779473 ext4: fix missing call to trace_ext4_ext_map_blocks_exit by Zheng Liu · 12 years ago
  19. 19b303d ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit by Zheng Liu · 12 years ago
  20. b564553 ext4: print 'flags' in ext4_ext_handle_uninitialized_extents by Zheng Liu · 12 years ago
  21. dee1f97 ext4: race-condition protection for ext4_convert_unwritten_extents_endio by Dmitry Monakhov · 12 years ago
  22. 60d4616 ext4: serialize fallocate with ext4_convert_unwritten_extents by Dmitry Monakhov · 12 years ago
  23. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  24. 6f2080e ext4: fix ext_remove_space for punch_hole case by Dmitry Monakhov · 12 years ago
  25. 02d262d ext4: punch_hole should wait for DIO writers by Dmitry Monakhov · 12 years ago
  26. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  27. 82e5422 ext4: fix unwritten counter leakage by Dmitry Monakhov · 12 years ago
  28. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago
  29. ba39ebb ext4: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  30. 63fedaf ext4: remove unused function ext4_ext_check_cache by Lukas Czerner · 12 years ago
  31. 18888cf ext4: speed up truncate/unlink by not using bforget() unless needed by Andrey Sidorov · 12 years ago
  32. 30cb27d ext4: fix trivial typo in comment by Wang Sheng-Hui · 12 years ago
  33. e3d2e43 ext4: no need to add inode to orphan list during hole punch by Ashish Sangwan · 12 years ago
  34. 67a5da5 ext4: make the zero-out chunk size tunable by Zheng Liu · 12 years ago
  35. ecb94f5 ext4: collapse a single extent tree block into the inode if possible by Theodore Ts'o · 12 years ago
  36. 89a4e48 ext4: fix kernel BUG on large-scale rm -rf commands by Theodore Ts'o · 12 years ago
  37. 968dee7 ext4: fix hole punch failure when depth is greater than 0 by Ashish Sangwan · 12 years ago
  38. e7bcf82 ext4: fix out-of-date comments in extents.c by HaiboLiu · 12 years ago
  39. f4e95b3 ext4: honor O_(D)SYNC semantic in ext4_fallocate() by Zheng Liu · 12 years ago
  40. 5e44f8c ext4: hole-punch use truncate_pagecache_range by Hugh Dickins · 12 years ago
  41. 4a3c3a5 ext4: fix format flag in ext4_ext_binsearch_idx() by Zheng Liu · 12 years ago
  42. 7ac5990 ext4: verify and calculate checksums for extent tree blocks by Darrick J. Wong · 12 years ago
  43. f848912 ext4: create a new BH_Verified flag to avoid unnecessary metadata validation by Darrick J. Wong · 12 years ago
  44. 592fe89 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  45. 9cd70b3 ext4: address scalability issue by removing extent cache statistics by Theodore Ts'o · 12 years ago
  46. af1584f ext4: fix endianness breakage in ext4_split_extent_at() by Al Viro · 12 years ago
  47. afcff5d ext4: remove restrictive checks for EOFBLOCKS_FL by Lukas Czerner · 12 years ago
  48. 92b9781 ext4: change some printk() calls to use ext4_msg() instead by Theodore Ts'o · 12 years ago
  49. dc1841d ext4: give more helpful error message in ext4_ext_rm_leaf() by Lukas Czerner · 12 years ago
  50. 7877191 ext4: remove unused code from ext4_ext_map_blocks() by Lukas Czerner · 12 years ago
  51. 5f95d21 ext4: rewrite punch hole to use ext4_ext_remove_space() by Lukas Czerner · 12 years ago
  52. 31d4f3a ext4: check for zero length extent by Theodore Ts'o · 12 years ago
  53. ff9cb1c Merge branch 'for_linus' into for_linus_merged by Theodore Ts'o · 12 years ago
  54. ac69e09 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  55. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 12 years ago
  56. 88635ca ext4: add missing spaces to debugging printk's by Zheng Liu · 12 years ago
  57. 8c48f7e ext4: optimize ext4_find_delalloc_range() in nodelalloc mode by Robin Dong · 13 years ago
  58. 14d7f3e ext4: remove unused local variable by Curt Wohlgemuth · 13 years ago
  59. 5b5ffa4 ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized by Yongqiang Yang · 13 years ago
  60. b4611ab ext4: Fix crash due to getting bogus eh_depth value on big-endian systems by Paul Mackerras · 13 years ago
  61. bf52c6f ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined by Yongqiang Yang · 13 years ago
  62. 32de675 ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled by Yongqiang Yang · 13 years ago
  63. 3c6fe77 ext4: Don't normalize an falloc request if it can fit in 1 extent. by Greg Harm · 13 years ago
  64. 0edeb71 ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten by Tao Ma · 13 years ago
  65. e7b319e ext4: trace punch_hole correctly in ext4_ext_map_blocks by Yongqiang Yang · 13 years ago
  66. 02dc62fb ext4: clean up AGGRESSIVE_TEST code by Yongqiang Yang · 13 years ago
  67. 81fdbb4 ext4: move variables to their scope by Yongqiang Yang · 13 years ago
  68. 80e675f ext4: optimize memmmove lengths in extent/index insertions by Eric Gouriou · 13 years ago
  69. 6f91bc5 ext4: optimize ext4_ext_convert_to_initialized() by Eric Gouriou · 13 years ago
  70. b3ff0569 ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state by Tao Ma · 13 years ago
  71. 6f8ff53 ext4: handle NULL p_ext in ext4_ext_next_allocated_block() by Curt Wohlgemuth · 13 years ago
  72. f85b287 ext4: error handling fix in ext4_ext_convert_to_initialized() by Dan Carpenter · 13 years ago
  73. a4e5d88 ext4: update EOFBLOCKS flag on fallocate properly by Dmitry Monakhov · 13 years ago
  74. 750c9c4 ext4: remove messy logic from ext4_ext_rm_leaf by Dmitry Monakhov · 13 years ago
  75. 1939dd8 ext4: cleanup ext4_ext_grow_indepth code by Dmitry Monakhov · 13 years ago
  76. ee90d57 ext4: quiet sparse noise about plain integer as NULL pointer by H Hartley Sweeten · 13 years ago
  77. f472e02 ext4: avoid stamping on other memories in ext4_ext_insert_index() by Tao Ma · 13 years ago
  78. 6ee3b21 ext4: use le32_to_cpu for ext4_extent_idx.ei_block in ext4_ext_search_left() by Tao Ma · 13 years ago
  79. df3ab17 ext4: fix the comment describing ext4_ext_search_right() by Tao Ma · 13 years ago
  80. 5356f26 ext4: attempt to fix race in bigalloc code path by Aditya Kali · 13 years ago
  81. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  82. 7b415bf ext4: Fix bigalloc quota accounting and i_blocks value by Aditya Kali · 13 years ago
  83. 0aa0600 ext4: teach ext4_ext_truncate() about the bigalloc feature by Theodore Ts'o · 13 years ago
  84. 4d33b1e ext4: teach ext4_ext_map_blocks() about the bigalloc feature by Theodore Ts'o · 13 years ago
  85. 189e868 ext4: fix fsx truncate failure by Allison Henderson · 13 years ago
  86. 9ea7a0d jbd2: add debugging information to jbd2_journal_dirty_metadata() by Theodore Ts'o · 13 years ago
  87. 2be4751 ext4: fix 2nd xfstests 127 punch hole failure by Allison Henderson · 13 years ago
  88. ba06208 ext4: fix xfstests 75, 112, 127 punch hole failure by Allison Henderson · 13 years ago
  89. 29ae07b ext4: Fix overflow caused by missing cast in ext4_fallocate() by Utako Kusaka · 13 years ago
  90. 0e1147b ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole by Robin Dong · 13 years ago
  91. b7ca1e8 ext4: correct comment for ext4_ext_check_cache by Robin Dong · 13 years ago
  92. 0737964 ext4: correct the debug message in ext4_ext_insert_extent by Robin Dong · 13 years ago
  93. 5718789 ext4: remove unused argument in ext4_ext_next_leaf_block by Robin Dong · 13 years ago
  94. d462031 ext4: avoid eh_entries overflow before insert extent_idx by Robin Dong · 13 years ago
  95. 015861b ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT by Robin Dong · 13 years ago
  96. c6a0371 ext4: remove unneeded parameter to ext4_ext_remove_space() by Allison Henderson · 13 years ago
  97. f7d0d37 ext4: punch hole optimizations: skip un-needed extent lookup by Allison Henderson · 13 years ago
  98. 598dbdf ext4: avoid unneeded ext4_ext_next_leaf_block() while inserting extents by Robin Dong · 13 years ago
  99. ffb505f ext4: remove redundant goto in ext4_ext_insert_extent() by Robin Dong · 13 years ago
  100. 575a1d4 ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails by Jiaying Zhang · 13 years ago