1. bfcea1c btrfs: free checksum hash on in close_ctree by Johannes Thumshirn · 5 years ago
  2. 9e96749 Btrfs: prevent send failures and crashes due to concurrent relocation by Filipe Manana · 6 years ago
  3. d517857 btrfs: directly call into crypto framework for checksumming by Johannes Thumshirn · 6 years ago
  4. 6d97c6e btrfs: add boilerplate code for directly including the crypto framework by Johannes Thumshirn · 6 years ago
  5. 51bce6c btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions by Johannes Thumshirn · 6 years ago
  6. 8dc3f22 btrfs: check for supported superblock checksum type before checksum validation by Johannes Thumshirn · 6 years ago
  7. e7e16f4 btrfs: add common checksum type validation by Johannes Thumshirn · 6 years ago
  8. 8c3e358 btrfs: use u8 for raid_array members by David Sterba · 6 years ago
  9. c8bf1b6 btrfs: remove mapping tree structures indirection by David Sterba · 6 years ago
  10. 9b4e675 btrfs: detect fast implementation of crc32c on all architectures by David Sterba · 6 years ago
  11. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  12. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  13. 4297ff8 btrfs: track DIO bytes in flight by Josef Bacik · 6 years ago
  14. 50489a5 btrfs: Remove bio_offset argument from submit_bio_hook by Nikolay Borisov · 6 years ago
  15. e68f2ee btrfs: Always pass 0 bio_offset for btree_submit_bio_start by Nikolay Borisov · 6 years ago
  16. c2ccfbc btrfs: Remove 'tree' argument from read_extent_buffer_pages by Nikolay Borisov · 6 years ago
  17. a56b1c7 btrfs: Change submit_bio_hook to taking an inode directly by Nikolay Borisov · 6 years ago
  18. 9b7a244 btrfs: get fs_info from trans in btrfs_create_tree by David Sterba · 6 years ago
  19. 8d47a0d btrfs: Do mandatory tree block check before submitting bio by Qu Wenruo · 6 years ago
  20. 813fd1d btrfs: get fs_info from eb in btrfs_check_node by David Sterba · 6 years ago
  21. cfdaad5 btrfs: get fs_info from eb in btrfs_check_leaf_relaxed by David Sterba · 6 years ago
  22. 1c4360e btrfs: get fs_info from eb in btrfs_check_leaf_full by David Sterba · 6 years ago
  23. 1c11b63 btrfs: replace pending/pinned chunks lists with io tree by Jeff Mahoney · 6 years ago
  24. 68c94e5 btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctree by Nikolay Borisov · 6 years ago
  25. bbbf724 btrfs: combine device update operations during transaction commit by Nikolay Borisov · 6 years ago
  26. 90b1377 btrfs: qgroup: remove obsolete fs_info members by David Sterba · 6 years ago
  27. e064d5e btrfs: get fs_info from eb in btrfs_verify_level_key by David Sterba · 6 years ago
  28. 5ab12d1 btrfs: get fs_info from eb in btree_read_extent_buffer_pages by David Sterba · 6 years ago
  29. 6a884d7d btrfs: get fs_info from eb in clean_tree_block by David Sterba · 6 years ago
  30. b0c9b3b btrfs: get fs_info from eb in check_tree_block_fsid by David Sterba · 6 years ago
  31. 20a1fbf9 btrfs: get fs_info from eb in repair_eb_io_failure by David Sterba · 6 years ago
  32. 247462a btrfs: move tree block wait and write helpers to tree-log by David Sterba · 6 years ago
  33. 75391f0 btrfs: disk-io: Show the timing of corrupted tree block explicitly by Qu Wenruo · 6 years ago
  34. 6348905 btrfs: Always output error message when key/level verification fails by Qu Wenruo · 6 years ago
  35. 448de47 btrfs: Check the first key and level for cached extent buffer by Qu Wenruo · 6 years ago
  36. 537f38f btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails by Nikolay Borisov · 6 years ago
  37. 43eb5f2 btrfs: Introduce extent_io_tree::owner to distinguish different io_trees by Qu Wenruo · 6 years ago
  38. 7b43973 btrfs: switch extent_io_tree::track_uptodate to bool by David Sterba · 6 years ago
  39. c258d6e btrfs: Introduce fs_info to extent_io_tree by Qu Wenruo · 6 years ago
  40. c53839f btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block by Johannes Thumshirn · 6 years ago
  41. 2996e1f btrfs: factor our read/write stage off csum_tree_block into its callers by Johannes Thumshirn · 6 years ago
  42. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  43. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  44. ff09c4c btrfs: scrub: convert scrub_workers_refcnt to refcount_t by Anand Jain · 6 years ago
  45. 034f784 btrfs: replace cleaner_delayed_iput_mutex with a waitqueue by Josef Bacik · 6 years ago
  46. 8bead25 btrfs: open code now trivial btrfs_set_lock_blocking by David Sterba · 7 years ago
  47. 300aa89 btrfs: replace btrfs_set_lock_blocking_rw with appropriate helpers by David Sterba · 7 years ago
  48. 370a11b btrfs: qgroup: Introduce per-root swapped blocks infrastructure by Qu Wenruo · 6 years ago
  49. d2311e6 btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots by Qu Wenruo · 6 years ago
  50. fa781ce btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head by Josef Bacik · 6 years ago
  51. 3069bd2 btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock by Josef Bacik · 6 years ago
  52. b89f6d1 Btrfs: setup a nofs context for memory allocation at btrfs_create_tree() by Filipe Manana · 6 years ago
  53. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  54. fd340d0 btrfs: wakeup cleaner thread when adding delayed iput by Josef Bacik · 6 years ago
  55. 74d5d22 btrfs: wait on ordered extents on abort cleanup by Josef Bacik · 6 years ago
  56. 31890da btrfs: handle delayed ref head accounting cleanup in abort by Josef Bacik · 6 years ago
  57. 52042d8 btrfs: Fix typos in comments and strings by Andrea Gelmini · 6 years ago
  58. ba2c4d4 btrfs: introduce delayed_refs_rsv by Josef Bacik · 6 years ago
  59. 53176dd btrfs: dev-replace: remove custom read/write blocking scheme by David Sterba · 7 years ago
  60. 129827e btrfs: dev-replace: swich locking to rw semaphore by David Sterba · 7 years ago
  61. d2e174d btrfs: document extent mapping assumptions in checksum by Johannes Thumshirn · 6 years ago
  62. 78e62c0 btrfs: Remove extent_io_ops::readpage_io_failed_hook by Nikolay Borisov · 6 years ago
  63. 06ea01b btrfs: merge btrfs_submit_bio_done to its caller by David Sterba · 6 years ago
  64. 0e6ec38 Btrfs: allow clear_extent_dirty() to receive a cached extent state record by Filipe Manana · 6 years ago
  65. fbc6fea btrfs: Add handling for disk split-brain scenario during fsid change by Nikolay Borisov · 6 years ago
  66. de37aa5 btrfs: Remove fsid/metadata_fsid fields from btrfs_info by Nikolay Borisov · 6 years ago
  67. 7239ff4 btrfs: Introduce support for FSID change without metadata rewrite by Nikolay Borisov · 6 years ago
  68. eede2bf Btrfs: prevent ioctls from interfering with a swap file by Omar Sandoval · 8 years ago
  69. f8397d6 btrfs: Always try all copies when reading extent buffers by Nikolay Borisov · 6 years ago
  70. d6fd0ae Btrfs: fix missing delayed iputs on unmount by Omar Sandoval · 6 years ago
  71. fcd5e74 btrfs: fix pinned underflow after transaction aborted by Lu Fengqi · 6 years ago
  72. e187831 btrfs: assert on non-empty delayed iputs by Josef Bacik · 6 years ago
  73. 7f8d236 btrfs: dev-replace: move replace members out of fs_info by David Sterba · 7 years ago
  74. 3280f87 btrfs: remove btrfs_dev_replace::read_locks by David Sterba · 6 years ago
  75. e3d0396 Btrfs: delayed-refs: use rb_first_cached for ref_tree by Liu Bo · 6 years ago
  76. 5c9d028 Btrfs: delayed-refs: use rb_first_cached for href_root by Liu Bo · 6 years ago
  77. 4fd786e btrfs: Remove 'objectid' member from struct btrfs_root by Misono Tomohiro · 6 years ago
  78. 8ecebf4d Btrfs: fix unexpected failure of nocow buffered writes after snapshotting when low on space by Robbie Ko · 6 years ago
  79. cf90d88 btrfs: Introduce mount time chunk <-> dev extent mapping check by Qu Wenruo · 6 years ago
  80. 84db5cc btrfs: merge free_fs_root helpers by David Sterba · 6 years ago
  81. e9539cf btrfs: dev-replace: remove unused members of btrfs_dev_replace by David Sterba · 6 years ago
  82. e17385c btrfs: remove unused member btrfs_root::name by David Sterba · 6 years ago
  83. 5cdc84b btrfs: drop extent_io_ops::set_range_writeback callback by David Sterba · 6 years ago
  84. 00032d3 btrfs: drop extent_io_ops::merge_bio_hook callback by David Sterba · 6 years ago
  85. 05912a3 btrfs: drop extent_io_ops::tree_fs_info callback by David Sterba · 6 years ago
  86. e288c08 btrfs: unify end_io callbacks of async_submit_bio by David Sterba · 6 years ago
  87. d7cbfaf btrfs: remove unused member async_submit_bio::bio_flags by David Sterba · 6 years ago
  88. d7e8555 btrfs: remove unused member async_submit_bio::fs_info by David Sterba · 6 years ago
  89. b0132a3 btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_UNMAPPED by Nikolay Borisov · 7 years ago
  90. d814a49 btrfs: use correct compare function of dirty_metadata_bytes by Ethan Lien · 7 years ago
  91. d7f663f btrfs: prune unused includes by David Sterba · 7 years ago
  92. 3ffbd68 btrfs: simplify pointer chasing of local fs_info variables by David Sterba · 7 years ago
  93. 893bf4b btrfs: print more details when checking tree block finds a problem by Su Yue · 7 years ago
  94. afd4851 btrfs: use monotonic time for transaction handling by Arnd Bergmann · 7 years ago
  95. bc877d2 btrfs: Deduplicate extent_buffer init code by Nikolay Borisov · 7 years ago
  96. a944442 btrfs: replace get_seconds with new 64bit time API by Allen Pais · 7 years ago
  97. ff76a86 Btrfs: add parent_transid parameter to veirfy_level_key by Liu Bo · 7 years ago
  98. a575cee Btrfs: get rid of unused orphan infrastructure by Omar Sandoval · 7 years ago
  99. 75cb857 btrfs: Do super block verification before writing it to disk by Qu Wenruo · 7 years ago
  100. 069ec95 btrfs: Refactor btrfs_check_super_valid by Qu Wenruo · 7 years ago