1. 5e5c943 xfs: revert "xfs: factor rmap btree size into the indlen calculations" by Darrick J. Wong · 7 years ago
  2. 7bf7a19 xfs: fix compiler warnings by Darrick J. Wong · 7 years ago
  3. 4cc1ee5 xfs: simplify the rmap code in xfs_bmse_merge by Darrick J. Wong · 7 years ago
  4. 4c35445b xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at by Christoph Hellwig · 7 years ago
  5. 4da6b51 xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents by Christoph Hellwig · 7 years ago
  6. 05b7c8a xfs: move some code around inside xfs_bmap_shift_extents by Christoph Hellwig · 7 years ago
  7. f2285c1 xfs: use xfs_iext_get_extent in xfs_bmap_first_unused by Christoph Hellwig · 7 years ago
  8. 50bb44c xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert by Christoph Hellwig · 7 years ago
  9. 67e4e69 xfs: add a xfs_iext_update_extent helper by Christoph Hellwig · 7 years ago
  10. 8ad7c629 xfs: remove the ip argument to xfs_defer_finish by Christoph Hellwig · 7 years ago
  11. 882d878 xfs: rename xfs_defer_join to xfs_defer_ijoin by Christoph Hellwig · 7 years ago
  12. 5b094d6 xfs: fix multi-AG deadlock in xfs_bunmapi by Christoph Hellwig · 7 years ago
  13. 4c1a67b xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write by Darrick J. Wong · 7 years ago
  14. 9e24cfd xfs: remove unneeded parameter from XFS_TEST_ERROR by Darrick J. Wong · 8 years ago
  15. e1a4e37 xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent by Darrick J. Wong · 8 years ago
  16. 6e74750 xfs: fix warnings about unused stack variables by Darrick J. Wong · 8 years ago
  17. 0daaeca xfs: fix indlen accounting error on partial delalloc conversion by Brian Foster · 8 years ago
  18. 0c1d9e4 xfs: simplify validation of the unwritten extent bit by Christoph Hellwig · 8 years ago
  19. 4f1adf3 xfs: more do_div cleanups by Eric Sandeen · 8 years ago
  20. 7590632 xfs: remove bmap block allocation retries by Christoph Hellwig · 8 years ago
  21. bf8eadb xfs: remove xfs_bmap_remap_alloc by Christoph Hellwig · 8 years ago
  22. 6ebd5a4 xfs: introduce xfs_bmapi_remap by Christoph Hellwig · 8 years ago
  23. 6d04558 xfs: pass individual arguments to xfs_bmap_add_extent_hole_real by Christoph Hellwig · 8 years ago
  24. 39e07da xfs: remove attr fork handling in xfs_bmap_finish_one by Christoph Hellwig · 8 years ago
  25. 52813fb xfs: fix integer truncation in xfs_bmap_remap_alloc by Christoph Hellwig · 8 years ago
  26. 2fcc319 xfs: try any AG when allocating the first btree block when reflinking by Christoph Hellwig · 8 years ago
  27. f65e6fa xfs: use iomap new flag for newly allocated delalloc blocks by Brian Foster · 8 years ago
  28. 410d17f xfs: tune down agno asserts in the bmap code by Christoph Hellwig · 8 years ago
  29. 75d6536 xfs: split indlen reservations fairly when under reserved by Brian Foster · 8 years ago
  30. 0e339ef xfs: handle indlen shortage on delalloc extent merge by Brian Foster · 8 years ago
  31. a14234c xfs: go straight to real allocations for direct I/O COW writes by Christoph Hellwig · 8 years ago
  32. 05a630d xfs: allow unwritten extents in the CoW fork by Darrick J. Wong · 8 years ago
  33. d5a91ba xfs: filter out obviously bad btree pointers by Darrick J. Wong · 8 years ago
  34. b6f41e4 xfs: remove boilerplate around xfs_btree_init_block by Eric Sandeen · 8 years ago
  35. f88ae46 xfs: glean crc status from mp not flags in xfs_btree_init_block_int by Eric Sandeen · 8 years ago
  36. 493611e xfs: extsize hints are not unlikely in xfs_bmap_btalloc by Christoph Hellwig · 8 years ago
  37. d2b3964 xfs: fix COW writeback race by Christoph Hellwig · 8 years ago
  38. 255c516 xfs: fix bogus minleft manipulations by Christoph Hellwig · 8 years ago
  39. a444d72 Merge branch 'xfs-4.10-misc-fixes-3' into for-next by Dave Chinner · 8 years ago
  40. 0f352f8 xfs: error out if trying to add attrs and anextents > 0 by Darrick J. Wong · 8 years ago
  41. 356a322 xfs: complain if we don't get nextents bmap records by Darrick J. Wong · 8 years ago
  42. c44a1f2 xfs: handle cow fork in xfs_bmap_trace_exlist by Eric Sandeen · 8 years ago
  43. 7710517 xfs: pass state not whichfork to trace_xfs_extlist by Eric Sandeen · 8 years ago
  44. b7b2611 Merge branch 'xfs-4.10-misc-fixes-2' into for-next by Dave Chinner · 8 years ago
  45. 974ae92 xfs: track preallocation separately in xfs_bmapi_reserve_delalloc() by Brian Foster · 8 years ago
  46. fd26a88 xfs: factor rmap btree size into the indlen calculations by Darrick J. Wong · 8 years ago
  47. ed24bee Merge branch 'xfs-4.10-extent-lookup' into for-next by Dave Chinner · 8 years ago
  48. 0e8d630 xfs: remove NULLEXTNUM by Christoph Hellwig · 8 years ago
  49. 6edc977 xfs: remove xfs_bmap_search_extents by Christoph Hellwig · 8 years ago
  50. 65c5f41 xfs: remove prev argument to xfs_bmapi_reserve_delalloc by Christoph Hellwig · 8 years ago
  51. 7efc794 xfs: use new extent lookup helpers in __xfs_bunmapi by Christoph Hellwig · 8 years ago
  52. 2d58f6e xfs: use new extent lookup helpers in xfs_bmapi_write by Christoph Hellwig · 8 years ago
  53. 334f342 xfs: use new extent lookup helpers in xfs_bmapi_read by Christoph Hellwig · 8 years ago
  54. 86685f7 xfs: cleanup xfs_bmap_last_before by Christoph Hellwig · 8 years ago
  55. 0fc204e Merge branch 'xfs-4.10-misc-fixes-1' into for-next by Dave Chinner · 8 years ago
  56. 5d82930 xfs: provide helper for counting extents from if_bytes by Eric Sandeen · 8 years ago
  57. 4fd29ec xfs: check return value of _trans_reserve_quota_nblks by Darrick J. Wong · 8 years ago
  58. 64e6428 xfs: remove xfs_bunmapi_cow by Christoph Hellwig · 8 years ago
  59. fa5c836 xfs: refactor xfs_bunmapi_cow by Christoph Hellwig · 8 years ago
  60. 0a0af28 xfs: add xfs_trim_extent by Darrick J. Wong · 8 years ago
  61. fe23759 xfs: remove pointless error goto in xfs_bmap_remap_alloc by Eric Sandeen · 8 years ago
  62. 1d55a4b xfs: remove redundant assignment of ifp by Colin Ian King · 8 years ago
  63. 90e2056 xfs: try other AGs to allocate a BMBT block by Darrick J. Wong · 8 years ago
  64. f7ca352 xfs: create a separate cow extent size hint for the allocator by Darrick J. Wong · 8 years ago
  65. 174edb0 xfs: store in-progress CoW allocations in the refcount btree by Darrick J. Wong · 8 years ago
  66. 4862cfe xfs: support removing extents from CoW fork by Darrick J. Wong · 8 years ago
  67. 60b4984 xfs: support allocating delayed extents in CoW fork by Darrick J. Wong · 8 years ago
  68. be51f81 xfs: support bmapping delalloc extents in the CoW fork by Darrick J. Wong · 8 years ago
  69. 3993bae xfs: introduce the CoW fork by Darrick J. Wong · 8 years ago
  70. 4453593 xfs: return work remaining at the end of a bunmapi operation by Darrick J. Wong · 8 years ago
  71. 9f3afb5 xfs: implement deferred bmbt map/unmap operations by Darrick J. Wong · 8 years ago
  72. 4847acf xfs: pass bmapi flags through to bmap_del_extent by Darrick J. Wong · 8 years ago
  73. f65306e xfs: map an inode's offset to an exact physical block by Darrick J. Wong · 8 years ago
  74. 62aab20 xfs: adjust refcount when unmapping file blocks by Darrick J. Wong · 8 years ago
  75. 155cd43 Merge branch 'xfs-4.9-log-recovery-fixes' into for-next by Dave Chinner · 8 years ago
  76. a89b3f9 Merge branch 'xfs-4.9-delalloc-rework' into for-next by Dave Chinner · 8 years ago
  77. 292378e xfs: remote attribute blocks aren't really userdata by Dave Chinner · 8 years ago
  78. 51446f5 xfs: rewrite and optimize the delalloc write path by Christoph Hellwig · 8 years ago
  79. 3fd129b xfs: set up per-AG free space reservations by Darrick J. Wong · 8 years ago
  80. 9c19464 xfs: propagate bmap updates to rmapbt by Darrick J. Wong · 8 years ago
  81. 5254885 xfs: rmap btree requires more reserved free space by Darrick J. Wong · 8 years ago
  82. 340785c xfs: add owner field to extent allocation and freeing by Darrick J. Wong · 8 years ago
  83. ba9e780 xfs: add tracepoints and error injection for deferred extent freeing by Darrick J. Wong · 8 years ago
  84. 2c3234d xfs: rename flist/free_list to dfops by Darrick J. Wong · 8 years ago
  85. 310a75a xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_* by Darrick J. Wong · 8 years ago
  86. 3ab78df xfs: rework xfs_bmap_free callers to use xfs_defer_ops by Darrick J. Wong · 8 years ago
  87. f4a0660 xfs: fix locking of the rt bitmap/summary inodes by Darrick J. Wong · 8 years ago
  88. e66a4c6 xfs: convert list of extents to free into a regular list by Darrick J. Wong · 9 years ago
  89. 59bad07 xfs: rearrange xfs_bmap_add_free parameters by Darrick J. Wong · 9 years ago
  90. 0b9210c Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 9 years ago
  91. 253f491 xfs: better xfs_trans_alloc interface by Christoph Hellwig · 9 years ago
  92. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  93. 2cdb958 Merge branch 'xfs-misc-fixes-4.6-4' into for-next by Dave Chinner · 9 years ago
  94. d34999c xfs: borrow indirect blocks from freed extent when available by Brian Foster · 9 years ago
  95. a9bd24a xfs: refactor delalloc indlen reservation split into helper by Brian Foster · 9 years ago
  96. b2706a0 xfs: update freeblocks counter after extent deletion by Brian Foster · 9 years ago
  97. ab9d1e4 Merge branch 'xfs-misc-fixes-4.6-3' into for-next by Dave Chinner · 9 years ago
  98. a5fd276 xfs: remove impossible condition by Luis de Bethencourt · 9 years ago
  99. 3c1a79f Merge branch 'xfs-misc-fixes-4.6-2' into for-next by Dave Chinner · 9 years ago
  100. a7e5d03 xfs: remove xfs_trans_get_block_res by Christoph Hellwig · 9 years ago