1. 0a4ee51 mm: remove cleancache by Christoph Hellwig · 3 years ago
  2. be8d1a2 btrfs: fix argument list that the kdoc format and script verified by Yang Li · 3 years ago
  3. f26c923 btrfs: remove reada infrastructure by Qu Wenruo · 3 years ago
  4. 7367271 btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zoned by Johannes Thumshirn · 3 years, 1 month ago
  5. 554aed7 btrfs: zoned: sink zone check into btrfs_repair_one_zone by Johannes Thumshirn · 3 years, 1 month ago
  6. 869f4cd btrfs: zoned: encapsulate inode locking for zoned relocation by Johannes Thumshirn · 3 years, 1 month ago
  7. 83f1b68 btrfs: remove unnecessary @nr_written parameters by Qu Wenruo · 3 years, 2 months ago
  8. 651740a btrfs: check WRITE_ERR when trying to read an extent buffer by Josef Bacik · 3 years ago
  9. 68b8558 btrfs: call mapping_set_error() on btree inode with a write error by Josef Bacik · 3 years, 1 month ago
  10. c2e3930 btrfs: clear extent buffer uptodate when we fail to write it by Josef Bacik · 3 years, 1 month ago
  11. f4f39fc btrfs: remove btrfs_bio::logical member by Qu Wenruo · 3 years, 3 months ago
  12. 8496153 btrfs: add a BTRFS_FS_ERROR helper by Josef Bacik · 3 years, 3 months ago
  13. 2749f7e btrfs: subpage: avoid potential deadlock with compression and delalloc by Qu Wenruo · 3 years, 3 months ago
  14. e55a0de btrfs: rework page locking in __extent_writepage() by Qu Wenruo · 3 years, 3 months ago
  15. 66448b9 btrfs: subpage: make extent_write_locked_range() compatible by Qu Wenruo · 3 years, 3 months ago
  16. 2bd0fc9 btrfs: cleanup for extent_write_locked_range() by Qu Wenruo · 3 years, 3 months ago
  17. 6a40491 btrfs: subpage: make add_ra_bio_pages() compatible by Qu Wenruo · 3 years, 3 months ago
  18. cf3075f btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc() by Qu Wenruo · 3 years, 3 months ago
  19. c3a3b19 btrfs: rename struct btrfs_io_bio to btrfs_bio by Qu Wenruo · 3 years, 3 months ago
  20. cd8e0cc btrfs: remove btrfs_bio_alloc() helper by Qu Wenruo · 3 years, 3 months ago
  21. 4c66461 btrfs: rename btrfs_bio to btrfs_io_context by Qu Wenruo · 3 years, 3 months ago
  22. 35156d8 btrfs: zoned: only allow one process to add pages to a relocation inode by Johannes Thumshirn · 3 years, 4 months ago
  23. 38d5e54 btrfs: unexport repair_io_failure() by Qu Wenruo · 3 years, 4 months ago
  24. d24fa5c btrfs: convert latest_bdev type to btrfs_device and rename by Anand Jain · 3 years, 4 months ago
  25. be1a1d7 btrfs: zoned: finish fully written block group by Naohiro Aota · 3 years, 4 months ago
  26. 72a69cd btrfs: subpage: pack all subpage bitmaps into a larger bitmap by Qu Wenruo · 3 years, 4 months ago
  27. 651fb41 btrfs: subpage: make btrfs_alloc_subpage() return btrfs_subpage directly by Qu Wenruo · 3 years, 4 months ago
  28. fdf250d btrfs: subpage: only call btrfs_alloc_subpage() when sectorsize is smaller than PAGE_SIZE by Qu Wenruo · 3 years, 4 months ago
  29. 939c7fe btrfs: zoned: fix ordered extent boundary calculation by Naohiro Aota · 3 years, 5 months ago
  30. 1460540 btrfs: initial fsverity support by Boris Burkov · 3 years, 6 months ago
  31. 7361b4a btrfs: remove the dead comment in writepage_delalloc() by Qu Wenruo · 3 years, 5 months ago
  32. 21dda65 btrfs: fix argument type of btrfs_bio_clone_partial() by Chaitanya Kulkarni · 3 years, 5 months ago
  33. 963e4db btrfs: unify regular and subpage error paths in __extent_writepage() by Qu Wenruo · 3 years, 5 months ago
  34. e0eefe0 btrfs: subpage: allow submit_extent_page() to do bio split by Qu Wenruo · 3 years, 5 months ago
  35. cc1d0d9 btrfs: subpage: fix writeback which does not have ordered extent by Qu Wenruo · 3 years, 5 months ago
  36. 4c37a79 btrfs: reset this_bio_flag to avoid inheriting old flags by Qu Wenruo · 3 years, 5 months ago
  37. 25c1252 btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered by David Sterba · 3 years, 5 months ago
  38. a129ffb btrfs: remove unused start and end parameters from btrfs_run_delalloc_range() by Qu Wenruo · 3 years, 5 months ago
  39. 5a80d1c btrfs: zoned: remove max_zone_append_size logic by Johannes Thumshirn · 3 years, 6 months ago
  40. 3d078ef btrfs: subpage: fix a rare race between metadata endio and eb freeing by Qu Wenruo · 3 years, 7 months ago
  41. c5ef5c6 btrfs: make __extent_writepage_io() only submit dirty range for subpage by Qu Wenruo · 3 years, 7 months ago
  42. d2a9106 btrfs: make btrfs_set_range_writeback() subpage compatible by Qu Wenruo · 3 years, 7 months ago
  43. a33a8e9 btrfs: update locked page dirty/writeback/error bits in __process_pages_contig by Qu Wenruo · 3 years, 7 months ago
  44. b945a46 btrfs: make page Ordered bit to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  45. 1e1de38 btrfs: make process_one_page() to handle subpage locking by Qu Wenruo · 3 years, 7 months ago
  46. 9047e31 btrfs: make end_bio_extent_writepage() to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  47. e38992b btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback status by Qu Wenruo · 3 years, 7 months ago
  48. 321a02d btrfs: only require sector size alignment for end_bio_extent_writepage() by Qu Wenruo · 3 years, 7 months ago
  49. ed8f13b btrfs: refactor page status update into process_one_page() by Qu Wenruo · 3 years, 7 months ago
  50. 98af9ab btrfs: pass bytenr directly to __process_pages_contig() by Qu Wenruo · 3 years, 7 months ago
  51. f57ad93 btrfs: rename PagePrivate2 to PageOrdered inside btrfs by Qu Wenruo · 3 years, 9 months ago
  52. 38a39ac7 btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() by Qu Wenruo · 3 years, 9 months ago
  53. fa04c16 btrfs: make subpage metadata write path call its own endio functions by Qu Wenruo · 3 years, 8 months ago
  54. 390ed29 btrfs: refactor submit_extent_page() to make bio and its flag tracing easier by Qu Wenruo · 3 years, 9 months ago
  55. 24880be5 btrfs: clean up header members offsets in write helpers by David Sterba · 4 years, 3 months ago
  56. e7ff9e6 btrfs: zoned: factor out zoned device lookup by Johannes Thumshirn · 3 years, 7 months ago
  57. 1245835 btrfs: remove io_failure_record::in_validation by Qu Wenruo · 3 years, 8 months ago
  58. 150e4b0 btrfs: submit read time repair only for each corrupted sector by Qu Wenruo · 3 years, 8 months ago
  59. dc56219 btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage() by Goldwyn Rodrigues · 3 years, 9 months ago
  60. 45af60e Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
  61. e380adf btrfs: zoned: pass start block to btrfs_use_zone_append by Johannes Thumshirn · 3 years, 7 months ago
  62. 8ac91e6 Merge tag 'for-5.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
  63. 15c7745 btrfs: return whole extents in fiemap by Boris Burkov · 3 years, 9 months ago
  64. d048b9c btrfs: use memzero_page() instead of open coded kmap pattern by Ira Weiny · 3 years, 8 months ago
  65. e9306ad btrfs: more graceful errors/warnings on 32bit systems when reaching limits by Qu Wenruo · 3 years, 10 months ago
  66. c4aec29 btrfs: introduce submit_eb_subpage() to submit a subpage metadata page by Qu Wenruo · 3 years, 9 months ago
  67. f3156df btrfs: make lock_extent_buffer_for_io() to be subpage compatible by Qu Wenruo · 3 years, 9 months ago
  68. 35b6ddf btrfs: introduce write_one_subpage_eb() function by Qu Wenruo · 3 years, 9 months ago
  69. 2f3186d btrfs: introduce end_bio_subpage_eb_writepage() function by Qu Wenruo · 3 years, 9 months ago
  70. 32c0a6b btrfs: add and use readahead_batch_length by Matthew Wilcox (Oracle) · 3 years, 9 months ago
  71. 5a2c607 btrfs: make set_btree_ioerr accept extent buffer and be subpage compatible by Qu Wenruo · 3 years, 9 months ago
  72. 0d27797 btrfs: make set/clear_extent_buffer_dirty() subpage compatible by Qu Wenruo · 3 years, 9 months ago
  73. b8f9577 btrfs: support page uptodate assertions in subpage mode by Qu Wenruo · 3 years, 9 months ago
  74. 1e5eb3d btrfs: make alloc_extent_buffer() check subpage dirty bitmap by Qu Wenruo · 3 years, 9 months ago
  75. cea6280 btrfs: remove duplicated in_range() macro by Johannes Thumshirn · 3 years, 10 months ago
  76. 5e29576 btrfs: remove mirror argument from btrfs_csum_verify_data() by Goldwyn Rodrigues · 3 years, 10 months ago
  77. 81aa096 Merge tag 'for-5.12-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 9 months ago
  78. d9bb77d btrfs: subpage: fix wild pointer access during metadata read failure by Qu Wenruo · 3 years, 10 months ago
  79. d2dcc8e btrfs: fix wrong offset to zero out range beyond i_size by Qu Wenruo · 3 years, 10 months ago
  80. ce30708 Merge tag 'block-5.12-2021-03-12-v2' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  81. a8affc0 block: rename BIO_MAX_PAGES to BIO_MAX_VECS by Christoph Hellwig · 3 years, 10 months ago
  82. c28ea61 btrfs: subpage: fix the false data csum mismatch error by Qu Wenruo · 3 years, 10 months ago
  83. f7ef528 btrfs: zoned: relocate block group to repair IO failure in zoned filesystems by Naohiro Aota · 3 years, 11 months ago
  84. 0bc09ca btrfs: zoned: serialize metadata IO by Naohiro Aota · 3 years, 11 months ago
  85. d8e3fb1 btrfs: zoned: use ZONE_APPEND write for zoned mode by Naohiro Aota · 3 years, 11 months ago
  86. cacb2ce btrfs: zoned: check if bio spans across an ordered extent by Johannes Thumshirn · 3 years, 11 months ago
  87. e1326f0 btrfs: zoned: use bio_add_zone_append_page by Naohiro Aota · 3 years, 11 months ago
  88. 953651e btrfs: factor out helper adding a page to bio by Naohiro Aota · 3 years, 11 months ago
  89. d3575156 btrfs: zoned: redirty released extent buffers by Naohiro Aota · 3 years, 11 months ago
  90. 2c4d8cb btrfs: explain page locking and readahead in read_extent_buffer_pages() by Qu Wenruo · 4 years ago
  91. 92082d4 btrfs: integrate page status update for data read path into begin/end_page_read by Qu Wenruo · 3 years, 11 months ago
  92. 32443de btrfs: introduce btrfs_subpage for data inodes by Qu Wenruo · 4 years ago
  93. 4325cb2 btrfs: support subpage in endio_readpage_update_page_status() by Qu Wenruo · 4 years ago
  94. 4012daf btrfs: introduce read_extent_buffer_subpage() by Qu Wenruo · 4 years ago
  95. d1e86e3 btrfs: support subpage in try_release_extent_buffer() by Qu Wenruo · 4 years ago
  96. 92d83e9 btrfs: support subpage in btrfs_clone_extent_buffer by Qu Wenruo · 4 years ago
  97. 251f2ac btrfs: support subpage in set/clear_extent_buffer_uptodate() by Qu Wenruo · 4 years ago
  98. 09bc1f0 btrfs: attach private to dummy extent buffer pages by Qu Wenruo · 4 years ago
  99. 8ff8466 btrfs: support subpage for extent buffer page release by Qu Wenruo · 4 years ago
  100. 81982210 btrfs: make grab_extent_buffer_from_page() handle subpage case by Qu Wenruo · 4 years ago