1. 51415b6 btrfs: reloc: fix reloc root leak and NULL pointer dereference by Qu Wenruo · 4 years, 8 months ago
  2. c11fbb6 btrfs: reduce lock contention when creating snapshot by Robbie Ko · 4 years, 8 months ago
  3. aeb935a btrfs: don't set SHAREABLE flag for data reloc tree by Qu Wenruo · 4 years, 8 months ago
  4. 82028e0a btrfs: inode: cleanup the log-tree exceptions in btrfs_truncate_inode_items() by Qu Wenruo · 4 years, 8 months ago
  5. 92a7cc4 btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE by Qu Wenruo · 4 years, 8 months ago
  6. ae3e715 btrfs: drop stale reference to volume_mutex by Anand Jain · 4 years, 8 months ago
  7. 583e4a2 btrfs: update documentation of set/get helpers by David Sterba · 4 years, 8 months ago
  8. f472d3c btrfs: optimize split page write in btrfs_set_token_##bits by David Sterba · 4 years, 8 months ago
  9. f4ca8c5 btrfs: optimize split page write in btrfs_set_##bits by David Sterba · 4 years, 8 months ago
  10. ba8a9a0 btrfs: optimize split page read in btrfs_get_token_##bits by David Sterba · 4 years, 8 months ago
  11. 84da071 btrfs: optimize split page read in btrfs_get_##bits by David Sterba · 4 years, 8 months ago
  12. c60ac0f btrfs: drop unnecessary offset_in_page in extent buffer helpers by David Sterba · 4 years, 8 months ago
  13. 2b48966 btrfs: constify extent_buffer in the API functions by David Sterba · 4 years, 9 months ago
  14. db3756c btrfs: remove unused map_private_extent_buffer by David Sterba · 4 years, 8 months ago
  15. 5cd17f3 btrfs: speed up and simplify generic_bin_search by David Sterba · 4 years, 8 months ago
  16. ce7afe8 btrfs: speed up btrfs_set_token_##bits helpers by David Sterba · 4 years, 8 months ago
  17. 029e4a4 btrfs: speed up btrfs_set_##bits helpers by David Sterba · 4 years, 8 months ago
  18. 8f9da81 btrfs: speed up btrfs_get_token_##bits helpers by David Sterba · 4 years, 8 months ago
  19. 1441ed9 btrfs: speed up btrfs_get_##bits helpers by David Sterba · 4 years, 8 months ago
  20. 5e39468 btrfs: add separate bounds checker for set/get helpers by David Sterba · 4 years, 8 months ago
  21. 870b388 btrfs: preset set/get token with first page and drop condition by David Sterba · 4 years, 8 months ago
  22. a31356b btrfs: don't use set/get token in leaf_space_used by David Sterba · 4 years, 8 months ago
  23. 60d48e2 btrfs: don't use set/get token for single assignment in overwrite_item by David Sterba · 4 years, 8 months ago
  24. cc4c13d btrfs: drop eb parameter from set/get token helpers by David Sterba · 4 years, 9 months ago
  25. 4dae666 btrfs: use the token::eb for all set/get helpers by David Sterba · 4 years, 9 months ago
  26. f2998eb btrfs: remove duplicated include in block-group.c by Tiezhu Yang · 4 years, 8 months ago
  27. 3be4d8e btrfs: block-group: rename write_one_cache_group() by Qu Wenruo · 4 years, 8 months ago
  28. 97f4728 btrfs: block-group: refactor how we insert a block group item by Qu Wenruo · 4 years, 8 months ago
  29. 7357623 btrfs: block-group: refactor how we delete one block group item by Qu Wenruo · 4 years, 8 months ago
  30. 9afc664 btrfs: block-group: refactor how we read one block group item by Qu Wenruo · 4 years, 8 months ago
  31. 83fe9e1 btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups() by Qu Wenruo · 4 years, 8 months ago
  32. 89efda5 btrfs: send: emit file capabilities after chown by Marcos Paulo de Souza · 4 years, 8 months ago
  33. 8949030 btrfs: scrub, only lookup for csums if we are dealing with a data extent by Filipe Manana · 4 years, 8 months ago
  34. 684b752 btrfs: move the block group freeze/unfreeze helpers into block-group.c by Filipe Manana · 4 years, 8 months ago
  35. 6b7304a btrfs: rename member 'trimming' of block group to a more generic name by Filipe Manana · 4 years, 8 months ago
  36. 2473d24 btrfs: fix a race between scrub and block group removal/allocation by Filipe Manana · 4 years, 8 months ago
  37. 31344b2 btrfs: remove more obsolete v0 extent ref declarations by David Sterba · 4 years, 8 months ago
  38. 943aeb0 btrfs: remove unused function btrfs_dev_extent_chunk_tree_uuid by YueHaibing · 4 years, 8 months ago
  39. cbab8ad btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new qgroup by Qu Wenruo · 4 years, 9 months ago
  40. a619b3c btrfs: speedup dead root detection during orphan cleanup by Robbie Ko · 4 years, 8 months ago
  41. eec5b6e btrfs: remove unused function heads_to_leaves by YueHaibing · 4 years, 8 months ago
  42. fb8521ca btrfs: add more codes to decoder table by David Sterba · 4 years, 9 months ago
  43. d54f814 btrfs: sort error decoder entries by David Sterba · 4 years, 9 months ago
  44. 7f551d9 btrfs: free alien device after device add by Anand Jain · 4 years, 8 months ago
  45. 998a067 btrfs: include non-missing as a qualifier for the latest_bdev by Anand Jain · 4 years, 8 months ago
  46. fd08001 btrfs: use crypto_shash_digest() instead of open coding by Eric Biggers · 4 years, 8 months ago
  47. 1ed802c btrfs: drop useless goto in open_fs_devices by Anand Jain · 4 years, 9 months ago
  48. 0bc2d3c btrfs: remove useless check for copy_items() return value by Filipe Manana · 4 years, 9 months ago
  49. 77d5d68 btrfs: unify buffered and direct I/O read repair by Omar Sandoval · 4 years, 9 months ago
  50. 5c047a6 btrfs: get rid of endio_repair_workers by Omar Sandoval · 4 years, 9 months ago
  51. fd9d667 btrfs: simplify direct I/O read repair by Omar Sandoval · 4 years, 9 months ago
  52. 769b4f2 btrfs: get rid of one layer of bios in direct I/O by Omar Sandoval · 4 years, 9 months ago
  53. 8587957 btrfs: put direct I/O checksums in btrfs_dio_private instead of bio by Omar Sandoval · 4 years, 9 months ago
  54. e3b318d btrfs: convert btrfs_dio_private->pending_bios to refcount_t by Omar Sandoval · 4 years, 9 months ago
  55. 2390a6d btrfs: remove unused btrfs_dio_private::private by Omar Sandoval · 4 years, 9 months ago
  56. ce06d3e btrfs: make btrfs_check_repairable() static by Omar Sandoval · 4 years, 9 months ago
  57. 47df776 btrfs: rename __readpage_endio_check to check_data_csum by Omar Sandoval · 4 years, 9 months ago
  58. fb30f47 btrfs: clarify btrfs_lookup_bio_sums documentation by Omar Sandoval · 4 years, 9 months ago
  59. f337bd7 btrfs: don't do repair validation for checksum errors by Omar Sandoval · 4 years, 9 months ago
  60. c733397 btrfs: look at full bi_io_vec for repair decision by Omar Sandoval · 4 years, 9 months ago
  61. c36cac2 btrfs: fix double __endio_write_update_ordered in direct I/O by Omar Sandoval · 4 years, 9 months ago
  62. 6d3113a btrfs: fix error handling when submitting direct I/O bio by Omar Sandoval · 4 years, 9 months ago
  63. 1072c12 block: add bio_for_each_bvec_all() by Omar Sandoval · 4 years, 9 months ago
  64. 534cf53 btrfs: simplify error handling of clean_pinned_extents() by Filipe Manana · 4 years, 9 months ago
  65. e3b8336 btrfs: remove the redundant parameter level in btrfs_bin_search() by Qu Wenruo · 4 years, 9 months ago
  66. b335eab btrfs: make btrfs_read_disk_super return struct btrfs_disk_super by Nikolay Borisov · 4 years, 9 months ago
  67. a757123 btrfs: use list_for_each_entry_safe in free_reloc_roots by Nikolay Borisov · 4 years, 11 months ago
  68. 7c09c03 btrfs: don't force read-only after error in drop snapshot by David Sterba · 4 years, 11 months ago
  69. 2d9faa5 btrfs: remove pointless assertion on reclaim_size counter by Filipe Manana · 4 years, 9 months ago
  70. 72f4f07 btrfs: tree-checker: remove duplicate definition of 'inode_item_err' by Zheng Wei · 4 years, 10 months ago
  71. 9c34378 btrfs: force chunk allocation if our global rsv is larger than metadata by Josef Bacik · 4 years, 10 months ago
  72. 42a72cb btrfs: run btrfs_try_granting_tickets if a priority ticket fails by Josef Bacik · 4 years, 10 months ago
  73. 666daa9 btrfs: only check priority tickets for priority flushing by Josef Bacik · 4 years, 10 months ago
  74. bb4f58a btrfs: account for trans_block_rsv in may_commit_transaction by Josef Bacik · 4 years, 10 months ago
  75. e6549c2 btrfs: allow to use up to 90% of the global block rsv for unlink by Josef Bacik · 4 years, 10 months ago
  76. 7f9fe61 btrfs: improve global reserve stealing logic by Josef Bacik · 4 years, 10 months ago
  77. 876de78 btrfs: backref: distinguish reloc and non-reloc use of indirect resolution by Qu Wenruo · 4 years, 10 months ago
  78. 1b23ea1 btrfs: reloc: move error handling of build_backref_tree() to backref.c by Qu Wenruo · 4 years, 10 months ago
  79. fc997ed btrfs: backref: rename and move finish_upper_links() by Qu Wenruo · 4 years, 10 months ago
  80. 1b60d2e btrfs: backref: rename and move handle_one_tree_block() by Qu Wenruo · 4 years, 10 months ago
  81. d36e7f0 btrfs: reloc: open code read_fs_root() for handle_indirect_tree_backref() by Qu Wenruo · 4 years, 10 months ago
  82. 5546573 btrfs: backref: rename and move should_ignore_root() by Qu Wenruo · 4 years, 10 months ago
  83. 982c92c btrfs: backref: rename and move backref_tree_panic() by Qu Wenruo · 4 years, 10 months ago
  84. 13fe1bd btrfs: backref: rename and move backref_cache_cleanup() by Qu Wenruo · 4 years, 10 months ago
  85. 023acb0 btrfs: backref: rename and move remove_backref_node() by Qu Wenruo · 4 years, 10 months ago
  86. b0fe707 btrfs: backref: rename and move drop_backref_node() by Qu Wenruo · 4 years, 10 months ago
  87. 741188d btrfs: backref: rename and move free_backref_(node|edge) by Qu Wenruo · 4 years, 10 months ago
  88. f39911e5 btrfs: backref: rename and move link_backref_edge() by Qu Wenruo · 4 years, 10 months ago
  89. 47254d0 btrfs: backref: rename and move alloc_backref_edge() by Qu Wenruo · 4 years, 10 months ago
  90. b1818da btrfs: backref: rename and move alloc_backref_node() by Qu Wenruo · 4 years, 10 months ago
  91. 584fb12 btrfs: backref: rename and move backref_cache_init() by Qu Wenruo · 4 years, 10 months ago
  92. e9a28dc btrfs: rename tree_entry to rb_simple_node and export it by Qu Wenruo · 4 years, 10 months ago
  93. 7053544 btrfs: backref: move btrfs_backref_(node|edge|cache) structures to backref.h by Qu Wenruo · 4 years, 10 months ago
  94. a26195a btrfs: reloc: add btrfs_ prefix for backref_node/edge/cache by Qu Wenruo · 4 years, 10 months ago
  95. 29db137 btrfs: reloc: refactor useless nodes handling into its own function by Qu Wenruo · 4 years, 11 months ago
  96. 1f87292 btrfs: reloc: refactor finishing part of upper linkage into finish_upper_links() by Qu Wenruo · 4 years, 11 months ago
  97. e7d571c btrfs: reloc: remove the open-coded goto loop for breadth-first search by Qu Wenruo · 4 years, 10 months ago
  98. 0304f2d btrfs: reloc: pass essential members for alloc_backref_node() by Qu Wenruo · 4 years, 11 months ago
  99. 2a97961 btrfs: reloc: use wrapper to replace open-coded edge linking by Qu Wenruo · 4 years, 11 months ago
  100. 4d81ea8 btrfs: reloc: refactor indirect tree backref processing into its own function by Qu Wenruo · 4 years, 10 months ago