1. 869f4cd btrfs: zoned: encapsulate inode locking for zoned relocation by Johannes Thumshirn · 3 years, 1 month ago
  2. a26d60d btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the device by Anand Jain · 3 years, 2 months ago
  3. c18e323 btrfs: reserve extra space for the free space tree by Josef Bacik · 3 years, 1 month ago
  4. 9506f95 btrfs: include the free space tree in the global rsv minimum calculation by Josef Bacik · 3 years, 1 month ago
  5. c9d328c btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIO by Qu Wenruo · 3 years, 1 month ago
  6. 0bb3acd btrfs: update SCRUB_MAX_PAGES_PER_BLOCK by Qu Wenruo · 3 years, 1 month ago
  7. 8697b8f btrfs: do not check -EAGAIN when truncating inodes in the log root by Josef Bacik · 3 years, 1 month ago
  8. e48dac7 btrfs: make should_throttle loop local in btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
  9. 0adbc61 btrfs: combine extra if statements in btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
  10. 376b91d btrfs: convert BUG() for pending_del_nr into an ASSERT by Josef Bacik · 3 years, 1 month ago
  11. 56e1edb btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERT by Josef Bacik · 3 years, 1 month ago
  12. 71d18b5 btrfs: add inode to truncate control by Josef Bacik · 3 years, 1 month ago
  13. 487e81d btrfs: pass the ino via truncate control by Josef Bacik · 3 years, 1 month ago
  14. 655807b btrfs: use a flag to control when to clear the file extent range by Josef Bacik · 3 years, 1 month ago
  15. 5caa490 btrfs: control extent reference updates with a control flag for truncate by Josef Bacik · 3 years, 1 month ago
  16. 462b728 btrfs: only call inode_sub_bytes in truncate paths that care by Josef Bacik · 3 years, 1 month ago
  17. c2ddb612 btrfs: only update i_size in truncate paths that care by Josef Bacik · 3 years, 1 month ago
  18. d9ac19c btrfs: add truncate control struct by Josef Bacik · 3 years, 1 month ago
  19. 7097a94 btrfs: remove found_extent from btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
  20. 2adc75d btrfs: move btrfs_kill_delayed_inode_items into evict by Josef Bacik · 3 years, 1 month ago
  21. 275312a btrfs: remove free space cache inode check in btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
  22. 9a4a142 btrfs: move extent locking outside of btrfs_truncate_inode_items by Josef Bacik · 3 years, 1 month ago
  23. 54f03ab btrfs: move btrfs_truncate_inode_items to inode-item.c by Josef Bacik · 3 years, 1 month ago
  24. 26c2c45 btrfs: add an inode-item.h by Josef Bacik · 3 years, 1 month ago
  25. 727e606 btrfs: remove stale comment about locking at btrfs_search_slot() by Filipe Manana · 3 years, 1 month ago
  26. bb8e9a6 btrfs: remove BUG_ON() after splitting leaf by Filipe Manana · 3 years, 1 month ago
  27. 109324c btrfs: move leaf search logic out of btrfs_search_slot() by Filipe Manana · 3 years, 1 month ago
  28. e5e1c17 btrfs: remove useless condition check before splitting leaf by Filipe Manana · 3 years, 1 month ago
  29. e2e58d0 btrfs: try to unlock parent nodes earlier when inserting a key by Filipe Manana · 3 years, 1 month ago
  30. fb81212 btrfs: allow generic_bin_search() to take low boundary as an argument by Filipe Manana · 3 years, 1 month ago
  31. 120de40 btrfs: check the root node for uptodate before returning it by Josef Bacik · 3 years, 1 month ago
  32. a174c0a btrfs: allow device add if balance is paused by Nikolay Borisov · 3 years, 1 month ago
  33. 621a1ee btrfs: make device add compatible with paused balance in btrfs_exclop_start_try_lock by Nikolay Borisov · 3 years, 1 month ago
  34. efc0e69 btrfs: introduce exclusive operation BALANCE_PAUSED state by Nikolay Borisov · 3 years, 1 month ago
  35. d96b342 btrfs: make send work with concurrent block group relocation by Filipe Manana · 3 years, 1 month ago
  36. 364be84 btrfs: change name and type of private member of btrfs_free_space_ctl by Nikolay Borisov · 3 years, 1 month ago
  37. 290ef19 btrfs: make __btrfs_add_free_space take just block group reference by Nikolay Borisov · 3 years, 1 month ago
  38. 32e1649 btrfs: consolidate unlink_free_space/__unlink_free_space functions by Nikolay Borisov · 3 years, 1 month ago
  39. f594f13 btrfs: consolidate bitmap_clear_bits/__bitmap_clear_bits by Nikolay Borisov · 3 years, 1 month ago
  40. abed4aa btrfs: track the csum, extent, and free space trees in a rb tree by Josef Bacik · 3 years, 2 months ago
  41. 7fcf8a0 btrfs: remove useless WARN_ON in record_root_in_trans by Josef Bacik · 3 years, 2 months ago
  42. 7939dd9 btrfs: stop accessing ->free_space_root directly by Josef Bacik · 3 years, 2 months ago
  43. fc28b25 btrfs: stop accessing ->csum_root directly by Josef Bacik · 3 years, 2 months ago
  44. 056c831 btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root by Josef Bacik · 3 years, 2 months ago
  45. 84d2d6c btrfs: fix csum assert to check objectid of the root by Josef Bacik · 3 years, 2 months ago
  46. 29cbcf4 btrfs: stop accessing ->extent_root directly by Josef Bacik · 3 years, 2 months ago
  47. 2e608bd btrfs: init root block_rsv at init root time by Josef Bacik · 3 years, 2 months ago
  48. ce5603d btrfs: don't use the extent_root in flush_space by Josef Bacik · 3 years, 2 months ago
  49. 30a9da5 btrfs: don't use extent_root in iterate_extent_inodes by Josef Bacik · 3 years, 2 months ago
  50. fd51eb2 btrfs: don't use the extent root in btrfs_chunk_alloc_add_chunk_item by Josef Bacik · 3 years, 2 months ago
  51. 3478c73 btrfs: remove unnecessary extent root check in btrfs_defrag_leaves by Josef Bacik · 3 years, 2 months ago
  52. 826582c btrfs: do not special case the extent root for switch commit roots by Josef Bacik · 3 years, 2 months ago
  53. 8e1d029 btrfs: use chunk_root in find_free_extent_update_loop by Josef Bacik · 3 years, 2 months ago
  54. 76d76e7 btrfs: make remove_extent_backref pass the root by Josef Bacik · 3 years, 2 months ago
  55. dfe8aec btrfs: add a btrfs_block_group_root() helper by Josef Bacik · 3 years, 2 months ago
  56. 9f05c09 btrfs: remove BUG_ON(!eie) in find_parent_nodes by Josef Bacik · 3 years, 2 months ago
  57. fcba012 btrfs: remove BUG_ON() in find_parent_nodes() by Josef Bacik · 3 years, 2 months ago
  58. e0b7661 btrfs: remove SANITY_TESTS check form find_parent_nodes by Josef Bacik · 3 years, 2 months ago
  59. 9665ebd btrfs: move comment in find_parent_nodes() by Josef Bacik · 3 years, 2 months ago
  60. 98cc422 btrfs: pass the root to add_keyed_refs by Josef Bacik · 3 years, 2 months ago
  61. 7a60751 btrfs: remove trans_handle->root by Josef Bacik · 3 years, 2 months ago
  62. 2e4e97ab btrfs: pass fs_info to trace_btrfs_transaction_commit by Josef Bacik · 3 years, 2 months ago
  63. fdfbf02 btrfs: rework async transaction committing by Josef Bacik · 3 years, 2 months ago
  64. 0af4769 btrfs: remove unused BTRFS_FS_BARRIER flag by Josef Bacik · 3 years, 2 months ago
  65. f1a8fc6 btrfs: eliminate if in main loop in tree_search_offset by Nikolay Borisov · 3 years, 1 month ago
  66. bf08387 btrfs: don't check stripe length if the profile is not stripe based by Qu Wenruo · 3 years, 1 month ago
  67. 167c0bd btrfs: get next entry in tree_search_offset before doing checks by Nikolay Borisov · 3 years, 1 month ago
  68. bbf2727 btrfs: add self test for bytes_index free space cache by Josef Bacik · 3 years, 1 month ago
  69. 59c7b56 btrfs: index free space entries on size by Josef Bacik · 3 years, 1 month ago
  70. 950575c btrfs: only use ->max_extent_size if it is set in the bitmap by Josef Bacik · 3 years, 1 month ago
  71. 83f1b68 btrfs: remove unnecessary @nr_written parameters by Qu Wenruo · 3 years, 2 months ago
  72. 9270501 btrfs: change root to fs_info for btrfs_reserve_metadata_bytes by Josef Bacik · 3 years, 2 months ago
  73. 5423001 btrfs: get rid of root->orphan_cleanup_state by Josef Bacik · 3 years, 2 months ago
  74. 6dbdd57 btrfs: remove global rsv stealing logic for orphan cleanup by Josef Bacik · 3 years, 2 months ago
  75. ee6adbf btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing code by Josef Bacik · 3 years, 2 months ago
  76. 1b0309e btrfs: check ticket->steal in steal_from_global_block_rsv by Josef Bacik · 3 years, 2 months ago
  77. 9cd8dcd btrfs: check for priority ticket granting before flushing by Josef Bacik · 3 years, 2 months ago
  78. 9f35f76 btrfs: handle priority ticket failures in their respective helpers by Josef Bacik · 3 years, 2 months ago
  79. 16beac8 btrfs: zoned: cache reported zone during mount by Naohiro Aota · 3 years, 2 months ago
  80. d21deec btrfs: remove unused parameter fs_devices from btrfs_init_workqueues by Su Yue · 3 years, 2 months ago
  81. dfba78d btrfs: reduce the scope of the tree log mutex during transaction commit by Filipe Manana · 3 years, 2 months ago
  82. 849eae5 btrfs: consolidate device_list_mutex in prepare_sprout to its parent by Anand Jain · 3 years, 2 months ago
  83. fd88080 btrfs: switch seeding_dev in init_new_device to bool by Anand Jain · 3 years, 3 months ago
  84. b1dea4e btrfs: send: remove unused type parameter to iterate_inode_ref_t by Omar Sandoval · 3 years, 2 months ago
  85. eab67c0 btrfs: send: remove unused found_type parameter to lookup_dir_item_inode() by Omar Sandoval · 3 years, 2 months ago
  86. dc2e724 btrfs: rename btrfs_item_end_nr to btrfs_item_data_end by Josef Bacik · 3 years, 2 months ago
  87. 5a08663 btrfs: remove the btrfs_item_end() helper by Josef Bacik · 3 years, 2 months ago
  88. 3212fa1 btrfs: drop the _nr from the item helpers by Josef Bacik · 3 years, 2 months ago
  89. 7479420 btrfs: introduce item_nr token variant helpers by Josef Bacik · 3 years, 2 months ago
  90. 437bd07 btrfs: make btrfs_file_extent_inline_item_len take a slot by Josef Bacik · 3 years, 2 months ago
  91. c91666b btrfs: add btrfs_set_item_*_nr() helpers by Josef Bacik · 3 years, 2 months ago
  92. 227f3cd btrfs: use btrfs_item_size_nr/btrfs_item_offset_nr everywhere by Josef Bacik · 3 years, 2 months ago
  93. ccae4a1 btrfs: remove no longer needed logic for replaying directory deletes by Filipe Manana · 3 years, 2 months ago
  94. 339d035 btrfs: only copy dir index keys when logging a directory by Filipe Manana · 3 years, 2 months ago
  95. 17130a6 btrfs: remove spurious unlock/lock of unused_bgs_lock by Nikolay Borisov · 3 years, 3 months ago
  96. 232796d btrfs: fix deadlock between quota enable and other quota operations by Filipe Manana · 3 years, 2 months ago
  97. f0bfa76 btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range by Filipe Manana · 3 years, 2 months ago
  98. c9e6606 Linux 5.16-rc8 by Linus Torvalds · 3 years ago
  99. 24a0b22 Merge tag 'perf-tools-fixes-for-v5.16-2022-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years ago
  100. 859431a Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 3 years ago