1. 1a9fd41 btrfs: fix typos in comments by David Sterba · 3 years, 8 months ago
  2. c86bdc9 btrfs: remove a stale comment for btrfs_decompress_bio() by Qu Wenruo · 3 years, 7 months ago
  3. bb93000 btrfs: send: use list_move_tail instead of list_del/list_add_tail by Baokun Li · 3 years, 7 months ago
  4. b05fbcc btrfs: disable build on platforms having page size 256K by Christophe Leroy · 3 years, 7 months ago
  5. d8ac76c btrfs: send: fix invalid path for unlink operations after parent orphanization by Filipe Manana · 3 years, 7 months ago
  6. ae5d29d btrfs: inline wait_current_trans_commit_start in its caller by David Sterba · 3 years, 7 months ago
  7. 32cc4f8 btrfs: sink wait_for_unblock parameter to async commit by David Sterba · 3 years, 7 months ago
  8. bfaa324 btrfs: remove total_data_size variable in btrfs_batch_insert_items() by Nathan Chancellor · 3 years, 7 months ago
  9. 77d2553 btrfs: eliminate insert label in add_falloc_range by Nikolay Borisov · 3 years, 7 months ago
  10. 3d078ef btrfs: subpage: fix a rare race between metadata endio and eb freeing by Qu Wenruo · 3 years, 7 months ago
  11. bcd7745 btrfs: don't clear page extent mapped if we're not invalidating the full page by Qu Wenruo · 3 years, 7 months ago
  12. 0528476 btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range() by Qu Wenruo · 3 years, 7 months ago
  13. 3115deb btrfs: reflink: make copy_inline_to_page() to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  14. 2d8ec40 btrfs: make btrfs_page_mkwrite() to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  15. 6c9ac8b btrfs: make btrfs_truncate_block() to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  16. c5ef5c6 btrfs: make __extent_writepage_io() only submit dirty range for subpage by Qu Wenruo · 3 years, 7 months ago
  17. d2a9106 btrfs: make btrfs_set_range_writeback() subpage compatible by Qu Wenruo · 3 years, 7 months ago
  18. 4750af3 btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __process_pages_contig() by Qu Wenruo · 3 years, 7 months ago
  19. a33a8e9 btrfs: update locked page dirty/writeback/error bits in __process_pages_contig by Qu Wenruo · 3 years, 7 months ago
  20. b945a46 btrfs: make page Ordered bit to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  21. 6f17400 btrfs: introduce helpers for subpage ordered status by Qu Wenruo · 3 years, 7 months ago
  22. 1e1de38 btrfs: make process_one_page() to handle subpage locking by Qu Wenruo · 3 years, 7 months ago
  23. 9047e31 btrfs: make end_bio_extent_writepage() to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  24. e38992b btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback status by Qu Wenruo · 3 years, 7 months ago
  25. f02a85d btrfs: make btrfs_dirty_pages() to be subpage compatible by Qu Wenruo · 3 years, 7 months ago
  26. 321a02d btrfs: only require sector size alignment for end_bio_extent_writepage() by Qu Wenruo · 3 years, 7 months ago
  27. 60e2d25 btrfs: provide btrfs_page_clamp_*() helpers by Qu Wenruo · 3 years, 7 months ago
  28. ed8f13b btrfs: refactor page status update into process_one_page() by Qu Wenruo · 3 years, 7 months ago
  29. 98af9ab btrfs: pass bytenr directly to __process_pages_contig() by Qu Wenruo · 3 years, 7 months ago
  30. 968f256 btrfs: fix hang when run_delalloc_range() failed by Qu Wenruo · 3 years, 8 months ago
  31. f57ad93 btrfs: rename PagePrivate2 to PageOrdered inside btrfs by Qu Wenruo · 3 years, 9 months ago
  32. 3b83584 btrfs: refactor btrfs_invalidatepage() for subpage support by Qu Wenruo · 3 years, 9 months ago
  33. c095f33 btrfs: introduce btrfs_lookup_first_ordered_range() by Qu Wenruo · 3 years, 9 months ago
  34. 266a258 btrfs: update comments in btrfs_invalidatepage() by Qu Wenruo · 3 years, 9 months ago
  35. e65f152 btrfs: refactor how we finish ordered extent io for endio functions by Qu Wenruo · 3 years, 9 months ago
  36. 87b4d86 btrfs: make Private2 lifespan more consistent by Qu Wenruo · 4 years ago
  37. 38a39ac7 btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() by Qu Wenruo · 3 years, 9 months ago
  38. fa04c16 btrfs: make subpage metadata write path call its own endio functions by Qu Wenruo · 3 years, 9 months ago
  39. 390ed29 btrfs: refactor submit_extent_page() to make bio and its flag tracing easier by Qu Wenruo · 3 years, 9 months ago
  40. 1a0b5c4 btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page by Qu Wenruo · 3 years, 9 months ago
  41. 43c0d1a btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe() by Qu Wenruo · 3 years, 9 months ago
  42. 0044ae1 btrfs: make free space cache size consistent across different PAGE_SIZE by Qu Wenruo · 3 years, 9 months ago
  43. 8df507c btrfs: scrub: fix subpage repair error caused by hard coded PAGE_SIZE by Qu Wenruo · 3 years, 9 months ago
  44. ec87b42 btrfs: use list_last_entry in add_falloc_range by Nikolay Borisov · 3 years, 7 months ago
  45. 4183abf btrfs: fix comment about max_out in btrfs_compress_pages by Anand Jain · 3 years, 7 months ago
  46. 65b5355 btrfs: optimize variables size in btrfs_submit_compressed_write by Anand Jain · 3 years, 7 months ago
  47. 356b4a2 btrfs: optimize variables size in btrfs_submit_compressed_read by Anand Jain · 3 years, 7 months ago
  48. 1d08ce58 btrfs: reduce the variable size to fit nr_pages by Anand Jain · 3 years, 7 months ago
  49. b590b83 btrfs: avoid unnecessary logging of xattrs during fast fsyncs by Filipe Manana · 3 years, 8 months ago
  50. 67ae34b btrfs: add device delete cancel by David Sterba · 3 years, 8 months ago
  51. bb059a3 btrfs: add cancellation to resize by David Sterba · 3 years, 8 months ago
  52. 17aaa43 btrfs: add wrapper for conditional start of exclusive operation by David Sterba · 3 years, 8 months ago
  53. 578bda9 btrfs: introduce try-lock semantics for exclusive op start by David Sterba · 3 years, 8 months ago
  54. 907d271 btrfs: add cancellable chunk relocation support by David Sterba · 3 years, 8 months ago
  55. 0d7ed32 btrfs: protect exclusive_operation by super_lock by David Sterba · 3 years, 8 months ago
  56. 24880be5 btrfs: clean up header members offsets in write helpers by David Sterba · 4 years, 4 months ago
  57. dfd29ee btrfs: simplify eb checksum verification in btrfs_validate_metadata_buffer by David Sterba · 4 years, 4 months ago
  58. ff14aa7 btrfs: remove extra sb::s_id from message in btrfs_validate_metadata_buffer by David Sterba · 4 years, 4 months ago
  59. 282ab3f btrfs: reduce compressed_bio members' types by David Sterba · 5 years ago
  60. 4954706 btrfs: document byte swap optimization of root_item::flags accessors by David Sterba · 4 years, 4 months ago
  61. 7735cd7 btrfs: scrub: factor out common scrub_stripe constraints by David Sterba · 5 years ago
  62. 1aeb6b5 btrfs: clear log tree recovering status if starting transaction fails by David Sterba · 4 years, 6 months ago
  63. 6819703 btrfs: clear defrag status of a root if starting transaction fails by David Sterba · 4 years, 6 months ago
  64. 8c5ec99 btrfs: sysfs: fix format string for some discard stats by David Sterba · 3 years, 8 months ago
  65. 5963ffca btrfs: always abort the transaction if we abort a trans handle by Josef Bacik · 3 years, 8 months ago
  66. 0d7d316 btrfs: don't set the full sync flag when truncation does not touch extents by Filipe Manana · 3 years, 8 months ago
  67. 4f7e673 btrfs: fix misleading and incomplete comment of btrfs_truncate() by Filipe Manana · 3 years, 8 months ago
  68. 04587ad btrfs: abort transaction if we fail to update the delayed inode by Josef Bacik · 3 years, 8 months ago
  69. bb385be btrfs: fix error handling in __btrfs_update_delayed_inode by Josef Bacik · 3 years, 8 months ago
  70. a4cb90d btrfs: make btrfs_release_delayed_iref handle the !iref case by Josef Bacik · 3 years, 8 months ago
  71. eb3b505 btrfs: scrub: per-device bandwidth control by David Sterba · 5 years ago
  72. e7ff9e6 btrfs: zoned: factor out zoned device lookup by Johannes Thumshirn · 3 years, 8 months ago
  73. 50535db btrfs: return EAGAIN if defrag is canceled by Tian Tao · 3 years, 8 months ago
  74. 1245835 btrfs: remove io_failure_record::in_validation by Qu Wenruo · 3 years, 8 months ago
  75. 150e4b0 btrfs: submit read time repair only for each corrupted sector by Qu Wenruo · 3 years, 8 months ago
  76. 08508fe btrfs: make btrfs_verify_data_csum() to return a bitmap by Qu Wenruo · 3 years, 8 months ago
  77. f4dcfb3 btrfs: rename check_async_write and let it return bool by Johannes Thumshirn · 3 years, 8 months ago
  78. 06e1e7f btrfs: zoned: bail out if we can't read a reliable write pointer by Johannes Thumshirn · 3 years, 8 months ago
  79. 47cdfb5 btrfs: zoned: print message when zone sanity check type fails by Naohiro Aota · 3 years, 8 months ago
  80. 385f421 btrfs: handle preemptive delalloc flushing slightly differently by Josef Bacik · 3 years, 9 months ago
  81. 3e10156 btrfs: only ignore delalloc if delalloc is much smaller than ordered by Josef Bacik · 3 years, 9 months ago
  82. 30acce4 btrfs: don't include the global rsv size in the preemptive used amount by Josef Bacik · 3 years, 9 months ago
  83. 1239e2d btrfs: use the global rsv size in the preemptive thresh calculation by Josef Bacik · 3 years, 9 months ago
  84. 610a6ef btrfs: take into account global rsv in need_preemptive_reclaim by Josef Bacik · 3 years, 9 months ago
  85. 0aae4ca9 btrfs: only clamp the first time we have to start flushing by Josef Bacik · 3 years, 9 months ago
  86. ed738ba btrfs: check worker before need_preemptive_reclaim by Josef Bacik · 3 years, 9 months ago
  87. 94358c3 btrfs: remove stale comment for argument seed of btrfs_find_device by Su Yue · 3 years, 9 months ago
  88. dc56219 btrfs: correct try_lock_extent() usage in read_extent_buffer_subpage() by Goldwyn Rodrigues · 3 years, 9 months ago
  89. 6fab154 Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
  90. 9620ad8 afs: Re-enable freezing once a page fault is interrupted by Matthew Wilcox (Oracle) · 3 years, 7 months ago
  91. 39519f6 Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 7 months ago
  92. f9f28e5 btrfs: zoned: fix negative space_info->bytes_readonly by Naohiro Aota · 3 years, 7 months ago
  93. 846be08 mm/hugetlb: expand restore_reserve_on_error functionality by Mike Kravetz · 3 years, 7 months ago
  94. 94f0b2d proc: only require mm_struct for writing by Linus Torvalds · 3 years, 7 months ago
  95. a33d626 afs: Fix an IS_ERR() vs NULL check by Dan Carpenter · 3 years, 7 months ago
  96. f644bc4 fanotify: fix copy_event_to_user() fid error clean up by Matthew Bobrowski · 3 years, 7 months ago
  97. 960f071 Merge tag 'nfs-for-5.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 3 years, 7 months ago
  98. 87a7f73 Merge tag 'driver-core-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 7 months ago
  99. b2568ee Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 7 months ago
  100. 9690557 io_uring: add feature flag for rsrc tags by Pavel Begunkov · 3 years, 7 months ago