1. b5f7ab6 Merge tag 'fs-dedupe-last-block-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  2. 81a046b Merge tag 'for-5.6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  3. c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  4. a075f23 Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  5. 4cea903 btrfs: dev-replace: remove warning for unknown return codes when finished by David Sterba · 5 years ago
  6. 1bbb97b btrfs: scrub: Require mandatory block group RO for dev-replace by Qu Wenruo · 5 years ago
  7. 831d2fa Btrfs: make deduplication with range including the last block work by Filipe Manana · 5 years ago
  8. 4e19443 btrfs: free block groups after free'ing fs trees by Josef Bacik · 5 years ago
  9. 1362089 btrfs: Fix split-brain handling when changing FSID to metadata uuid by Nikolay Borisov · 5 years ago
  10. 0584071 btrfs: Handle another split brain scenario with metadata uuid feature by Nikolay Borisov · 5 years ago
  11. c6730a0 btrfs: Factor out metadata_uuid code from find_fsid. by Su Yue · 5 years ago
  12. c0d81c7 btrfs: Call find_fsid from find_fsid_inprogress by Su Yue · 5 years ago
  13. b5e4ff9 Btrfs: fix infinite loop during fsync after rename operations by Filipe Manana · 5 years ago
  14. d62b23c btrfs: set trans->drity in btrfs_commit_transaction by Josef Bacik · 5 years ago
  15. 889bfa3 btrfs: drop log root for dropped roots by Josef Bacik · 5 years ago
  16. 668e48af btrfs: sysfs, add devid/dev_state kobject and device attributes by Anand Jain · 5 years ago
  17. 1776ad1 btrfs: Refactor btrfs_rmap_block to improve readability by Nikolay Borisov · 5 years ago
  18. bf2e2eb btrfs: Add self-tests for btrfs_rmap_block by Nikolay Borisov · 5 years ago
  19. b3ad2c1 btrfs: selftests: Add support for dummy devices by Nikolay Borisov · 5 years ago
  20. 96a1433 btrfs: Move and unexport btrfs_rmap_block by Nikolay Borisov · 5 years ago
  21. 68c467c btrfs: separate definition of assertion failure handlers by David Sterba · 5 years ago
  22. a69976b btrfs: device stats, log when stats are zeroed by Anand Jain · 5 years ago
  23. 556755a btrfs: fix improper setting of scanned for range cyclic write cache pages by Josef Bacik · 5 years ago
  24. 4babad1 btrfs: safely advance counter when looking up bio csums by David Sterba · 5 years ago
  25. 94f8c46 btrfs: remove unused member btrfs_device::work by David Sterba · 5 years ago
  26. ef0a82d btrfs: remove unnecessary wrapper get_alloc_profile by Johannes Thumshirn · 5 years ago
  27. 81b29a3 btrfs: add correction to handle -1 edge case in async discard by Dennis Zhou · 5 years ago
  28. 27f0afc btrfs: ensure removal of discardable_* in free_bitmap() by Dennis Zhou · 5 years ago
  29. f9bb615 btrfs: make smaller extents more likely to go into bitmaps by Dennis Zhou · 5 years ago
  30. 5d90c5c btrfs: increase the metadata allowance for the free_space_cache by Dennis Zhou · 5 years ago
  31. dbc2a8c btrfs: add async discard implementation overview by Dennis Zhou · 5 years ago
  32. 9ddf648 btrfs: keep track of discard reuse stats by Dennis Zhou · 5 years ago
  33. 5cb0724 btrfs: only keep track of data extents for async discard by Dennis Zhou · 5 years ago
  34. 7fe6d45 btrfs: have multiple discard lists by Dennis Zhou · 5 years ago
  35. 19b2a2c btrfs: make max async discard size tunable by Dennis Zhou · 5 years ago
  36. 4aa9ad5 btrfs: limit max discard size for async discard by Dennis Zhou · 5 years ago
  37. e93591b btrfs: add kbps discard rate limit for async discard by Dennis Zhou · 5 years ago
  38. a230930 btrfs: calculate discard delay based on number of extents by Dennis Zhou · 5 years ago
  39. 5dc7c10 btrfs: keep track of discardable_bytes for async discard by Dennis Zhou · 5 years ago
  40. dfb79dd btrfs: track discardable extents for async discard by Dennis Zhou · 5 years ago
  41. e4faab8 btrfs: sysfs: add UUID/debug/discard directory by Dennis Zhou · 5 years ago
  42. 93945cb btrfs: sysfs: make UUID/debug have its own kobject by Dennis Zhou · 5 years ago
  43. 71e8978 btrfs: sysfs: add removal calls for debug/ by Dennis Zhou · 5 years ago
  44. 2bee7eb btrfs: discard one region at a time in async discard by Dennis Zhou · 5 years ago
  45. 6e80d4f btrfs: handle empty block_group removal for async discard by Dennis Zhou · 5 years ago
  46. b0643e5 btrfs: add the beginning of async discard, discard workqueue by Dennis Zhou · 5 years ago
  47. da080fe btrfs: keep track of free space bitmap trim status cleanliness by Dennis Zhou · 5 years ago
  48. a7ccb25 btrfs: keep track of which extents have been discarded by Dennis Zhou · 5 years ago
  49. 46b27f5 btrfs: rename DISCARD mount option to to DISCARD_SYNC by Dennis Zhou · 5 years ago
  50. 147a097 btrfs: tree-checker: Verify location key for DIR_ITEM/DIR_INDEX by Qu Wenruo · 5 years ago
  51. 57a0e67 btrfs: tree-checker: Refactor root key check into separate function by Qu Wenruo · 5 years ago
  52. c23c77b btrfs: tree-checker: Refactor inode key check into seperate function by Qu Wenruo · 5 years ago
  53. c3053eb btrfs: tree-checker: Clean up fs_info parameter from error message wrapper by Qu Wenruo · 5 years ago
  54. f6d2a5c btrfs: tree-checker: Check leaf chunk item size by Qu Wenruo · 5 years ago
  55. 0ab575c btrfs: Remove unneeded semicolon by zhengbin · 5 years ago
  56. 95690e5 btrfs: remove struct find_free_extent.ram_bytes by Omar Sandoval · 5 years ago
  57. c8b0403 btrfs: simplify compressed/inline check in __extent_writepage_io() by Omar Sandoval · 5 years ago
  58. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  59. f95d713 btrfs: remove redundant i_size check in __extent_writepage_io() by Omar Sandoval · 5 years ago
  60. 169d2c8 btrfs: remove trivial goto label in __extent_writepage() by Omar Sandoval · 5 years ago
  61. eb70d22 btrfs: remove unnecessary pg_offset assignments in __extent_writepage() by Omar Sandoval · 5 years ago
  62. bffe633 btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item by Omar Sandoval · 5 years ago
  63. 313facc btrfs: remove dead snapshot-aware defrag code by Omar Sandoval · 5 years ago
  64. db72e47 btrfs: get rid of at_offset parameter to btrfs_lookup_bio_sums() by Omar Sandoval · 5 years ago
  65. e62958f btrfs: get rid of trivial __btrfs_lookup_bio_sums() wrappers by Omar Sandoval · 5 years ago
  66. 321f69f btrfs: reset device back to allocation state when removing by Johannes Thumshirn · 5 years ago
  67. 3fff397 btrfs: decrement number of open devices after closing the device not before by Johannes Thumshirn · 5 years ago
  68. 6bb6b51 btrfs: use simple_dir_inode_operations for placeholder subvolume directory by Omar Sandoval · 5 years ago
  69. b38f4cb btrfs: remove impossible WARN_ON in btrfs_destroy_dev_replace_tgtdev() by Johannes Thumshirn · 5 years ago
  70. 1296995 btrfs: remove superfluous BUG_ON() in integrity checks by Johannes Thumshirn · 5 years ago
  71. 3dbd351 btrfs: fix possible NULL-pointer dereference in integrity checks by Johannes Thumshirn · 5 years ago
  72. f893556 btrfs: kill min_allocable_bytes in inc_block_group_ro by Josef Bacik · 5 years ago
  73. 9f24692 btrfs: don't pass system_chunk into can_overcommit by Josef Bacik · 5 years ago
  74. 511a32b btrfs: Opencode ordered_data_tree_panic by Nikolay Borisov · 5 years ago
  75. 430640e btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group() by Qu Wenruo · 5 years ago
  76. 76de60e btrfs: remove unused condition check in btrfs_page_mkwrite() by Yunfeng Ye · 5 years ago
  77. 36ee0b4 btrfs: Remove redundant WARN_ON in walk_down_log_tree by Nikolay Borisov · 5 years ago
  78. 5c4b691 btrfs: Remove WARN_ON in walk_log_tree by Nikolay Borisov · 5 years ago
  79. a0fbf73 btrfs: Rename __btrfs_free_reserved_extent to btrfs_pin_reserved_extent by Nikolay Borisov · 5 years ago
  80. 7ef54d5 btrfs: Open code __btrfs_free_reserved_extent in btrfs_free_reserved_extent by Nikolay Borisov · 5 years ago
  81. 4eaaec2 btrfs: Don't discard unwritten extents by Nikolay Borisov · 5 years ago
  82. 8a36e40 btrfs: qgroup: return ENOTCONN instead of EINVAL when quotas are not enabled by Marcos Paulo de Souza · 5 years ago
  83. e3b0edd btrfs: qgroup: remove one-time use variables for quota_root checks by Marcos Paulo de Souza · 5 years ago
  84. bc036bb btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid by Anand Jain · 5 years ago
  85. be2cf92 btrfs: sysfs, rename btrfs_sysfs_add_device() by Anand Jain · 5 years ago
  86. c6761a9 btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent by Anand Jain · 5 years ago
  87. b550150 btrfs: sysfs, rename devices kobject holder to devices_kobj by Anand Jain · 5 years ago
  88. db26a02 btrfs: fill ncopies for all raid table entries by David Sterba · 5 years ago
  89. e4f6c6b btrfs: use raid_attr table in calc_stripe_length for nparity by David Sterba · 6 years ago
  90. 0e56315 Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES by Filipe Manana · 5 years ago
  91. effaf90 Merge tag 'for-5.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  92. b35cf1f btrfs: check rw_devices, not num_devices for balance by Josef Bacik · 5 years ago
  93. 5afe6ce Btrfs: always copy scrub arguments back to user space by Filipe Manana · 5 years ago
  94. 6282675 btrfs: relocation: fix reloc_root lifespan and access by Qu Wenruo · 5 years ago
  95. 26ef849 btrfs: fix memory leak in qgroup accounting by Johannes Thumshirn · 5 years ago
  96. 423a716 btrfs: do not delete mismatched root refs by Josef Bacik · 5 years ago
  97. d49d328 btrfs: fix invalid removal of root ref by Josef Bacik · 5 years ago
  98. 045d396 btrfs: rework arguments of btrfs_unlink_subvol by Josef Bacik · 5 years ago
  99. 3a562ae Merge tag 'for-5.5-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  100. de7999a Btrfs: fix infinite loop during nocow writeback due to race by Filipe Manana · 5 years ago