1. c75e839 btrfs: kill the subvol_srcu by Josef Bacik · 5 years ago
  2. 3fd6372 btrfs: make the extent buffer leak check per fs info by Josef Bacik · 5 years ago
  3. a5eeb3d btrfs: add helper to get the end offset of a file extent item by Filipe Manana · 4 years, 10 months ago
  4. 0078a9f btrfs: Remove block_rsv parameter from btrfs_drop_snapshot by Nikolay Borisov · 4 years, 10 months ago
  5. 726a342 btrfs: relocation: add error injection points for cancelling balance by Qu Wenruo · 5 years ago
  6. 6a17738 Btrfs: move all reflink implementation code into its own file by Filipe Manana · 4 years, 11 months ago
  7. 42c9d0b btrfs: simplify parameters of btrfs_set_disk_extent_flags by David Sterba · 6 years ago
  8. c4ac754 btrfs: open code trivial helper btrfs_header_chunk_tree_uuid by David Sterba · 6 years ago
  9. 9a8658e btrfs: open code trivial helper btrfs_header_fsid by David Sterba · 6 years ago
  10. dcc3eb9 btrfs: convert snapshot/nocow exlcusion to drew lock by Nikolay Borisov · 5 years ago
  11. 2992df7 btrfs: Implement DREW lock by Nikolay Borisov · 5 years ago
  12. c0c907a btrfs: export helpers for subvolume name/id resolution by Marcos Paulo de Souza · 5 years ago
  13. 560b7a4 btrfs: call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate by Nikolay Borisov · 5 years ago
  14. fe119a6 btrfs: switch to per-transaction pinned extents by Nikolay Borisov · 5 years ago
  15. 9fce570 btrfs: Make btrfs_pin_extent_for_log_replay take transaction handle by Nikolay Borisov · 5 years ago
  16. 7bfc100 btrfs: Make btrfs_pin_reserved_extent take transaction handle by Nikolay Borisov · 5 years ago
  17. b25c36f btrfs: Make btrfs_pin_extent take trans handle by Nikolay Borisov · 5 years ago
  18. bd647ce btrfs: add a leak check for roots by Josef Bacik · 5 years ago
  19. 0d4b046 btrfs: export and rename free_fs_info by Josef Bacik · 5 years ago
  20. 41a2ee7 btrfs: introduce per-inode file extent tree by Josef Bacik · 5 years ago
  21. 7227ff4 Btrfs: fix race between adding and putting tree mod seq elements and nodes by Filipe Manana · 5 years ago
  22. 68c467c btrfs: separate definition of assertion failure handlers by David Sterba · 5 years ago
  23. 9ddf648 btrfs: keep track of discard reuse stats by Dennis Zhou · 5 years ago
  24. 7fe6d45 btrfs: have multiple discard lists by Dennis Zhou · 5 years ago
  25. 19b2a2c btrfs: make max async discard size tunable by Dennis Zhou · 5 years ago
  26. e93591b btrfs: add kbps discard rate limit for async discard by Dennis Zhou · 5 years ago
  27. a230930 btrfs: calculate discard delay based on number of extents by Dennis Zhou · 5 years ago
  28. 5dc7c10 btrfs: keep track of discardable_bytes for async discard by Dennis Zhou · 5 years ago
  29. dfb79dd btrfs: track discardable extents for async discard by Dennis Zhou · 5 years ago
  30. e4faab8 btrfs: sysfs: add UUID/debug/discard directory by Dennis Zhou · 5 years ago
  31. 93945cb btrfs: sysfs: make UUID/debug have its own kobject by Dennis Zhou · 5 years ago
  32. 6e80d4f btrfs: handle empty block_group removal for async discard by Dennis Zhou · 5 years ago
  33. b0643e5 btrfs: add the beginning of async discard, discard workqueue by Dennis Zhou · 5 years ago
  34. 46b27f5 btrfs: rename DISCARD mount option to to DISCARD_SYNC by Dennis Zhou · 5 years ago
  35. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  36. db72e47 btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums() by Omar Sandoval · 5 years ago
  37. e62958f btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers by Omar Sandoval · 5 years ago
  38. a0fbf73 btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extent by Nikolay Borisov · 5 years ago
  39. 40e046a Btrfs: fix missing data checksums after replaying a log tree by Filipe Manana · 5 years ago
  40. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  41. cfbb825 btrfs: add incompat for raid1 with 3, 4 copies by David Sterba · 7 years ago
  42. 8d6fac0 btrfs: add support for 4-copy replication (raid1c4) by David Sterba · 7 years ago
  43. 47e6f74 btrfs: add support for 3-copy replication (raid1c3) by David Sterba · 7 years ago
  44. 0222dfd btrfs: rename extent buffer block group item accessors by David Sterba · 5 years ago
  45. de0dc45 btrfs: rename block_group_item on-stack accessors to follow naming by David Sterba · 5 years ago
  46. b4e967b btrfs: add member for a specific checksum driver by David Sterba · 5 years ago
  47. f7cea56 btrfs: sysfs: export supported checksums by David Sterba · 5 years ago
  48. ba8a9d0 Btrfs: delete the entire async bio submission framework by Chris Mason · 6 years ago
  49. e1f60a6 btrfs: add __pure attribute to functions by David Sterba · 5 years ago
  50. 4143cb8 btrfs: add const function attribute by David Sterba · 5 years ago
  51. 4c66e0d btrfs: drop unused parameter is_new from btrfs_iget by David Sterba · 5 years ago
  52. 1f95ec0 btrfs: move btrfs_unlock_up_safe to other locking functions by David Sterba · 5 years ago
  53. 9c7d3a5 btrfs: move extent_io_tree defs to their own header by Josef Bacik · 5 years ago
  54. 8702ba9 btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() by Qu Wenruo · 5 years ago
  55. 80ed454 btrfs: don't needlessly create extent-refs kernel thread by David Sterba · 5 years ago
  56. af024ed btrfs: create structure to encode checksum type and length by Johannes Thumshirn · 5 years ago
  57. c82f823 btrfs: tie extent buffer and it's token together by David Sterba · 5 years ago
  58. cb49511 btrfs: define separate btrfs_set/get_XX helpers by David Sterba · 5 years ago
  59. 6ff49c6 btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref by Nikolay Borisov · 5 years ago
  60. 9bb8407 btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct by Nikolay Borisov · 5 years ago
  61. 1dc990d btrfs: move dev_stats helpers to volumes.c by David Sterba · 5 years ago
  62. 67b61ae btrfs: move struct io_ctl to free-space-cache.h by David Sterba · 5 years ago
  63. 18d0f5c btrfs: move functions for tree compare to send.c by David Sterba · 5 years ago
  64. 4b231ae btrfs: rename and export read_node_slot by David Sterba · 5 years ago
  65. 8a95334 btrfs: move private raid56 definitions from ctree.h by David Sterba · 5 years ago
  66. 602cbe9 btrfs: move cond_wake_up functions out of ctree by David Sterba · 5 years ago
  67. 3acd485 btrfs: fix allocation of free space cache v1 bitmap pages by Christophe Leroy · 5 years ago
  68. 2bd36e7 btrfs: rename the btrfs_calc_*_metadata_size helpers by Josef Bacik · 5 years ago
  69. 0785a9a btrfs: tree-checker: Add EXTENT_DATA_REF check by Qu Wenruo · 5 years ago
  70. d3984c9 btrfs: introduce an evict flushing state by Josef Bacik · 5 years ago
  71. 844245b btrfs: add a flush step for delayed iputs by Josef Bacik · 5 years ago
  72. 3e43c27 btrfs: migrate the block group cleanup code by Josef Bacik · 6 years ago
  73. 878d7b6 btrfs: migrate the alloc_profile helpers by Josef Bacik · 6 years ago
  74. 07730d8 btrfs: migrate the chunk allocation code by Josef Bacik · 6 years ago
  75. 77745c0 btrfs: migrate the dirty bg writeout code by Josef Bacik · 6 years ago
  76. 26ce209 btrfs: migrate inc/dec_block_group_ro code by Josef Bacik · 6 years ago
  77. 4358d963 btrfs: migrate the block group read/creation code by Josef Bacik · 6 years ago
  78. e3e0520 btrfs: migrate the block group removal code by Josef Bacik · 6 years ago
  79. 9f21246 btrfs: migrate the block group caching code by Josef Bacik · 5 years ago
  80. 67715b2 btrfs: cleanup kobject.h includes by David Sterba · 5 years ago
  81. 8943910 btrfs: move sysfs declarations out of ctree.h by David Sterba · 5 years ago
  82. 6f410d1 btrfs: export the excluded extents helpers by Josef Bacik · 6 years ago
  83. 3eeb322 btrfs: migrate nocow and reservation helpers by Josef Bacik · 6 years ago
  84. 3cad128 btrfs: migrate the block group ref counting stuff by Josef Bacik · 6 years ago
  85. 2e405ad btrfs: migrate the block group lookup code by Josef Bacik · 6 years ago
  86. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  87. 82253cb btrfs: remove unused key type set/get helpers by David Sterba · 5 years ago
  88. 112974d btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate() by Qu Wenruo · 6 years ago
  89. 330a582 btrfs: Remove leftover of in-band dedupe by Nikolay Borisov · 6 years ago
  90. 690a5db Btrfs: fix ENOSPC errors, leading to transaction aborts, when cloning extents by Filipe Manana · 6 years ago
  91. d7cd4dd Btrfs: fix sysfs warning and missing raid sysfs directories by Filipe Manana · 5 years ago
  92. 8673634 btrfs: migrate the delalloc space stuff to it's own home by Josef Bacik · 6 years ago
  93. fb6dea2 btrfs: migrate btrfs_trans_release_chunk_metadata by Josef Bacik · 6 years ago
  94. 6ef03de btrfs: migrate the delayed refs rsv code by Josef Bacik · 6 years ago
  95. d12ffdd btrfs: move btrfs_block_rsv definitions into it's own header by Josef Bacik · 6 years ago
  96. c2a67a7 btrfs: export block_rsv_use_bytes by Josef Bacik · 6 years ago
  97. fc471cb btrfs: rename do_chunk_alloc to btrfs_chunk_alloc by Josef Bacik · 6 years ago
  98. 8719aaa btrfs: move space_info to space-info.h by Josef Bacik · 6 years ago
  99. c9d713d btrfs: improve messages when updating feature flags by David Sterba · 6 years ago
  100. 9e96749 Btrfs: prevent send failures and crashes due to concurrent relocation by Filipe Manana · 6 years ago