1. 0ceb34b btrfs: drop argument tree from submit_extent_page by David Sterba · 5 years ago
  2. 45b0840 btrfs: remove extent_page_data::tree by David Sterba · 5 years ago
  3. 41a2ee7 btrfs: introduce per-inode file extent tree by Josef Bacik · 5 years ago
  4. 5ab5805 btrfs: drop the -EBUSY case in __extent_writepage_io by Josef Bacik · 5 years ago
  5. 5750c37 btrfs: Correctly handle empty trees in find_first_clear_extent_bit by Nikolay Borisov · 5 years ago
  6. 42ffb0b btrfs: flush write bio if we loop in extent_write_cache_pages by Josef Bacik · 5 years ago
  7. 556755a btrfs: fix improper setting of scanned for range cyclic write cache pages by Josef Bacik · 5 years ago
  8. c8b0403 btrfs: simplify compressed/inline check in __extent_writepage_io() by Omar Sandoval · 5 years ago
  9. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  10. f95d713 btrfs: remove redundant i_size check in __extent_writepage_io() by Omar Sandoval · 5 years ago
  11. 169d2c8 btrfs: remove trivial goto label in __extent_writepage() by Omar Sandoval · 5 years ago
  12. eb70d22 btrfs: remove unnecessary pg_offset assignments in __extent_writepage() by Omar Sandoval · 5 years ago
  13. b6293c8 btrfs: return error pointer from alloc_test_extent_buffer by Dan Carpenter · 5 years ago
  14. fa17ed0 btrfs: drop bdev argument from submit_extent_page by David Sterba · 5 years ago
  15. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  16. 1a41802 btrfs: drop bio_set_dev where not needed by David Sterba · 5 years ago
  17. 429aebc btrfs: get bdev directly from fs_devices in submit_extent_page by David Sterba · 5 years ago
  18. 57e5ffe btrfs: sink write_flags to __extent_writepage_io by David Sterba · 5 years ago
  19. f7bddf1 btrfs: Avoid getting stuck during cyclic writebacks by Tejun Heo · 5 years ago
  20. dbb70be Btrfs: extent_write_locked_range() should attach inode->i_wb by Chris Mason · 5 years ago
  21. ec39f76 Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios by Chris Mason · 5 years ago
  22. 1d53c9e Btrfs: only associate the locked page with one async_chunk struct by Chris Mason · 5 years ago
  23. b3f167a btrfs: move the failrec tree stuff into extent-io-tree.h by Josef Bacik · 5 years ago
  24. 083e75e btrfs: export find_delalloc_range by Josef Bacik · 5 years ago
  25. 9c7d3a5 btrfs: move extent_io_tree defs to their own header by Josef Bacik · 5 years ago
  26. 6f0d04f btrfs: separate out the extent io init function by Josef Bacik · 5 years ago
  27. 33ca832 btrfs: separate out the extent leak code by Josef Bacik · 5 years ago
  28. bb48a59 Merge tag 'for-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  29. 0607eb1d Btrfs: fix missing error return if writeback for extent buffer never started by Filipe Manana · 5 years ago
  30. eb5b64f btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer by Dennis Zhou · 5 years ago
  31. 7d14df2 Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  32. 1b304a1 Merge tag 'for-5.3-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  33. 18dfa71 Btrfs: fix unwritten extent buffers and hangs on future writeback attempts by Filipe Manana · 5 years ago
  34. e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
  35. 74e9194 btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc by Nikolay Borisov · 5 years ago
  36. a18f877 Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 5 years ago
  37. 34e51a5 blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() by Tejun Heo · 6 years ago
  38. e02d48e btrfs: fix memory leak of path on error return path by Colin Ian King · 6 years ago
  39. 9978059 btrfs: Evaluate io_tree in find_lock_delalloc_range() by Goldwyn Rodrigues · 6 years ago
  40. e749af44 btrfs: lift bio_set_dev from bio allocation helpers by David Sterba · 6 years ago
  41. 2792237 btrfs: use common helpers for extent IO state insertion messages by David Sterba · 6 years ago
  42. 00801ae btrfs: switch extent_buffer write_locks from atomic to int by David Sterba · 6 years ago
  43. f3dc24c btrfs: switch extent_buffer spinning_writers from atomic to int by David Sterba · 6 years ago
  44. 06297d8 btrfs: switch extent_buffer blocking_writers from atomic to int by David Sterba · 6 years ago
  45. 8666e63 btrfs: Document __etree_search by Nikolay Borisov · 6 years ago
  46. 1eaebb3 btrfs: Don't trim returned range based on input value in find_first_clear_extent_bit by Nikolay Borisov · 6 years ago
  47. 23d31bd btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  48. 1200b51 btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() fails by Qu Wenruo · 6 years ago
  49. 5911c8f btrfs: fiemap: preallocate ulists for btrfs_check_shared by David Sterba · 6 years ago
  50. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  51. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  52. 5c5aff9 btrfs: remove unused parameter fs_info from emit_last_fiemap_cache by David Sterba · 6 years ago
  53. 50489a5 btrfs: Remove bio_offset argument from submit_bio_hook by Nikolay Borisov · 6 years ago
  54. c2ccfbc btrfs: Remove 'tree' argument from read_extent_buffer_pages by Nikolay Borisov · 6 years ago
  55. 45bfcfc btrfs: Implement find_first_clear_extent_bit by Nikolay Borisov · 6 years ago
  56. 4ca7365 btrfs: Implement set_extent_bits_nowait by Nikolay Borisov · 6 years ago
  57. 41e7acd btrfs: Rename and export clear_btree_io_tree by Nikolay Borisov · 6 years ago
  58. 8f881e8 btrfs: get fs_info from eb in leaf_data_end by David Sterba · 6 years ago
  59. 0ab0206 btrfs: get fs_info from eb in write_one_eb by David Sterba · 6 years ago
  60. 20a1fbf9 btrfs: get fs_info from eb in repair_eb_io_failure by David Sterba · 6 years ago
  61. 9df76fb btrfs: get fs_info from eb in lock_extent_buffer_for_io by David Sterba · 6 years ago
  62. 290342f btrfs: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 6 years ago
  63. d4eb671 btrfs: remove stale definition of BUFFER_LRU_MAX by David Sterba · 6 years ago
  64. a2a72fb btrfs: extent_io: Handle errors better in extent_writepages() by Qu Wenruo · 6 years ago
  65. 2e3c251 btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io() by Qu Wenruo · 6 years ago
  66. 02c6db4 btrfs: extent_io: Handle errors better in extent_write_locked_range() by Qu Wenruo · 6 years ago
  67. e06808be btrfs: extent_io: Kill dead condition in extent_write_cache_pages() by Qu Wenruo · 6 years ago
  68. 2b952ee btrfs: extent_io: Handle errors better in btree_write_cache_pages() by Qu Wenruo · 6 years ago
  69. 3065976 btrfs: extent_io: Handle errors better in extent_write_full_page() by Qu Wenruo · 6 years ago
  70. f434062 btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up by Qu Wenruo · 6 years ago
  71. d51f51b btrfs: Remove unused -EIO assignment in end_bio_extent_readpage by Nikolay Borisov · 6 years ago
  72. e65ef21 btrfs: Exploit the fact that pages passed to extent_readpages are always contiguous by Nikolay Borisov · 6 years ago
  73. ed1b4ed btrfs: switch extent_buffer::lock_nested to bool by David Sterba · 6 years ago
  74. c79adfc btrfs: use assertion helpers for extent buffer write lock counters by David Sterba · 6 years ago
  75. 5c9c799 btrfs: use assertion helpers for extent buffer read lock counters by David Sterba · 6 years ago
  76. afd495a btrfs: use assertion helpers for spinning readers by David Sterba · 6 years ago
  77. 843ccf9 btrfs: use assertion helpers for spinning writers by David Sterba · 6 years ago
  78. 8882679 btrfs: Remove EXTENT_IOBITS by Nikolay Borisov · 6 years ago
  79. 4e586ca btrfs: Remove EXTENT_WRITEBACK by Nikolay Borisov · 6 years ago
  80. a1d1984 btrfs: tracepoints: Add trace events for extent_io_tree by Qu Wenruo · 6 years ago
  81. 43eb5f2 btrfs: Introduce extent_io_tree::owner to distinguish different io_trees by Qu Wenruo · 6 years ago
  82. c258d6e btrfs: Introduce fs_info to extent_io_tree by Qu Wenruo · 6 years ago
  83. 92825b0 Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  84. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  85. 8e92821 Btrfs: fix corruption reading shared and compressed extents after hole punching by Filipe Manana · 6 years ago
  86. bb58eb9 btrfs: extent_io: Kill the forward declaration of flush_write_bio by Qu Wenruo · 6 years ago
  87. 352646c btrfs: Fix grossly misleading argument names in extent io search by Nikolay Borisov · 6 years ago
  88. ba8f520 btrfs: Remove EXTENT_FIRST_DELALLOC bit by Nikolay Borisov · 6 years ago
  89. 4ab47a8 btrfs: Remove unused arguments from btrfs_get_extent_fiemap by Nikolay Borisov · 6 years ago
  90. 6dc4f10 block: allow bio_for_each_segment_all() to iterate over multi-page bvec by Ming Lei · 6 years ago
  91. c3a7ce7 btrfs: use mp_bvec_last_segment to get bio's last page by Ming Lei · 6 years ago
  92. 8a2ee44 btrfs: look at bi_size for repair decisions by Christoph Hellwig · 6 years ago
  93. f86196e fs: don't open code lru_to_page() by Nikolay Borisov · 6 years ago
  94. 52042d8 btrfs: Fix typos in comments and strings by Andrea Gelmini · 6 years ago
  95. 61ed3a1 btrfs: Refactor main loop in extent_readpages by Nikolay Borisov · 6 years ago
  96. 7073017 btrfs: use offset_in_page instead of open-coding it by Johannes Thumshirn · 6 years ago
  97. 3522e90 btrfs: remove always true if branch in find_delalloc_range by Lu Fengqi · 6 years ago
  98. da12fe5 btrfs: Refactor btrfs_merge_bio_hook by Nikolay Borisov · 6 years ago
  99. cc2c39d btrfs: don't initialize 'offset' in map_private_extent_buffer() by Johannes Thumshirn · 6 years ago
  100. 78e62c0 btrfs: Remove extent_io_ops::readpage_io_failed_hook by Nikolay Borisov · 6 years ago