1. ab8d0fc btrfs: convert pr_* to btrfs_* where possible by Jeff Mahoney · 8 years ago
  2. 5d163e0 btrfs: unsplit printed strings by Jeff Mahoney · 8 years ago
  3. afce772 btrfs: fix check_shared for fiemap ioctl by Lu Fengqi · 8 years ago
  4. d8422ba3 btrfs: backref: Fix soft lockup in __merge_refs function by Qu Wenruo · 8 years ago
  5. f5ee5c9 btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root by Jeff Mahoney · 8 years ago
  6. fba4b69 btrfs: Fix slab accounting flags by Nikolay Borisov · 8 years ago
  7. 42f3173 Merge branch 'cleanups-4.7' into for-chris-4.7-20160525 by David Sterba · 8 years ago
  8. 0132761 btrfs: fix string and comment grammatical issues and typos by Nicholas D Steeves · 8 years ago
  9. 72928f2 Btrfs: fix fspath error deallocation by Vincent Stehlé · 8 years ago
  10. f004fae0 Merge branch 'cleanups-4.6' into for-chris-4.6 by David Sterba · 8 years ago
  11. 5598e90 btrfs: drop null testing before destroy functions by Kinglong Mee · 9 years ago
  12. 8f682f6 btrfs: remove open-coded swap() in backref.c:__merge_refs by Dave Jones · 9 years ago
  13. 0c0fe3b Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl by Filipe Manana · 9 years ago
  14. 8e21785 btrfs: fix iterator with update error in backref.c by Geliang Tang · 9 years ago
  15. a7ca422 btrfs: use list_for_each_entry* in backref.c by Geliang Tang · 9 years ago
  16. 2d9e977 Btrfs: use btrfs_get_fs_root in resolve_indirect_ref by Josef Bacik · 9 years ago
  17. 2849a85 btrfs: fix use after free iterating extrefs by Chris Mason · 9 years ago
  18. d9ee522 Btrfs: fix qgroup sanity tests by Josef Bacik · 9 years ago
  19. acdf898 Btrfs: fix warning in backref walking by Liu Bo · 9 years ago
  20. d658910 Btrfs: teach backref walking about backrefs with underflowed offset values by Filipe Manana · 9 years ago
  21. 21633fc btrfs: backref: Add special time_seq == (u64)-1 case for btrfs_find_all_roots(). by Qu Wenruo · 9 years ago
  22. c6fc245 btrfs: delayed-ref: Use list to replace the ref_root in ref_head. by Qu Wenruo · 9 years ago
  23. 00db646 btrfs: backref: Don't merge refs which are not for same block. by Qu Wenruo · 9 years ago
  24. 64c043d Btrfs: fix up read_tree_block to return proper error by Liu Bo · 9 years ago
  25. 2c2ed5a btrfs: clear 'ret' in btrfs_check_shared() loop by Mark Fasheh · 9 years ago
  26. 3284da7 btrfs: use explicit initializer for seq_elem by David Sterba · 9 years ago
  27. c234a24 btrfs: cleanup, remove inode_ref_info helper by David Sterba · 10 years ago
  28. 14692cc btrfs: cleanup, remove inode_item_info helper by David Sterba · 10 years ago
  29. a1317f4 Btrfs: correctly get tree level in tree_backref_for_extent by Filipe Manana · 10 years ago
  30. ce86cd5 btrfs: remove parameter blocksize from read_tree_block by David Sterba · 10 years ago
  31. dc046b1 Btrfs: make fiemap not blow when you have lots of snapshots by Josef Bacik · 10 years ago
  32. 707e8a0 btrfs: use nodesize everywhere, kill leafsize by David Sterba · 10 years ago
  33. 962a298 btrfs: kill the key type accessor helpers by David Sterba · 10 years ago
  34. 4eb1f66 Btrfs: Fix memory corruption by ulist_add_merge() on 32bit arch by Takashi Iwai · 10 years ago
  35. 6f7ff6d Btrfs: read lock extent buffer while walking backrefs by Filipe Manana · 10 years ago
  36. 6eda71d Btrfs: fix scrub_print_warning to handle skinny metadata extents by Liu Bo · 10 years ago
  37. cd857dd Btrfs: use right type to get real comparison by Liu Bo · 10 years ago
  38. 8a56457 Btrfs: don't check nodes for extent items by Josef Bacik · 10 years ago
  39. faa2dbf Btrfs: add sanity tests for new qgroup accounting code by Josef Bacik · 10 years ago
  40. 9e351cc Btrfs: remove transaction from send by Josef Bacik · 10 years ago
  41. 4485386 Btrfs: take into account total references when doing backref lookup by Josef Bacik · 10 years ago
  42. e84752d Btrfs: skip locking when searching commit root by Wang Shilong · 11 years ago
  43. 850a8cd Btrfs: switch to btrfs_previous_extent_item() by Wang Shilong · 11 years ago
  44. 98cfee21 Btrfs: only add roots if necessary in find_parent_nodes() by Wang Shilong · 11 years ago
  45. f05c474 Btrfs: fix memory leaks on walking backrefs failure by Wang Shilong · 11 years ago
  46. bca1a29 Btrfs: add a reschedule point in btrfs_find_all_roots() by Wang Shilong · 11 years ago
  47. 95def2ed Btrfs: fix to catch all errors when resolving indirect ref by Wang Shilong · 11 years ago
  48. 538f72cd Btrfs: fix protection between walking backrefs and root deletion by Wang Shilong · 11 years ago
  49. 7ef81ac Btrfs: only process as many file extents as there are refs by Josef Bacik · 11 years ago
  50. 580f0a6 Btrfs: fix extent_from_logical to deal with skinny metadata by Josef Bacik · 11 years ago
  51. d7df2c7 Btrfs: attach delayed ref updates to delayed ref heads by Josef Bacik · 11 years ago
  52. 3fe81ce Btrfs: fix deadlock when iterating inode refs and running delayed inodes by Filipe David Borba Manana · 11 years ago
  53. e33d5c3 btrfs: bootstrap generic btrfs_find_item interface by Kelley Nielsen · 11 years ago
  54. e94acd8 btrfs: replace path->slots[0] with otherwise unused variable 'slot' by Valentina Giusti · 11 years ago
  55. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  56. 48ec473 Btrfs: fix a crash when running balance and defrag concurrently by Liu Bo · 11 years ago
  57. dd3cc16 btrfs: drop unused parameter from btrfs_item_nr by Ross Kirk · 11 years ago
  58. b9e9a6c Btrfs: allocate prelim_ref with a slab allocater by Wang Shilong · 11 years ago
  59. 742916b Btrfs: pass gfp_t to __add_prelim_ref() to avoid always using GFP_ATOMIC by Wang Shilong · 11 years ago
  60. c1c9ff7 Btrfs: Remove superfluous casts from u64 to unsigned long long by Geert Uytterhoeven · 11 years ago
  61. 35a3621 Btrfs: get rid of sparse warnings by Stefan Behrens · 11 years ago
  62. a4fdb61 Btrfs: fix possible memory leak in find_parent_nodes() by Wang Shilong · 11 years ago
  63. f5929cd Btrfs: add missing error check to find_parent_nodes by Filipe David Borba Manana · 11 years ago
  64. ed8c491 Btrfs: make sure the backref walker catches all refs to our extent by Josef Bacik · 11 years ago
  65. 8ca15e0 Btrfs: fix backref walking when we hit a compressed extent by Josef Bacik · 11 years ago
  66. 261c84b Btrfs: make backref walking code handle skinny metadata by Josef Bacik · 11 years ago
  67. da61d31 Btrfs: cleanup backref search commit root flag stuff by Josef Bacik · 11 years ago
  68. c16c2e2 Btrfs: fix possible memory leak in the find_parent_nodes() by Wang Shilong · 11 years ago
  69. 48a3b63 btrfs: make static code static & remove dead code by Eric Sandeen · 11 years ago
  70. 416bc65 Btrfs: fix all callers of read_tree_block by Josef Bacik · 11 years ago
  71. ccf7f29 Btrfs: remove unused variable in the iterate_extent_inodes() by Wang Shilong · 11 years ago
  72. e36902d Btrfs: do not continue if out of memory happens by Wang Shilong · 11 years ago
  73. 692206b Btrfs: make __merge_refs() return type be void by Wang Shilong · 11 years ago
  74. 1149ab6 Btrfs: remove some BUG_ONs() when walking backref tree by Wang Shilong · 11 years ago
  75. 5c2d867 Btrfs: fix double free in the iterate_extent_inodes() by Wang Shilong · 11 years ago
  76. f172393 Btrfs: kill some BUG_ONs() in the find_parent_nodes() by Wang Shilong · 11 years ago
  77. ca60ebf Btrfs: fix backref walking race with tree deletions by Jan Schmidt · 11 years ago
  78. 3ef5969 Btrfs: merge inode_list in __merge_refs by Alexander Block · 12 years ago
  79. 6c1500f fs/btrfs: drop if around WARN_ON by Julia Lawall · 12 years ago
  80. c657c3e Merge branch 'for-chris-fixed' of git://git.jan-o-sch.net/btrfs-unstable by Chris Mason · 12 years ago
  81. 96b5bd7 Btrfs: extended inode refs support for send mechanism by Jan Schmidt · 12 years ago
  82. 661bec6 Fix a sign bug causing invalid memory access in the ino_paths ioctl. by Gabriel de Perthuis · 12 years ago
  83. 5b6602e Btrfs: determine level of old roots by Jan Schmidt · 12 years ago
  84. d24bec3 btrfs: extended inode ref iteration by Mark Fasheh · 12 years ago
  85. f186373 btrfs: extended inode refs by Mark Fasheh · 12 years ago
  86. 425d17a Btrfs: use larger limit for translation of logical to inode by Liu Bo · 12 years ago
  87. 69917e4 Btrfs: fix a bug in parsing return value in logical resolve by Liu Bo · 12 years ago
  88. 995e01b Btrfs: fix gcc warnings for 32bit compiles by Jan Schmidt · 12 years ago
  89. 34d73f5 Btrfs: make aux field of ulist 64 bit by Alexander Block · 12 years ago
  90. 3627bf4 Btrfs: fix that error value is changed by mistake by Stefan Behrens · 12 years ago
  91. 113c1cb Merge branch 'send-v2' of git://github.com/ablock84/linux-btrfs into for-linus by Chris Mason · 12 years ago
  92. 91cb916 Btrfs: make iref_to_path non static by Alexander Block · 12 years ago
  93. 097b8a7 Btrfs: join tree mod log code with the code holding back delayed refs by Jan Schmidt · 12 years ago
  94. 155725c Btrfs: leave critical region in btrfs_find_all_roots as soon as possible by Jan Schmidt · 12 years ago
  95. 9345457 Btrfs: support root level changes in __resolve_indirect_ref by Jan Schmidt · 12 years ago
  96. 69bca40 Btrfs: don't assume to be on the correct extent in add_all_parents by Alexander Block · 12 years ago
  97. 3d7806e Btrfs: add btrfs_next_old_leaf by Jan Schmidt · 12 years ago
  98. f617e2fd Btrfs: remove obsolete btrfs_next_leaf call from __resolve_indirect_ref by Jan Schmidt · 12 years ago
  99. 3301958 Btrfs: add inodes before dropping the extent lock in find_all_leafs by Jan Schmidt · 12 years ago
  100. 8445f61 Btrfs: use the tree modification log for backref resolving by Jan Schmidt · 12 years ago