1. ef67963 btrfs: drop logs when we've aborted a transaction by Josef Bacik · 4 years, 10 months ago
  2. c75e839 btrfs: kill the subvol_srcu by Josef Bacik · 5 years ago
  3. efc3453 btrfs: make btrfs_cleanup_fs_roots use the radix tree lock by Josef Bacik · 5 years ago
  4. 4785e24 btrfs: don't take an extra root ref at allocation time by Josef Bacik · 5 years ago
  5. dc9492c btrfs: hold a ref on the root on the dead roots list by Josef Bacik · 5 years ago
  6. 5c8fd99 btrfs: make inodes hold a ref on their roots by Josef Bacik · 5 years ago
  7. 8c38938 btrfs: move the root freeing stuff into btrfs_put_root by Josef Bacik · 5 years ago
  8. 0e996e7 btrfs: move ino_cache_inode dropping out of btrfs_free_fs_root by Josef Bacik · 5 years ago
  9. 3fd6372 btrfs: make the extent buffer leak check per fs info by Josef Bacik · 5 years ago
  10. c67b389 btrfs: return void from csum_tree_block by David Sterba · 4 years, 11 months ago
  11. e9be5a3 btrfs: simplify tree block checksumming loop by David Sterba · 4 years, 11 months ago
  12. f0cc2cd Btrfs: fix crash during unmount due to race with delayed inode workers by Filipe Manana · 4 years, 11 months ago
  13. 807fc79 btrfs: switch to use new generic UUID API by Andy Shevchenko · 5 years ago
  14. 15b6e8a btrfs: reduce pointer intdirections in btree_readpage_end_io_hook by David Sterba · 5 years ago
  15. b79ce3d btrfs: adjust delayed refs message level by David Sterba · 5 years ago
  16. c4ac754 btrfs: open code trivial helper btrfs_header_chunk_tree_uuid by David Sterba · 6 years ago
  17. 9a8658e btrfs: open code trivial helper btrfs_header_fsid by David Sterba · 6 years ago
  18. dcc3eb9 btrfs: convert snapshot/nocow exlcusion to drew lock by Nikolay Borisov · 5 years ago
  19. 75ec1db btrfs: set update the uuid generation as soon as possible by Josef Bacik · 5 years ago
  20. c94bec2 btrfs: bail out of uuid tree scanning if we're closing by Josef Bacik · 5 years ago
  21. 97f4dd0 btrfs: make btrfs_check_uuid_tree private to disk-io.c by Nikolay Borisov · 5 years ago
  22. 314b6dd btrfs: use bios instead of buffer_heads from super block writeout by Johannes Thumshirn · 5 years ago
  23. 8f32380 btrfs: use the page cache for super block reading by Johannes Thumshirn · 5 years ago
  24. fe119a6 btrfs: switch to per-transaction pinned extents by Nikolay Borisov · 5 years ago
  25. f603bb9 btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refs by Nikolay Borisov · 5 years ago
  26. 71ad38b btrfs: sink argument tree to extent_read_full_page by David Sterba · 5 years ago
  27. 0024652 btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root by Josef Bacik · 5 years ago
  28. bd647ce btrfs: add a leak check for roots by Josef Bacik · 5 years ago
  29. 8260edba btrfs: make the init of static elements in fs_info separate by Josef Bacik · 5 years ago
  30. ae18c37 btrfs: move fs_info init work into it's own helper function by Josef Bacik · 5 years ago
  31. 141386e btrfs: free more things in btrfs_free_fs_info by Josef Bacik · 5 years ago
  32. bc44d7c btrfs: push btrfs_grab_fs_root into btrfs_get_fs_root by Josef Bacik · 5 years ago
  33. 81f096e btrfs: use btrfs_put_fs_root to free roots always by Josef Bacik · 5 years ago
  34. 4c78e9f btrfs: hold a ref on the root in open_ctree by Josef Bacik · 5 years ago
  35. 0d4b046 btrfs: export and rename free_fs_info by Josef Bacik · 5 years ago
  36. af01d2e btrfs: hold a ref on fs roots while they're in the radix tree by Josef Bacik · 5 years ago
  37. a98db0f btrfs: make the fs root init functions static by Josef Bacik · 5 years ago
  38. 3619c94 btrfs: open code btrfs_read_fs_root_no_name by Josef Bacik · 5 years ago
  39. 83db2aad btrfs: remove btrfs_read_fs_root, not used anymore by Josef Bacik · 5 years ago
  40. 62a2c73 btrfs: export and use btrfs_read_tree_root for tree-log by Josef Bacik · 5 years ago
  41. f39e457 btrfs: move fs root init stuff into btrfs_init_fs_root by Josef Bacik · 5 years ago
  42. 96dfcb4 btrfs: push __setup_root into btrfs_alloc_root by Josef Bacik · 5 years ago
  43. 1e90315 btrfs: do not check delayed items are empty for single transaction cleanup by Josef Bacik · 5 years ago
  44. 315bf8e btrfs: reset fs_root to NULL on error in open_ctree by Josef Bacik · 5 years ago
  45. 81f7eb0 btrfs: destroy qgroup extent records on transaction abort by Jeff Mahoney · 5 years ago
  46. e8294f2 btrfs: print message when tree-log replay starts by David Sterba · 5 years ago
  47. 7227ff4 Btrfs: fix race between adding and putting tree mod seq elements and nodes by Filipe Manana · 5 years ago
  48. 4e19443 btrfs: free block groups after free'ing fs trees by Josef Bacik · 5 years ago
  49. b0643e5 btrfs: add the beginning of async discard, discard workqueue by Dennis Zhou · 5 years ago
  50. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  51. bc036bb btrfs: sysfs, merge btrfs_sysfs_add devices_kobj and fsid by Anand Jain · 5 years ago
  52. be2cf92 btrfs: sysfs, rename btrfs_sysfs_add_device() by Anand Jain · 5 years ago
  53. c6761a9 btrfs: sysfs, btrfs_sysfs_add_fsid() drop unused argument parent by Anand Jain · 5 years ago
  54. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  55. 32da5386 btrfs: rename btrfs_block_group_cache by David Sterba · 5 years ago
  56. 6ef108d btrfs: Streamline btrfs_fs_info::backup_root_index semantics by Nikolay Borisov · 5 years ago
  57. 4ac039a btrfs: Rename find_oldest_super_backup to init_backup_root_slot by Nikolay Borisov · 5 years ago
  58. 260eb11 btrfs: Remove unused next_root_backup function by Nikolay Borisov · 5 years ago
  59. 336a0d8 btrfs: Don't use objectid_mutex during mount by Nikolay Borisov · 5 years ago
  60. b8522a1 btrfs: Factor out tree roots initialization during mount by Nikolay Borisov · 5 years ago
  61. bd2336b btrfs: Add read_backup_root by Nikolay Borisov · 5 years ago
  62. fc2e4c5 btrfs: Remove newest_gen argument from find_oldest_super_backup by Nikolay Borisov · 5 years ago
  63. 01f0f9da btrfs: Cleanup and simplify find_newest_super_backup by Nikolay Borisov · 5 years ago
  64. 352ae07 btrfs: add blake2b to checksumming algorithms by David Sterba · 5 years ago
  65. b4e967b btrfs: add member for a specific checksum driver by David Sterba · 5 years ago
  66. 3831bf0 btrfs: add sha256 to checksumming algorithm by Johannes Thumshirn · 5 years ago
  67. 3951e7f btrfs: add xxhash64 to checksumming algorithms by Johannes Thumshirn · 5 years ago
  68. 4273eaf btrfs: use bool argument in free_root_pointers() by Anand Jain · 5 years ago
  69. 67439da btrfs: opencode extent_buffer_get by David Sterba · 5 years ago
  70. c06631b btrfs: Enhance error output for write time tree checker by Qu Wenruo · 5 years ago
  71. ec39f76 Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios by Chris Mason · 6 years ago
  72. ba8a9d0 Btrfs: delete the entire async bio submission framework by Chris Mason · 6 years ago
  73. 08635ba Btrfs: stop using btrfs_schedule_bio() by Chris Mason · 6 years ago
  74. b105e92 btrfs: add __cold attribute to more functions by David Sterba · 5 years ago
  75. 3296bf5 btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED by Qu Wenruo · 5 years ago
  76. a0cac0e btrfs: get rid of unique workqueue helper functions by Omar Sandoval · 5 years ago
  77. 9be490f btrfs: don't prematurely free work in end_workqueue_fn() by Omar Sandoval · 5 years ago
  78. 80ed454 btrfs: don't needlessly create extent-refs kernel thread by David Sterba · 5 years ago
  79. 62fdaa5 btrfs: Detect unbalanced tree with empty leaf before crashing btree operations by Qu Wenruo · 5 years ago
  80. 4f84bd7 btrfs: Make reada_tree_block_flagged private by Nikolay Borisov · 5 years ago
  81. aac0023 btrfs: move basic block_group definitions to their own header by Josef Bacik · 6 years ago
  82. d7cd4dd Btrfs: fix sysfs warning and missing raid sysfs directories by Filipe Manana · 5 years ago
  83. bfcea1c btrfs: free checksum hash on in close_ctree by Johannes Thumshirn · 6 years ago
  84. 9e96749 Btrfs: prevent send failures and crashes due to concurrent relocation by Filipe Manana · 6 years ago
  85. d517857 btrfs: directly call into crypto framework for checksumming by Johannes Thumshirn · 6 years ago
  86. 6d97c6e btrfs: add boilerplate code for directly including the crypto framework by Johannes Thumshirn · 6 years ago
  87. 51bce6c btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions by Johannes Thumshirn · 6 years ago
  88. 8dc3f22 btrfs: check for supported superblock checksum type before checksum validation by Johannes Thumshirn · 6 years ago
  89. e7e16f4 btrfs: add common checksum type validation by Johannes Thumshirn · 6 years ago
  90. 8c3e358 btrfs: use u8 for raid_array members by David Sterba · 6 years ago
  91. c8bf1b6 btrfs: remove mapping tree structures indirection by David Sterba · 6 years ago
  92. 9b4e675 btrfs: detect fast implementation of crc32c on all architectures by David Sterba · 6 years ago
  93. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  94. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  95. 4297ff8 btrfs: track DIO bytes in flight by Josef Bacik · 6 years ago
  96. 50489a5 btrfs: Remove bio_offset argument from submit_bio_hook by Nikolay Borisov · 6 years ago
  97. e68f2ee btrfs: Always pass 0 bio_offset for btree_submit_bio_start by Nikolay Borisov · 6 years ago
  98. c2ccfbc btrfs: Remove 'tree' argument from read_extent_buffer_pages by Nikolay Borisov · 6 years ago
  99. a56b1c7 btrfs: Change submit_bio_hook to taking an inode directly by Nikolay Borisov · 6 years ago
  100. 9b7a244 btrfs: get fs_info from trans in btrfs_create_tree by David Sterba · 6 years ago