1. 4862cfe xfs: support removing extents from CoW fork by Darrick J. Wong · 8 years ago
  2. 60b4984 xfs: support allocating delayed extents in CoW fork by Darrick J. Wong · 8 years ago
  3. be51f81 xfs: support bmapping delalloc extents in the CoW fork by Darrick J. Wong · 8 years ago
  4. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  5. 11715a2 xfs: don't allow reflinked dir/dev/fifo/socket/pipe files by Darrick J. Wong · 8 years ago
  6. f0ec1b8 xfs: add reflink feature flag to geometry by Darrick J. Wong · 8 years ago
  7. 4453593 xfs: return work remaining at the end of a bunmapi operation by Darrick J. Wong · 8 years ago
  8. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  9. 4847acf xfs: pass bmapi flags through to bmap_del_extent by Darrick J. Wong · 8 years ago
  10. f65306e xfs: map an inode's offset to an exact physical block by Darrick J. Wong · 8 years ago
  11. 77d61fe xfs: log bmap intent items by Darrick J. Wong · 8 years ago
  12. 6413a01 xfs: create bmbt update intent log items by Darrick J. Wong · 8 years ago
  13. 350a27a xfs: introduce reflink utility functions by Darrick J. Wong · 8 years ago
  14. d0e853f xfs: reserve AG space for the refcount btree root by Darrick J. Wong · 8 years ago
  15. 62aab20 xfs: adjust refcount when unmapping file blocks by Darrick J. Wong · 8 years ago
  16. 33ba612 xfs: connect refcount adjust functions to upper layers by Darrick J. Wong · 8 years ago
  17. 3172725 xfs: adjust refcount of an extent of blocks in refcount btree by Darrick J. Wong · 8 years ago
  18. f997ee2 xfs: log refcount intent items by Darrick J. Wong · 8 years ago
  19. baf4bcac xfs: create refcount update intent log items by Darrick J. Wong · 8 years ago
  20. bdf2863 xfs: add refcount btree operations by Darrick J. Wong · 8 years ago
  21. f310bd2 xfs: account for the refcount btree in the alloc/free log reservation by Darrick J. Wong · 8 years ago
  22. 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
  23. af30dfa xfs: refcount btree add more reserved blocks by Darrick J. Wong · 8 years ago
  24. 46eeb52 xfs: introduce refcount btree definitions by Darrick J. Wong · 8 years ago
  25. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  26. a89b3f9 Merge branch 'xfs-4.9-delalloc-rework' into for-next by Dave Chinner · 8 years ago
  27. 292378e xfs: remote attribute blocks aren't really userdata by Dave Chinner · 8 years ago
  28. 51446f5 xfs: rewrite and optimize the delalloc write path by Christoph Hellwig · 8 years ago
  29. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  30. 385d655 xfs: defer should allow ->finish_item to request a new transaction by Darrick J. Wong · 8 years ago
  31. c611cc0 xfs: count the blocks in a btree by Darrick J. Wong · 8 years ago
  32. 4ed3f68 xfs: create a standard btree size calculator code by Darrick J. Wong · 8 years ago
  33. a1d46cf xfs: remove xfs_btree_bigkey by Darrick J. Wong · 8 years ago
  34. cd00158 xfs: convert RUI log formats to use variable length arrays by Darrick J. Wong · 8 years ago
  35. ea78d80 xfs: track log done items directly in the deferred pending work item by Darrick J. Wong · 8 years ago
  36. f3d7ebd xfs: fix superblock inprogress check by Dave Chinner · 8 years ago
  37. 5b5c2db xfs: simple btree query range should look right if LE lookup fails by Darrick J. Wong · 8 years ago
  38. 7222789 xfs: fix some key handling problems in _btree_simple_query_range by Darrick J. Wong · 8 years ago
  39. da1f039 xfs: don't log the entire end of the AGF by Darrick J. Wong · 8 years ago
  40. ed150e1 xfs: don't perform lookups on zero-height btrees by Darrick J. Wong · 8 years ago
  41. a03f1a6 xfs: remove OWN_AG rmap when allocating a block from the AGFL by Darrick J. Wong · 8 years ago
  42. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 8 years ago
  43. 3481b68 xfs: move (and rename) the deferred bmap-free tracepoints by Darrick J. Wong · 8 years ago
  44. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 8 years ago
  45. c1d22ae xfs: in btree_lshift, only allocate temporary cursor when needed by Darrick J. Wong · 8 years ago
  46. 1f704b2 xfs: remove unnecesary lshift/rshift key initialization by Darrick J. Wong · 8 years ago
  47. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 8 years ago
  48. 1c0607a xfs: enable the rmap btree functionality by Darrick J. Wong · 8 years ago
  49. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 8 years ago
  50. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  51. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 8 years ago
  52. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 8 years ago
  53. 5880f2d7 xfs: create rmap update intent log items by Darrick J. Wong · 8 years ago
  54. abf0923 xfs: add rmap btree insert and delete helpers by Darrick J. Wong · 8 years ago
  55. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 8 years ago
  56. f922cd9 xfs: remove an extent from the rmap btree by Darrick J. Wong · 8 years ago
  57. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 8 years ago
  58. c543838 xfs: teach rmapbt to support interval queries by Darrick J. Wong · 8 years ago
  59. cfed56a xfs: support overlapping intervals in the rmap btree by Darrick J. Wong · 8 years ago
  60. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 8 years ago
  61. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  62. fa30f03 xfs: rmap btree transaction reservations by Darrick J. Wong · 8 years ago
  63. 035e00a xfs: define the on-disk rmap btree format by Darrick J. Wong · 8 years ago
  64. 673930c xfs: introduce rmap extent operation stubs by Darrick J. Wong · 8 years ago
  65. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  66. 8018026 xfs: rmap btree add more reserved blocks by Darrick J. Wong · 8 years ago
  67. 00f4e4f xfs: add rmap btree stats infrastructure by Darrick J. Wong · 8 years ago
  68. b870494 xfs: introduce rmap btree definitions by Darrick J. Wong · 8 years ago
  69. df3954f xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt by Darrick J. Wong · 8 years ago
  70. ba9e780 xfs: add tracepoints and error injection for deferred extent freeing by Darrick J. Wong · 8 years ago
  71. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  72. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  73. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  74. 9749fee xfs: enable the xfs_defer mechanism to process extents to free by Darrick J. Wong · 8 years ago
  75. 3cd48ab xfs: add tracepoints for the deferred ops mechanism by Darrick J. Wong · 8 years ago
  76. 4e0cc29 xfs: move deferred operations into a separate file by Darrick J. Wong · 8 years ago
  77. 28a8956 xfs: refactor btree owner change into a separate visit-blocks function by Darrick J. Wong · 8 years ago
  78. 105f7d8 xfs: introduce interval queries on btrees by Darrick J. Wong · 8 years ago
  79. 2c813ad xfs: support btrees with overlapping intervals for keys by Darrick J. Wong · 8 years ago
  80. 70b2265 xfs: add function pointers for get/update keys to the btree by Darrick J. Wong · 8 years ago
  81. e5821e5 xfs: during btree split, save new block key & ptr for future insertion by Darrick J. Wong · 8 years ago
  82. 0d30979 xfs: set *stat=1 after iroot realloc by Darrick J. Wong · 8 years ago
  83. f4a0660 xfs: fix locking of the rt bitmap/summary inodes by Darrick J. Wong · 8 years ago
  84. 3dadf90 xfs: fix attr shortform structure alignment on cris by Darrick J. Wong · 8 years ago
  85. f2bdfda Merge branch 'xfs-4.8-misc-fixes-4' into for-next by Dave Chinner · 8 years ago
  86. 160ae76 libxfs: directory node splitting does not have an extra block by Dave Chinner · 8 years ago
  87. dc4113d2 Merge branch 'xfs-4.8-dir2-sf-fixes' into for-next by Dave Chinner · 8 years ago
  88. f637161 Merge branch 'xfs-4.8-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  89. aa2dd0a xfs: remove __arch_pack by Christoph Hellwig · 8 years ago
  90. 266b696 xfs: kill xfs_dir2_inou_t by Christoph Hellwig · 8 years ago
  91. 8353a64 xfs: kill xfs_dir2_sf_off_t by Christoph Hellwig · 8 years ago
  92. ad70328 xfs: remove the magic numbers in xfs_btree_block-related len macros by Hou Tao · 8 years ago
  93. fbfb24b xfs: indentation fix in xfs_btree_get_iroot() by Kaho Ng · 8 years ago
  94. f477ced Merge branch 'xfs-4.8-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  95. 19b54ee xfs: refactor btree maxlevels computation by Darrick J. Wong · 8 years ago
  96. e66a4c6 xfs: convert list of extents to free into a regular list by Darrick J. Wong · 8 years ago
  97. 4d89e20 xfs: separate freelist fixing into a separate helper by Dave Chinner · 8 years ago
  98. 59bad07 xfs: rearrange xfs_bmap_add_free parameters by Darrick J. Wong · 8 years ago
  99. 4478fb1 xfs: define XFS_IOC_FREEZE even if FIFREEZE is defined by Christoph Hellwig · 8 years ago
  100. 0d5a75e xfs: make several functions static by Eric Sandeen · 8 years ago