1. b24a978 xfs: use GPF_NOFS when allocating btree cursors by Darrick J. Wong · 8 years ago
  2. 2e1d233 xfs: ignore leaf attr ichdr.count in verifier during log replay by Eric Sandeen · 8 years ago
  3. 974ae92 xfs: track preallocation separately in xfs_bmapi_reserve_delalloc() by Brian Foster · 8 years ago
  4. cf7841c fs: xfs: libxfs: constify xfs_nameops structures by Bhumika Goyal · 8 years ago
  5. fd26a88 xfs: factor rmap btree size into the indlen calculations by Darrick J. Wong · 8 years ago
  6. 0e8d630 xfs: remove NULLEXTNUM by Christoph Hellwig · 8 years ago
  7. 6edc977 xfs: remove xfs_bmap_search_extents by Christoph Hellwig · 8 years ago
  8. 65c5f41 xfs: remove prev argument to xfs_bmapi_reserve_delalloc by Christoph Hellwig · 8 years ago
  9. 7efc794 xfs: use new extent lookup helpers in __xfs_bunmapi by Christoph Hellwig · 8 years ago
  10. 2d58f6e xfs: use new extent lookup helpers in xfs_bmapi_write by Christoph Hellwig · 8 years ago
  11. 334f342 xfs: use new extent lookup helpers in xfs_bmapi_read by Christoph Hellwig · 8 years ago
  12. 86685f7 xfs: cleanup xfs_bmap_last_before by Christoph Hellwig · 8 years ago
  13. 93533c7 xfs: new inode extent list lookup helpers by Christoph Hellwig · 8 years ago
  14. 5d82930 xfs: provide helper for counting extents from if_bytes by Eric Sandeen · 8 years ago
  15. b77428b xfs: defer should abort intent items if the trans roll fails by Darrick J. Wong · 8 years ago
  16. 64e6428 xfs: remove xfs_bunmapi_cow by Christoph Hellwig · 8 years ago
  17. fa5c836 xfs: refactor xfs_bunmapi_cow by Christoph Hellwig · 8 years ago
  18. 0a0af28 xfs: add xfs_trim_extent by Darrick J. Wong · 8 years ago
  19. 8cdcc81 libxfs: v3 inodes are only valid on crc-enabled filesystems by Roger Willcocks · 8 years ago
  20. 58d7896 libxfs: clean up _calc_dquots_per_chunk by Darrick J. Wong · 8 years ago
  21. fe23759 xfs: remove pointless error goto in xfs_bmap_remap_alloc by Eric Sandeen · 8 years ago
  22. f1b8243 xfs: add some 'static' annotations by Eric Biggers · 8 years ago
  23. 1d55a4b xfs: remove redundant assignment of ifp by Colin Ian King · 8 years ago
  24. 6f97077 xfs: rework refcount cow recovery error handling by Darrick J. Wong · 8 years ago
  25. 1f08af5 xfs: implement swapext for rmap filesystems by Darrick J. Wong · 8 years ago
  26. e54b5bf xfs: recognize the reflink feature bit by Darrick J. Wong · 8 years ago
  27. a35eb41 xfs: simulate per-AG reservations being critically low by Darrick J. Wong · 8 years ago
  28. 4f435eb xfs: don't mix reflink and DAX mode for now by Darrick J. Wong · 8 years ago
  29. c8e156a xfs: check for invalid inode reflink flags by Darrick J. Wong · 8 years ago
  30. 3f165b3 xfs: convert unwritten status of reverse mappings for shared files by Darrick J. Wong · 8 years ago
  31. ceeb9c8 xfs: use interval query for rmap alloc operations on shared files by Darrick J. Wong · 8 years ago
  32. 0e07c03 xfs: add shared rmap map/unmap/convert log item types by Darrick J. Wong · 8 years ago
  33. 80de462 xfs: increase log reservations for reflink by Darrick J. Wong · 8 years ago
  34. 90e2056 xfs: try other AGs to allocate a BMBT block by Darrick J. Wong · 8 years ago
  35. 84d6961 xfs: preallocate blocks for worst-case btree expansion by Darrick J. Wong · 8 years ago
  36. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  37. f86f403 xfs: teach get_bmapx about shared extents and the CoW fork by Darrick J. Wong · 8 years ago
  38. 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
  39. 4862cfe xfs: support removing extents from CoW fork by Darrick J. Wong · 8 years ago
  40. 60b4984 xfs: support allocating delayed extents in CoW fork by Darrick J. Wong · 8 years ago
  41. be51f81 xfs: support bmapping delalloc extents in the CoW fork by Darrick J. Wong · 8 years ago
  42. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  43. 11715a2 xfs: don't allow reflinked dir/dev/fifo/socket/pipe files by Darrick J. Wong · 8 years ago
  44. f0ec1b8 xfs: add reflink feature flag to geometry by Darrick J. Wong · 8 years ago
  45. 4453593 xfs: return work remaining at the end of a bunmapi operation by Darrick J. Wong · 8 years ago
  46. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  47. 4847acf xfs: pass bmapi flags through to bmap_del_extent by Darrick J. Wong · 8 years ago
  48. f65306e xfs: map an inode's offset to an exact physical block by Darrick J. Wong · 8 years ago
  49. 77d61fe xfs: log bmap intent items by Darrick J. Wong · 8 years ago
  50. 6413a01 xfs: create bmbt update intent log items by Darrick J. Wong · 8 years ago
  51. 350a27a xfs: introduce reflink utility functions by Darrick J. Wong · 8 years ago
  52. d0e853f xfs: reserve AG space for the refcount btree root by Darrick J. Wong · 8 years ago
  53. 62aab20 xfs: adjust refcount when unmapping file blocks by Darrick J. Wong · 8 years ago
  54. 33ba6129 xfs: connect refcount adjust functions to upper layers by Darrick J. Wong · 8 years ago
  55. 3172725 xfs: adjust refcount of an extent of blocks in refcount btree by Darrick J. Wong · 8 years ago
  56. f997ee2 xfs: log refcount intent items by Darrick J. Wong · 8 years ago
  57. baf4bcac xfs: create refcount update intent log items by Darrick J. Wong · 8 years ago
  58. bdf2863 xfs: add refcount btree operations by Darrick J. Wong · 8 years ago
  59. f310bd2 xfs: account for the refcount btree in the alloc/free log reservation by Darrick J. Wong · 8 years ago
  60. 1946b91 xfs: define the on-disk refcount btree format by Darrick J. Wong · 8 years ago
  61. af30dfa xfs: refcount btree add more reserved blocks by Darrick J. Wong · 8 years ago
  62. 46eeb52 xfs: introduce refcount btree definitions by Darrick J. Wong · 8 years ago
  63. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  64. a89b3f9 Merge branch 'xfs-4.9-delalloc-rework' into for-next by Dave Chinner · 8 years ago
  65. 292378e xfs: remote attribute blocks aren't really userdata by Dave Chinner · 8 years ago
  66. 51446f5 xfs: rewrite and optimize the delalloc write path by Christoph Hellwig · 8 years ago
  67. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  68. 385d6558 xfs: defer should allow ->finish_item to request a new transaction by Darrick J. Wong · 8 years ago
  69. c611cc0 xfs: count the blocks in a btree by Darrick J. Wong · 8 years ago
  70. 4ed3f68 xfs: create a standard btree size calculator code by Darrick J. Wong · 8 years ago
  71. a1d46cf xfs: remove xfs_btree_bigkey by Darrick J. Wong · 8 years ago
  72. cd00158 xfs: convert RUI log formats to use variable length arrays by Darrick J. Wong · 8 years ago
  73. ea78d80 xfs: track log done items directly in the deferred pending work item by Darrick J. Wong · 8 years ago
  74. f3d7ebd xfs: fix superblock inprogress check by Dave Chinner · 8 years ago
  75. 5b5c2db xfs: simple btree query range should look right if LE lookup fails by Darrick J. Wong · 8 years ago
  76. 7222789 xfs: fix some key handling problems in _btree_simple_query_range by Darrick J. Wong · 8 years ago
  77. da1f039 xfs: don't log the entire end of the AGF by Darrick J. Wong · 8 years ago
  78. ed150e1 xfs: don't perform lookups on zero-height btrees by Darrick J. Wong · 8 years ago
  79. a03f1a6 xfs: remove OWN_AG rmap when allocating a block from the AGFL by Darrick J. Wong · 8 years ago
  80. f32866fd xfs: store rmapbt block count in the AGF by Darrick J. Wong · 8 years ago
  81. 3481b68 xfs: move (and rename) the deferred bmap-free tracepoints by Darrick J. Wong · 8 years ago
  82. 722e251 xfs: remove the extents array from the rmap update done log item by Darrick J. Wong · 8 years ago
  83. c1d22ae xfs: in btree_lshift, only allocate temporary cursor when needed by Darrick J. Wong · 8 years ago
  84. 1f704b2 xfs: remove unnecesary lshift/rshift key initialization by Darrick J. Wong · 8 years ago
  85. 973b831 xfs: remove the get*keys and update_keys btree ops pointers by Darrick J. Wong · 8 years ago
  86. 1c0607a xfs: enable the rmap btree functionality by Darrick J. Wong · 8 years ago
  87. 04f1306 xfs: don't update rmapbt when fixing agfl by Darrick J. Wong · 8 years ago
  88. 5d650e9 xfs: add rmap btree geometry feature flag by Darrick J. Wong · 8 years ago
  89. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 8 years ago
  90. f8dbebe xfs: enable the xfs_defer mechanism to process rmaps to update by Darrick J. Wong · 8 years ago
  91. 5880f2d7 xfs: create rmap update intent log items by Darrick J. Wong · 8 years ago
  92. abf0923 xfs: add rmap btree insert and delete helpers by Darrick J. Wong · 8 years ago
  93. fb7d926 xfs: convert unwritten status of reverse mappings by Darrick J. Wong · 8 years ago
  94. f922cd9 xfs: remove an extent from the rmap btree by Darrick J. Wong · 8 years ago
  95. 0a1b0b3 xfs: add an extent to the rmap btree by Darrick J. Wong · 8 years ago
  96. c543838 xfs: teach rmapbt to support interval queries by Darrick J. Wong · 8 years ago
  97. cfed56a xfs: support overlapping intervals in the rmap btree by Darrick J. Wong · 8 years ago
  98. 4b8ed67 xfs: add rmap btree operations by Darrick J. Wong · 8 years ago
  99. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  100. fa30f03 xfs: rmap btree transaction reservations by Darrick J. Wong · 8 years ago