1. a48b73e btrfs: fix potential deadlock in the search ioctl by Josef Bacik · 4 years, 5 months ago
  2. 5e548b3 btrfs: do not set the full sync flag on the inode during page release by Filipe Manana · 4 years, 6 months ago
  3. fbc2bd7 btrfs: release old extent maps during page release by Filipe Manana · 4 years, 6 months ago
  4. 3d6448e btrfs: fix race between page release and a fast fsync by Filipe Manana · 4 years, 6 months ago
  5. fbabd4a btrfs: return EROFS for BTRFS_FS_STATE_ERROR cases by Josef Bacik · 4 years, 6 months ago
  6. b69d1ee btrfs: remove done label in writepage_delalloc by Nikolay Borisov · 4 years, 6 months ago
  7. 3526302 btrfs: streamline btrfs_get_io_failure_record logic by Nikolay Borisov · 4 years, 7 months ago
  8. 2279a27 btrfs: make get_state_failrec return failrec directly by Nikolay Borisov · 4 years, 7 months ago
  9. cd4c0bf94 btrfs: make writepage_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  10. d4580fe btrfs: make __extent_writepage_io take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  11. 98456b9 btrfs: make btrfs_run_delalloc_range take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  12. bab16e2 btrfs: don't use UAPI types for fiemap callback by David Sterba · 4 years, 7 months ago
  13. ad7ff17 btrfs: make extent_clear_unlock_delalloc take btrfs_inode by Nikolay Borisov · 4 years, 8 months ago
  14. 0669704 Merge tag 'for-5.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into master by Linus Torvalds · 4 years, 6 months ago
  15. 5909ca1 btrfs: fix page leaks after failure to lock page for delalloc by Robbie Ko · 4 years, 6 months ago
  16. aa27b32 Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
  17. 6bf9cd2 btrfs: fix fatal extent_buffer readahead vs releasepage race by Boris Burkov · 4 years, 7 months ago
  18. f3cdc8a Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 8 months ago
  19. d1b89bc btrfs: use attach/detach_page_private by Guoqing Jiang · 4 years, 8 months ago
  20. ba206a0 btrfs: convert from readpages to readahead by Matthew Wilcox (Oracle) · 4 years, 8 months ago
  21. c60ac0f btrfs: drop unnecessary offset_in_page in extent buffer helpers by David Sterba · 4 years, 9 months ago
  22. 2b48966 btrfs: constify extent_buffer in the API functions by David Sterba · 4 years, 9 months ago
  23. db3756c btrfs: remove unused map_private_extent_buffer by David Sterba · 4 years, 9 months ago
  24. 77d5d68 btrfs: unify buffered and direct I/O read repair by Omar Sandoval · 4 years, 9 months ago
  25. fd9d667 btrfs: simplify direct I/O read repair by Omar Sandoval · 4 years, 9 months ago
  26. ce06d3e btrfs: make btrfs_check_repairable() static by Omar Sandoval · 4 years, 9 months ago
  27. f337bd7 btrfs: don't do repair validation for checksum errors by Omar Sandoval · 4 years, 9 months ago
  28. c733397 btrfs: look at full bi_io_vec for repair decision by Omar Sandoval · 4 years, 9 months ago
  29. 8c38938 btrfs: move the root freeing stuff into btrfs_put_root by Josef Bacik · 5 years ago
  30. 3fd6372 btrfs: make the extent buffer leak check per fs info by Josef Bacik · 5 years ago
  31. b3ff8f1 btrfs: Don't submit any btree write bio if the fs has errors by Qu Wenruo · 5 years ago
  32. 5ce48d0 btrfs: Add missing lock annotation for release_extent_buffer() by Jules Irenge · 5 years ago
  33. 55ffaab Btrfs: avoid unnecessary splits when setting bits on an extent io tree by Filipe Manana · 5 years ago
  34. f657a31 btrfs: sink argument tree to __do_readpage by David Sterba · 5 years ago
  35. b6660e8 btrfs: sink arugment tree to contiguous_readpages by David Sterba · 5 years ago
  36. 0d44fea btrfs: sink argument tree to __extent_read_full_page by David Sterba · 5 years ago
  37. 71ad38b btrfs: sink argument tree to extent_read_full_page by David Sterba · 5 years ago
  38. b272ae2 btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range by David Sterba · 5 years ago
  39. ae6957e btrfs: add assertions for tree == inode->io_tree to extent IO helpers by David Sterba · 5 years ago
  40. 0ceb34b btrfs: drop argument tree from submit_extent_page by David Sterba · 5 years ago
  41. 45b0840 btrfs: remove extent_page_data::tree by David Sterba · 5 years ago
  42. 41a2ee7 btrfs: introduce per-inode file extent tree by Josef Bacik · 5 years ago
  43. 5ab5805 btrfs: drop the -EBUSY case in __extent_writepage_io by Josef Bacik · 5 years ago
  44. 5750c37 btrfs: Correctly handle empty trees in find_first_clear_extent_bit by Nikolay Borisov · 5 years ago
  45. 42ffb0b btrfs: flush write bio if we loop in extent_write_cache_pages by Josef Bacik · 5 years ago
  46. 556755a btrfs: fix improper setting of scanned for range cyclic write cache pages by Josef Bacik · 5 years ago
  47. c8b0403 btrfs: simplify compressed/inline check in __extent_writepage_io() by Omar Sandoval · 5 years ago
  48. 39b07b5 btrfs: drop create parameter to btrfs_get_extent() by Omar Sandoval · 5 years ago
  49. f95d713 btrfs: remove redundant i_size check in __extent_writepage_io() by Omar Sandoval · 5 years ago
  50. 169d2c8 btrfs: remove trivial goto label in __extent_writepage() by Omar Sandoval · 5 years ago
  51. eb70d22 btrfs: remove unnecessary pg_offset assignments in __extent_writepage() by Omar Sandoval · 5 years ago
  52. b6293c8 btrfs: return error pointer from alloc_test_extent_buffer by Dan Carpenter · 5 years ago
  53. fa17ed0 btrfs: drop bdev argument from submit_extent_page by David Sterba · 5 years ago
  54. a019e9e btrfs: remove extent_map::bdev by David Sterba · 5 years ago
  55. 1a41802 btrfs: drop bio_set_dev where not needed by David Sterba · 5 years ago
  56. 429aebc btrfs: get bdev directly from fs_devices in submit_extent_page by David Sterba · 5 years ago
  57. 57e5ffe btrfs: sink write_flags to __extent_writepage_io by David Sterba · 5 years ago
  58. f7bddf1 btrfs: Avoid getting stuck during cyclic writebacks by Tejun Heo · 5 years ago
  59. dbb70be Btrfs: extent_write_locked_range() should attach inode->i_wb by Chris Mason · 6 years ago
  60. ec39f76 Btrfs: use REQ_CGROUP_PUNT for worker thread submitted bios by Chris Mason · 6 years ago
  61. 1d53c9e Btrfs: only associate the locked page with one async_chunk struct by Chris Mason · 6 years ago
  62. b3f167a btrfs: move the failrec tree stuff into extent-io-tree.h by Josef Bacik · 5 years ago
  63. 083e75e btrfs: export find_delalloc_range by Josef Bacik · 5 years ago
  64. 9c7d3a5 btrfs: move extent_io_tree defs to their own header by Josef Bacik · 5 years ago
  65. 6f0d04f btrfs: separate out the extent io init function by Josef Bacik · 5 years ago
  66. 33ca832 btrfs: separate out the extent leak code by Josef Bacik · 5 years ago
  67. 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
  68. 0607eb1d Btrfs: fix missing error return if writeback for extent buffer never started by Filipe Manana · 5 years ago
  69. eb5b64f btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer by Dennis Zhou · 5 years ago
  70. 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
  71. 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
  72. 18dfa71 Btrfs: fix unwritten extent buffers and hangs on future writeback attempts by Filipe Manana · 5 years ago
  73. e182163 btrfs: stop clearing EXTENT_DIRTY in inode I/O tree by Omar Sandoval · 5 years ago
  74. 74e9194 btrfs: Remove delalloc_end argument from extent_clear_unlock_delalloc by Nikolay Borisov · 6 years ago
  75. a18f877 Merge tag 'for-5.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  76. 34e51a5 blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() by Tejun Heo · 6 years ago
  77. e02d48e btrfs: fix memory leak of path on error return path by Colin Ian King · 6 years ago
  78. 9978059 btrfs: Evaluate io_tree in find_lock_delalloc_range() by Goldwyn Rodrigues · 6 years ago
  79. e749af44 btrfs: lift bio_set_dev from bio allocation helpers by David Sterba · 6 years ago
  80. 2792237 btrfs: use common helpers for extent IO state insertion messages by David Sterba · 6 years ago
  81. 00801ae btrfs: switch extent_buffer write_locks from atomic to int by David Sterba · 6 years ago
  82. f3dc24c btrfs: switch extent_buffer spinning_writers from atomic to int by David Sterba · 6 years ago
  83. 06297d8 btrfs: switch extent_buffer blocking_writers from atomic to int by David Sterba · 6 years ago
  84. 8666e63 btrfs: Document __etree_search by Nikolay Borisov · 6 years ago
  85. 1eaebb3 btrfs: Don't trim returned range based on input value in find_first_clear_extent_bit by Nikolay Borisov · 6 years ago
  86. 23d31bd btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range by Nikolay Borisov · 6 years ago
  87. 1200b51 btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() fails by Qu Wenruo · 6 years ago
  88. 5911c8f btrfs: fiemap: preallocate ulists for btrfs_check_shared by David Sterba · 6 years ago
  89. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  90. 2b070cf block: remove the i argument to bio_for_each_segment_all by Christoph Hellwig · 6 years ago
  91. 5c5aff9 btrfs: remove unused parameter fs_info from emit_last_fiemap_cache by David Sterba · 6 years ago
  92. 50489a5 btrfs: Remove bio_offset argument from submit_bio_hook by Nikolay Borisov · 6 years ago
  93. c2ccfbc btrfs: Remove 'tree' argument from read_extent_buffer_pages by Nikolay Borisov · 6 years ago
  94. 45bfcfc btrfs: Implement find_first_clear_extent_bit by Nikolay Borisov · 6 years ago
  95. 4ca7365 btrfs: Implement set_extent_bits_nowait by Nikolay Borisov · 6 years ago
  96. 41e7acd btrfs: Rename and export clear_btree_io_tree by Nikolay Borisov · 6 years ago
  97. 8f881e8 btrfs: get fs_info from eb in leaf_data_end by David Sterba · 6 years ago
  98. 0ab0206 btrfs: get fs_info from eb in write_one_eb by David Sterba · 6 years ago
  99. 20a1fbf9 btrfs: get fs_info from eb in repair_eb_io_failure by David Sterba · 6 years ago
  100. 9df76fb btrfs: get fs_info from eb in lock_extent_buffer_for_io by David Sterba · 6 years ago