1. f4e54ec btrfs: do not leak reloc root if we fail to read the fs root by Josef Bacik · 5 years ago
  2. 6bcbe35 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
  3. ac6bae2 Btrfs: add missing extents release on file extent cluster relocation error by Filipe Manana · 5 years ago
  4. 431cbae btrfs: fix panic during relocation after ENOSPC before writeback happens by Josef Bacik · 6 years ago
  5. 5906576 btrfs: relocation: set trans to be NULL after ending transaction by Pan Bian · 6 years ago
  6. 4f2a4e0 btrfs: Handle owner mismatch gracefully when walking up tree by Qu Wenruo · 6 years ago
  7. 2e19f1f btrfs: btrfs_iget never returns an is_bad_inode inode by Al Viro · 6 years ago
  8. deb4062 btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree by Lu Fengqi · 6 years ago
  9. 389305b btrfs: relocation: Only remove reloc rb_trees if reloc control has been initialized by Qu Wenruo · 6 years ago
  10. 6d8ff4e btrfs: annotate unlikely branches after V0 extent type removal by David Sterba · 6 years ago
  11. ba3c2b1 btrfs: Add graceful handling of V0 extents by Nikolay Borisov · 6 years ago
  12. a79865c btrfs: Remove V0 extent support by Nikolay Borisov · 6 years ago
  13. af431dc btrfs: return EUCLEAN if extent_inline_ref type is invalid by Su Yue · 6 years ago
  14. 43a7e99 btrfs: Remove fs_info from btrfs_force_chunk_alloc by Nikolay Borisov · 6 years ago
  15. c83488a btrfs: Remove fs_info from btrfs_inc_block_group_ro by Nikolay Borisov · 6 years ago
  16. b78e2b7 btrfs: fix describe_relocation when printing unknown flags by Anand Jain · 6 years ago
  17. 9113493 btrfs: remove unused fs_info parameter by Gu Jinxiang · 7 years ago
  18. 17515f1 btrfs: Fix wrong first_key parameter in replace_path by Qu Wenruo · 7 years ago
  19. c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
  20. 581c176 btrfs: Validate child tree block's level and first key by Qu Wenruo · 7 years ago
  21. 43b1859 btrfs: qgroup: Use separate meta reservation type for delalloc by Qu Wenruo · 7 years ago
  22. 765f3ce btrfs: Handle btrfs_set_extent_delalloc failure in relocate_file_extent_cluster by Nikolay Borisov · 7 years ago
  23. e3b8a48 Btrfs: fix reported number of inode blocks after buffered append writes by Filipe Manana · 7 years ago
  24. 8b62f87 Btrfs: rework outstanding_extents by Josef Bacik · 7 years ago
  25. 84f7d8e btrfs: pass root to various extent ref mod functions by Josef Bacik · 7 years ago
  26. bb166d7 btrfs: fix NULL pointer dereference from free_reloc_roots() by Naohiro Aota · 7 years ago
  27. cdccee9 Btrfs: remove BUG_ON in __add_tree_block by Liu Bo · 7 years ago
  28. b14c55a Btrfs: remove BUG() in add_data_reference by Liu Bo · 7 years ago
  29. 3de28d5 Btrfs: convert to use btrfs_get_extent_inline_ref_type by Liu Bo · 7 years ago
  30. e3f3ad1 btrfs: Remove never reached error handling code in __add_reloc_root by Nikolay Borisov · 7 years ago
  31. 6374e57a btrfs: fix integer overflow in calc_reclaim_items_nr by Chris Mason · 7 years ago
  32. bc42bda btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges by Qu Wenruo · 8 years ago
  33. 364ecf3 btrfs: qgroup: Introduce extent changeset for qgroup reserve functions by Qu Wenruo · 8 years ago
  34. c6100a4 Btrfs: replace tree->mapping with tree->private_data by Josef Bacik · 8 years ago
  35. 73f2e54 btrfs: Make btrfs_orphan_add take btrfs_inode by Nikolay Borisov · 8 years ago
  36. dcdbc05 btrfs: Make btrfs_drop_extent_cache take btrfs_inode by Nikolay Borisov · 8 years ago
  37. 691fa05 btrfs: all btrfs_delalloc_release_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  38. 9f3db42 btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inode by Nikolay Borisov · 8 years ago
  39. 77ab86b btrfs: free-space-cache, clean up unnecessary root arguments by Jeff Mahoney · 8 years ago
  40. 5e00f19 btrfs: convert btrfs_inc_block_group_ro to accept fs_info by Jeff Mahoney · 8 years ago
  41. f85b737 btrfs: fix over-80 lines introduced by previous cleanups by David Sterba · 8 years ago
  42. 4a0cc7c btrfs: Make btrfs_ino take a struct btrfs_inode by Nikolay Borisov · 8 years ago
  43. 5f52a2c Merge branch 'for-chris-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.10 by Chris Mason · 8 years ago
  44. 3a45bb2 btrfs: remove root parameter from transaction commit/end routines by Jeff Mahoney · 8 years ago
  45. 2ff7e61 btrfs: take an fs_info directly when the root is not used otherwise by Jeff Mahoney · 8 years ago
  46. 0b246af btrfs: root->fs_info cleanup, add fs_info convenience variables by Jeff Mahoney · 8 years ago
  47. da17066 btrfs: pull node/sector/stripe sizes out of root and into fs_info by Jeff Mahoney · 8 years ago
  48. 6bccf3a btrfs: call functions that always use the same root with fs_info instead by Jeff Mahoney · 8 years ago
  49. 824d8df btrfs: qgroup: Fix qgroup data leaking by using subtree tracing by Qu Wenruo · 8 years ago
  50. 50b3e04 btrfs: qgroup: Rename functions to make it follow reserve,trace,account steps by Qu Wenruo · 8 years ago
  51. b159fa2 btrfs: remove constant parameter to memset_extent_buffer and rename it by David Sterba · 8 years ago
  52. ebce0e0 btrfs: make block group flags in balance printks human-readable by Adam Borowski · 8 years ago
  53. 001895b Btrfs: remove unused code when creating and merging reloc trees by Filipe Manana · 8 years ago
  54. 054570a Btrfs: fix relocation incorrectly dropping data references by Filipe Manana · 8 years ago
  55. 4547f4d Btrfs: kill BUG_ON in do_relocation by Liu Bo · 8 years ago
  56. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  57. 6bdf131 Btrfs: don't leak reloc root nodes on error by Josef Bacik · 8 years ago
  58. 3561b9d Btrfs: return gracefully from balance if fs tree is corrupted by Liu Bo · 8 years ago
  59. afcdd12 Btrfs: add a flags field to btrfs_fs_info by Josef Bacik · 8 years ago
  60. ba8b04c btrfs: extend btrfs_set_extent_delalloc and its friends to support in-band dedupe and subpage size patchset by Qu Wenruo · 8 years ago
  61. a9b1fc8 Btrfs: fix endless loop in balancing block groups by Liu Bo · 8 years ago
  62. 1851309 btrfs: update btrfs_space_info's bytes_may_use timely by Wang Xiaoguang · 8 years ago
  63. dcb40c1 btrfs: use correct offset for reloc_inode in prealloc_file_extent_cluster() by Wang Xiaoguang · 8 years ago
  64. 62b9954 btrfs: relocation: Fix leaking qgroups numbers on data extents by Qu Wenruo · 8 years ago
  65. 6664283 btrfs: btrfs_abort_transaction, drop root parameter by Jeff Mahoney · 8 years ago
  66. 0fd8c3d Btrfs: fix panic in balance due to EIO by Liu Bo · 8 years ago
  67. f490709 Btrfs: change BUG_ON()'s to ASSERT()'s in backref_cache_cleanup() by Liu Bo · 8 years ago
  68. 8ca17f0 Btrfs: use FLUSH_LIMIT for relocation in reserve_metadata_bytes by Josef Bacik · 8 years ago
  69. ac2faba Btrfs: fill relocation block rsv after allocation by Josef Bacik · 8 years ago
  70. 25d609f Btrfs: fix callers of btrfs_block_rsv_migrate by Josef Bacik · 9 years ago
  71. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  72. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  73. c315ef8 Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fdmanana/linux into for-linus-4.7 by Chris Mason · 8 years ago
  74. f78c436 Btrfs: fix race between block group relocation and nocow writes by Filipe Manana · 8 years ago
  75. 9cfa3e3 Btrfs: don't do unnecessary delalloc flushes when relocating by Filipe Manana · 9 years ago
  76. 578def7 Btrfs: don't wait for unrelated IO to finish before relocation by Filipe Manana · 9 years ago
  77. 9116621 btrfs: sink gfp parameter to clear_extent_bits by David Sterba · 9 years ago
  78. ceeb0ae btrfs: sink gfp parameter to set_extent_bits by David Sterba · 9 years ago
  79. 34d9700 btrfs: rename btrfs_std_error to btrfs_handle_fs_error by Anand Jain · 9 years ago
  80. 839a3f7 Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  81. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  82. 264813a Btrfs: fix invalid reference in replace_path by Liu Bo · 9 years ago
  83. d3f71ae Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  84. 3e4c5ef btrfs: add free space tree to the cow-only list by David Sterba · 9 years ago
  85. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  86. e4058b5 btrfs: cleanup, use enum values for btrfs_path reada by David Sterba · 9 years ago
  87. b06c4bf Btrfs: fix regression running delayed references when using qgroups by Filipe Manana · 9 years ago
  88. 7cf5b97 btrfs: qgroup: Cleanup old inaccurate facilities by Qu Wenruo · 9 years ago
  89. d9d8b2a btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space by Qu Wenruo · 9 years ago
  90. a4553fe Btrfs: consolidate btrfs_error() to btrfs_std_error() by Anand Jain · 9 years ago
  91. 147d256 btrfs: Remove unnecessary variants in relocation.c by Zhaolei · 9 years ago
  92. 4624900 btrfs: Cleanup: Remove objectid's init-value in create_reloc_inode() by Zhaolei · 9 years ago
  93. 4b3576e btrfs: Error handle for get_ref_objectid_v0() in relocate_block_group() by Zhaolei · 9 years ago
  94. 868f401 btrfs: Use ref_cnt for set_block_group_ro() by Zhaolei · 9 years ago
  95. 9689457 Btrfs: fix wrong check for btrfs_force_chunk_alloc() by Shilong Wang · 10 years ago
  96. 64c043d Btrfs: fix up read_tree_block to return proper error by Liu Bo · 9 years ago
  97. e2d1f92 btrfs: qgroup: do a reservation in a higher level. by Dongsheng Yang · 10 years ago
  98. 1bbc621 Btrfs: allow block group cache writeout outside critical section in commit by Chris Mason · 10 years ago
  99. 7476dfd btrfs: sink blocksize parameter to tree_block_processed by David Sterba · 10 years ago
  100. d3e46fe btrfs: sink blocksize parameter to readahead_tree_block by David Sterba · 10 years ago