1. ad7fefb Revert "ext4: fix suboptimal seek_{data,hole} extents traversial" by Theodore Ts'o · 10 years ago
  2. 14516bb ext4: fix suboptimal seek_{data,hole} extents traversial by Dmitry Monakhov · 10 years ago
  3. d952d69 ext4: ext4_inline_data_fiemap should respect callers argument by Dmitry Monakhov · 10 years ago
  4. 733ded2 ext4: remove never taken branch from ext4_ext_shift_path_extents() by Jan Kara · 10 years ago
  5. b0dea4c ext4: move handling of list of shrinkable inodes into extent status code by Jan Kara · 10 years ago
  6. edaa53c ext4: change LRU to round-robin in extent status tree shrinker by Zheng Liu · 10 years ago
  7. 2f8e0a7 ext4: cache extent hole in extent status tree for ext4_da_map_blocks() by Zheng Liu · 10 years ago
  8. cbd7584 ext4: fix block reservation for bigalloc filesystems by Jan Kara · 10 years ago
  9. 0756b90 ext4: fix end of region partial cluster handling by Eric Whitney · 10 years ago
  10. 345ee94 ext4: miscellaneous partial cluster cleanups by Eric Whitney · 10 years ago
  11. 5bf4376 ext4: fix end of leaf partial cluster handling by Eric Whitney · 10 years ago
  12. f4226d9 ext4: fix partial cluster initialization by Eric Whitney · 10 years ago
  13. ae9e9c6a ext4: make ext4_ext_convert_to_initialized() return proper number of blocks by Jan Kara · 10 years ago
  14. 9aa5d32 ext4: Replace open coded mdata csum feature to helper function by Dmitry Monakhov · 10 years ago
  15. be5cd90 ext4: optimize block allocation on grow indepth by Dmitry Monakhov · 10 years ago
  16. e3cf5d5 ext4: prepare to drop EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 10 years ago
  17. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  18. ee4bd0d9 ext4: reuse path object in ext4_ext_shift_extents() by Theodore Ts'o · 10 years ago
  19. 10809df8 ext4: teach ext4_ext_find_extent() to realloc path if necessary by Theodore Ts'o · 10 years ago
  20. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  21. 523f431 ext4: call ext4_ext_drop_refs() from ext4_ext_find_extent() by Theodore Ts'o · 10 years ago
  22. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  23. 4f224b8 ext4: drop EXT4_EX_NOFREE_ON_ERR in convert_initialized_extent() by Theodore Ts'o · 10 years ago
  24. e8b83d93 ext4: collapse ext4_convert_initialized_extents() by Theodore Ts'o · 10 years ago
  25. 705912c ext4: teach ext4_ext_find_extent() to free path on error by Theodore Ts'o · 10 years ago
  26. 713e8dd ext4: fix ZERO_RANGE bug hidden by flag aliasing by Theodore Ts'o · 10 years ago
  27. 19008f6 ext4: fix ext4_swap_extents() error handling by Theodore Ts'o · 10 years ago
  28. fcf6b1b7 ext4: refactor ext4_move_extents code base by Dmitry Monakhov · 10 years ago
  29. f8fb4f4 ext4: use ext4_ext_next_allocated_block instead of mext_next_extent by Dmitry Monakhov · 10 years ago
  30. c174e6d ext4: fix transaction issues for ext4_fallocate and ext_zero_range by Dmitry Monakhov · 10 years ago
  31. 69dc953 ext4: fix incorect journal credits reservation in ext4_zero_range by Dmitry Monakhov · 10 years ago
  32. 4631dbf ext4: move i_size,i_disksize update routines to helper function by Dmitry Monakhov · 10 years ago
  33. ee98fa3 ext4: fix COLLAPSE RANGE test for bigalloc file systems by Namjae Jeon · 10 years ago
  34. 29faed1 ext4: use correct depth value by Dmitry Monakhov · 10 years ago
  35. 4b1f166 ext4: add i_data_sem sanity check by Dmitry Monakhov · 10 years ago
  36. 71d4f7d ext4: remove metadata reservation checks by Theodore Ts'o · 10 years ago
  37. e1ee60f ext4: fix ZERO_RANGE test failure in data journalling by Namjae Jeon · 10 years ago
  38. 5d60125 ext4: add missing BUFFER_TRACE before ext4_journal_get_write_access by liang xie · 10 years ago
  39. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 10 years ago
  40. 556615d ext4: rename uninitialized extents to unwritten by Lukas Czerner · 10 years ago
  41. 090f32e ext4: get rid of EXT4_MAP_UNINIT flag by Lukas Czerner · 10 years ago
  42. 0a04b24 ext4: disable COLLAPSE_RANGE for bigalloc by Namjae Jeon · 10 years ago
  43. a8680e0 ext4: fix COLLAPSE_RANGE failure with 1KB block size by Namjae Jeon · 10 years ago
  44. 86f1ca3 ext4: use EINVAL if not a regular file in ext4_collapse_range() by Theodore Ts'o · 10 years ago
  45. 6c5e73d ext4: enforce we are operating on a regular file in ext4_zero_range() by jon ernst · 10 years ago
  46. 6dd834e ext4: fix extent merging in ext4_ext_shift_path_extents() by Lukas Czerner · 10 years ago
  47. ef24f6c ext4: discard preallocations after removing space by Lukas Czerner · 10 years ago
  48. 9337d5d ext4: no need to truncate pagecache twice in collapse range by Lukas Czerner · 10 years ago
  49. 2c1d232 ext4: fix removing status extents in ext4_collapse_range() by Lukas Czerner · 10 years ago
  50. 1a66c7c ext4: use filemap_write_and_wait_range() correctly in collapse range by Lukas Czerner · 10 years ago
  51. 694c793 ext4: use truncate_pagecache() in collapse range by Lukas Czerner · 10 years ago
  52. a18ed35 ext4: always check ext4_ext_find_extent result by Dmitry Monakhov · 10 years ago
  53. 8dc79ec ext4: fix error handling in ext4_ext_shift_extents by Dmitry Monakhov · 10 years ago
  54. 40c406c ext4: COLLAPSE_RANGE only works on extent-based files by Theodore Ts'o · 10 years ago
  55. 847c6c4 ext4: fix byte order problems introduced by the COLLAPSE_RANGE patches by Zheng Liu · 10 years ago
  56. 0790b31 fs: disallow all fallocate operation on active swapfile by Lukas Czerner · 10 years ago
  57. 23fffa9 fs: move falloc collapse range check into the filesystem methods by Lukas Czerner · 10 years ago
  58. 9ef06ce ext4: remove unnecessary check for APPEND and IMMUTABLE by Lukas Czerner · 10 years ago
  59. 1ce01c4 ext4: fix COLLAPSE_RANGE test failure in data journalling mode by Namjae Jeon · 10 years ago
  60. ad6599a ext4: fix premature freeing of partial clusters split across leaf blocks by Eric Whitney · 10 years ago
  61. e5b3041 ext4: remove unneeded test of ret variable by Lukas Czerner · 10 years ago
  62. b8a8684 ext4: Introduce FALLOC_FL_ZERO_RANGE flag for fallocate by Lukas Czerner · 10 years ago
  63. 0e8b687 ext4: refactor ext4_fallocate code by Lukas Czerner · 10 years ago
  64. f282ac1 ext4: Update inode i_size after the preallocation by Lukas Czerner · 10 years ago
  65. c063449 ext4: fix partial cluster handling for bigalloc file systems by Eric Whitney · 10 years ago
  66. 31cf0f2 ext4: delete path dealloc code in ext4_ext_handle_uninitialized_extents by Eric Whitney · 10 years ago
  67. 9eb7948 ext4: Add support FALLOC_FL_COLLAPSE_RANGE for fallocate by Namjae Jeon · 10 years ago
  68. a633f5a ext4: translate fallocate mode bits to strings by Lukas Czerner · 10 years ago
  69. a9b8241 ext4: merge uninitialized extents by Darrick J. Wong · 10 years ago
  70. ce37c42 ext4: fix error return from ext4_ext_handle_uninitialized_extents() by Eric Whitney · 10 years ago
  71. 15cc176 ext4: fix xfstest generic/299 block validity failures by Eric Whitney · 10 years ago
  72. 9e74056 ext4: fix a typo in extents.c by Yongqiang Yang · 11 years ago
  73. d0abafa ext4: fix bigalloc regression by Eric Whitney · 11 years ago
  74. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  75. 5946d08 ext4: check for overlapping extents in ext4_valid_extent_entries() by Eryu Guan · 11 years ago
  76. f275411 ext4: remove unreachable code after ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  77. da0169b ext4: remove unreachable code in ext4_can_extents_be_merged() by Eric Sandeen · 11 years ago
  78. d7b2a00 ext4: isolate ext4_extents.h file by Zheng Liu · 11 years ago
  79. 70261f5 ext4: Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  80. 27b1b22 ext4: fix use of potentially uninitialized variables in debugging code by Andi Shyti · 11 years ago
  81. 7d73453 ext4: fix warning in ext4_da_update_reserve_space() by Jan Kara · 11 years ago
  82. 7869a4a ext4: add support for extent pre-caching by Theodore Ts'o · 11 years ago
  83. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  84. c349179 ext4: print the block number of invalid extent tree blocks by Theodore Ts'o · 11 years ago
  85. 7d7ea89 ext4: refactor code to read the extent tree block by Theodore Ts'o · 11 years ago
  86. 94eec0f ext4: fix retry handling in ext4_ext_truncate() by Theodore Ts'o · 11 years ago
  87. 63b9996 ext4: call ext4_es_lru_add() after handling cache miss by Theodore Ts'o · 11 years ago
  88. 76828c8 ext4: yield during large unlinks by Theodore Ts'o · 11 years ago
  89. c8e1513 ext4: simplify calculation of blocks to free on error by Theodore Ts'o · 11 years ago
  90. 8acd5e9 ext4: fix error handling in ext4_ext_truncate() by Theodore Ts'o · 11 years ago
  91. 6ae06ff ext4: optimize starting extent in ext4_ext_rm_leaf() by Ashish Sangwan · 11 years ago
  92. 21ddd56 ext4: translate flag bits to strings in tracepoints by Theodore Ts'o · 11 years ago
  93. aeb2817 ext4: pass inode pointer instead of file pointer to punch hole by Ashish Sangwan · 11 years ago
  94. 72dac95 ext4: return FIEMAP_EXTENT_UNKNOWN for delalloc extents by Jie Liu · 11 years ago
  95. 981250c ext4: don't use EXT4_FREE_BLOCKS_FORGET unnecessarily by Theodore Ts'o · 11 years ago
  96. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 11 years ago
  97. fffb273 ext4: better estimate credits needed for ext4_da_writepages() by Jan Kara · 11 years ago
  98. a60697f ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs by Jan Kara · 11 years ago
  99. d23142c ext4: make punch hole code path work with bigalloc by Lukas Czerner · 11 years ago
  100. 6180132 ext4: update ext4_ext_remove_space trace point by Lukas Czerner · 11 years ago