1. 36c86a9 btrfs: output more debug messages for uncommitted transaction by Qu Wenruo · 3 years, 1 month ago
  2. f26c923 btrfs: remove reada infrastructure by Qu Wenruo · 3 years, 1 month ago
  3. d96b342 btrfs: make send work with concurrent block group relocation by Filipe Manana · 3 years, 2 months ago
  4. abed4aa btrfs: track the csum, extent, and free space trees in a rb tree by Josef Bacik · 3 years, 2 months ago
  5. 7939dd9 btrfs: stop accessing ->free_space_root directly by Josef Bacik · 3 years, 2 months ago
  6. fc28b25 btrfs: stop accessing ->csum_root directly by Josef Bacik · 3 years, 2 months ago
  7. 056c831 btrfs: set BTRFS_FS_STATE_NO_CSUMS if we fail to load the csum root by Josef Bacik · 3 years, 2 months ago
  8. 29cbcf4 btrfs: stop accessing ->extent_root directly by Josef Bacik · 3 years, 2 months ago
  9. 2e608bd btrfs: init root block_rsv at init root time by Josef Bacik · 3 years, 2 months ago
  10. 2e4e97ab btrfs: pass fs_info to trace_btrfs_transaction_commit by Josef Bacik · 3 years, 2 months ago
  11. fdfbf02 btrfs: rework async transaction committing by Josef Bacik · 3 years, 2 months ago
  12. 0af4769 btrfs: remove unused BTRFS_FS_BARRIER flag by Josef Bacik · 3 years, 2 months ago
  13. 5423001 btrfs: get rid of root->orphan_cleanup_state by Josef Bacik · 3 years, 2 months ago
  14. 16beac8 btrfs: zoned: cache reported zone during mount by Naohiro Aota · 3 years, 2 months ago
  15. d21deec btrfs: remove unused parameter fs_devices from btrfs_init_workqueues by Su Yue · 3 years, 2 months ago
  16. 9609134 Merge tag 'for-5.16-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 1 month ago
  17. 33fab97 btrfs: fix double free of anon_dev after failure to create subvolume by Filipe Manana · 3 years, 1 month ago
  18. 6fdf886 Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 2 months ago
  19. a91cf0f btrfs: check-integrity: fix a warning on write caching disabled disk by Wang Yugui · 3 years, 3 months ago
  20. 037c50b Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 2 months ago
  21. 5c78a5e btrfs: call btrfs_check_rw_degradable only if there is a missing device by Anand Jain · 3 years, 3 months ago
  22. 50780d9 btrfs: fix comment about sector sizes supported in 64K systems by Anand Jain · 3 years, 3 months ago
  23. 8496153 btrfs: add a BTRFS_FS_ERROR helper by Josef Bacik · 3 years, 3 months ago
  24. 49d0c64 btrfs: assert that extent buffers are write locked instead of only locked by Filipe Manana · 3 years, 4 months ago
  25. c3a3b19 btrfs: rename struct btrfs_io_bio to btrfs_bio by Qu Wenruo · 3 years, 4 months ago
  26. c2707a2 btrfs: zoned: add a dedicated data relocation block group by Johannes Thumshirn · 3 years, 4 months ago
  27. 37f00a6 btrfs: introduce btrfs_is_data_reloc_root by Johannes Thumshirn · 3 years, 4 months ago
  28. d24fa5c btrfs: convert latest_bdev type to btrfs_device and rename by Anand Jain · 3 years, 5 months ago
  29. afba2bc btrfs: zoned: implement active zone tracking by Naohiro Aota · 3 years, 5 months ago
  30. 8376d9e1 btrfs: zoned: finish superblock zone once no space left for new SB by Naohiro Aota · 3 years, 5 months ago
  31. 8481dd8 btrfs: subpage: introduce btrfs_subpage_bitmap_info by Qu Wenruo · 3 years, 5 months ago
  32. cda00eb btrfs: use bdev_nr_bytes instead of open coding it by Christoph Hellwig · 3 years, 3 months ago
  33. 6f93e83 btrfs: fix upper limit for max_inline for page size 64K by Anand Jain · 3 years, 5 months ago
  34. 95ea048 btrfs: allow read-write for 4K sectorsize on 64K page size systems by Qu Wenruo · 3 years, 6 months ago
  35. c8050b3 btrfs: subpage: reject raid56 filesystem and profile conversion by Qu Wenruo · 3 years, 6 months ago
  36. 7280305 btrfs: calculate number of eb pages properly in csum_tree_block by David Sterba · 3 years, 6 months ago
  37. 138a12d btrfs: rip out btrfs_space_info::total_bytes_pinned by Josef Bacik · 3 years, 7 months ago
  38. 35b22c1 btrfs: send: fix crash when memory allocations trigger reclaim by Filipe Manana · 3 years, 7 months ago
  39. 1cea5cf btrfs: ensure relocation never runs while we have send operations running by Filipe Manana · 3 years, 7 months ago
  40. cbeaae4 btrfs: shorten integrity checker extent data mount option by David Sterba · 3 years, 7 months ago
  41. 1a9fd41 btrfs: fix typos in comments by David Sterba · 3 years, 8 months ago
  42. 907d271 btrfs: add cancellable chunk relocation support by David Sterba · 3 years, 8 months ago
  43. dfd29ee btrfs: simplify eb checksum verification in btrfs_validate_metadata_buffer by David Sterba · 4 years, 4 months ago
  44. ff14aa7 btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_buffer by David Sterba · 4 years, 4 months ago
  45. f4dcfb3 btrfs: rename check_async_write and let it return bool by Johannes Thumshirn · 3 years, 8 months ago
  46. aefd7f7 btrfs: promote debugging asserts to full-fledged checks in validate_super by Nikolay Borisov · 3 years, 8 months ago
  47. 18bb8bb btrfs: zoned: automatically reclaim zones by Johannes Thumshirn · 3 years, 9 months ago
  48. f337206 btrfs: rename delete_unused_bgs_mutex to reclaim_bgs_lock by Johannes Thumshirn · 3 years, 9 months ago
  49. eca0f6f btrfs: subpage: support metadata checksum calculation at write time by Qu Wenruo · 3 years, 10 months ago
  50. 139e8cd btrfs: subpage: do more sanity checks on metadata page dirtying by Qu Wenruo · 3 years, 10 months ago
  51. 701c09c Merge tag 'for-5.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 10 months ago
  52. 8d488a8 btrfs: fix subvolume/snapshot deletion not triggered on mount by Filipe Manana · 3 years, 10 months ago
  53. 820a49d btrfs: initialize device::fs_info always by Josef Bacik · 3 years, 10 months ago
  54. 6f3952c Merge tag 'for-5.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 11 months ago
  55. 83c68bb btrfs: initialize fs_info::csum_size earlier in open_ctree by Su Yue · 4 years ago
  56. 3ddebf2 btrfs: zoned: reorder log node allocation on zoned filesystem by Naohiro Aota · 4 years ago
  57. 40ab3be btrfs: zoned: extend zoned allocator to use dedicated tree-log block group by Naohiro Aota · 4 years ago
  58. 6ab6ebb btrfs: split alloc_log_tree() by Naohiro Aota · 4 years ago
  59. 4eef29e btrfs: zoned: do not use async metadata checksum on zoned filesystems by Naohiro Aota · 4 years ago
  60. 0bc09ca btrfs: zoned: serialize metadata IO by Naohiro Aota · 4 years ago
  61. cfe9444 btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing by Naohiro Aota · 4 years ago
  62. d3575156 btrfs: zoned: redirty released extent buffers by Naohiro Aota · 4 years ago
  63. b53429b btrfs: zoned: do not load fs_info::zoned from incompat flag by Johannes Thumshirn · 4 years ago
  64. 7365104 btrfs: zoned: defer loading zone info after opening trees by Naohiro Aota · 4 years ago
  65. 0bb3eb3 btrfs: allow read-only mount of 4K sector size fs on 64K page system by Qu Wenruo · 4 years ago
  66. 371cdc0 btrfs: introduce subpage metadata validation check by Qu Wenruo · 4 years ago
  67. 576fa34 btrfs: improve preemptive background space flushing by Josef Bacik · 4 years, 3 months ago
  68. 5deb17e btrfs: track ordered bytes instead of just dio ordered bytes by Josef Bacik · 4 years, 3 months ago
  69. 2312510 btrfs: make btrfs_root::free_objectid hold the next available objectid by Nikolay Borisov · 4 years, 1 month ago
  70. 6b8fad5 btrfs: rename btrfs_root::highest_objectid to free_objectid by Nikolay Borisov · 4 years, 1 month ago
  71. 543068a btrfs: rename btrfs_find_free_objectid to btrfs_get_free_objectid by Nikolay Borisov · 4 years, 1 month ago
  72. 453e487 btrfs: rename btrfs_find_highest_objectid to btrfs_init_root_free_objectid by Nikolay Borisov · 4 years, 1 month ago
  73. 7100873 btrfs: print the actual offset in btrfs_root_name by Josef Bacik · 4 years, 1 month ago
  74. 0a31daa btrfs: add assertion for empty list of transactions at late stage of umount by Filipe Manana · 4 years, 1 month ago
  75. a0a1db7 btrfs: fix race between RO remount and the cleaner task by Filipe Manana · 4 years, 1 month ago
  76. 638331f btrfs: fix transaction leak and crash after cleaning up orphans on RO mount by Filipe Manana · 4 years, 1 month ago
  77. 1941b64 btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset by Qu Wenruo · 4 years, 1 month ago
  78. 8a6a87c btrfs: fix lockdep warning when creating free space tree by Boris Burkov · 4 years, 2 months ago
  79. 9484622 btrfs: keep sb cache_generation consistent with space_cache by Boris Burkov · 4 years, 2 months ago
  80. 8b22832 btrfs: clear free space tree on ro->rw remount by Boris Burkov · 4 years, 2 months ago
  81. 8cd2908 btrfs: clear oneshot options on mount and remount by Boris Burkov · 4 years, 2 months ago
  82. 5011139 btrfs: create free space tree on ro->rw remount by Boris Burkov · 4 years, 2 months ago
  83. 8f1c21d btrfs: start orphan cleanup on ro->rw remount by Boris Burkov · 4 years, 2 months ago
  84. 44c0ca2 btrfs: lift read-write mount setup from mount and remount by Boris Burkov · 4 years, 2 months ago
  85. 5297199 btrfs: remove inode number cache feature by Nikolay Borisov · 4 years, 2 months ago
  86. ec7d6df btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c by Nikolay Borisov · 4 years, 2 months ago
  87. 1265925 btrfs: implement log-structured superblock for ZONED mode by Naohiro Aota · 4 years, 2 months ago
  88. b70f509 btrfs: check and enable ZONED mode by Naohiro Aota · 4 years, 2 months ago
  89. 8e1dc98 btrfs: remove unused parameter phy_offset from btrfs_validate_metadata_buffer by Qu Wenruo · 4 years, 2 months ago
  90. bacce86 btrfs: drop unused argument step from btrfs_free_extra_devids by Anand Jain · 4 years, 2 months ago
  91. e114c54 btrfs: set the lockdep class for extent buffers on creation by Josef Bacik · 4 years, 2 months ago
  92. 3fbaf25 btrfs: pass the owner_root and level to alloc_extent_buffer by Josef Bacik · 4 years, 2 months ago
  93. 1b7ec85 btrfs: pass root owner to read_tree_block by Josef Bacik · 4 years, 2 months ago
  94. bfb484d btrfs: cleanup extent buffer readahead by Josef Bacik · 4 years, 2 months ago
  95. 416e344 btrfs: remove lockdep classes for the fs tree by Josef Bacik · 4 years, 2 months ago
  96. ac303b6 btrfs: pass bvec to csum_dirty_buffer instead of page by Qu Wenruo · 4 years, 2 months ago
  97. 77bf40a btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer() by Qu Wenruo · 4 years, 2 months ago
  98. a26663e btrfs: make csum_tree_block() handle node smaller than page by Qu Wenruo · 4 years, 2 months ago
  99. 2f4d60d btrfs: grab fs_info from extent_buffer in btrfs_mark_buffer_dirty by Qu Wenruo · 4 years, 2 months ago
  100. ac5887c btrfs: locking: remove all the blocking helpers by Josef Bacik · 4 years, 5 months ago