1. 037c50b Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 2 months ago
  2. 33c8846c Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  3. fd919bb Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 3 months ago
  4. 4467af8 btrfs: remove root argument from btrfs_unlink_inode() by Filipe Manana · 3 years, 3 months ago
  5. 3a60f65 Revert "btrfs: compression: drop kmap/kunmap from generic helpers" by David Sterba · 3 years, 3 months ago
  6. f4f39fc btrfs: remove btrfs_bio::logical member by Qu Wenruo · 3 years, 3 months ago
  7. 47926ab btrfs: rename btrfs_dio_private::logical_offset to file_offset by Qu Wenruo · 3 years, 3 months ago
  8. 681145d btrfs: pull up qgroup checks from delayed-ref core to init time by Nikolay Borisov · 3 years, 3 months ago
  9. f42c5da btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_ref by Nikolay Borisov · 3 years, 3 months ago
  10. 8496153 btrfs: add a BTRFS_FS_ERROR helper by Josef Bacik · 3 years, 3 months ago
  11. 9a35fc9 btrfs: change error handling for btrfs_delete_*_in_log by Josef Bacik · 3 years, 3 months ago
  12. 0cf9b24 btrfs: subpage: only allow compression if the range is fully page aligned by Qu Wenruo · 3 years, 4 months ago
  13. 2749f7e btrfs: subpage: avoid potential deadlock with compression and delalloc by Qu Wenruo · 3 years, 4 months ago
  14. 2b83a0e btrfs: factor uncompressed async extent submission code into a new helper by Qu Wenruo · 3 years, 4 months ago
  15. 4c16277 btrfs: subpage: make compress_file_range() compatible by Qu Wenruo · 3 years, 4 months ago
  16. 2bd0fc9 btrfs: cleanup for extent_write_locked_range() by Qu Wenruo · 3 years, 4 months ago
  17. b4ccace btrfs: refactor submit_compressed_extents() by Qu Wenruo · 3 years, 4 months ago
  18. 6aabd85 btrfs: remove unused function btrfs_bio_fits_in_stripe() by Qu Wenruo · 3 years, 4 months ago
  19. e4f9434 btrfs: subpage: add bitmap for PageChecked flag by Qu Wenruo · 3 years, 4 months ago
  20. 5846917 btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered() by Qu Wenruo · 3 years, 4 months ago
  21. 9e895a8 btrfs: use async_chunk::async_cow to replace the confusing pending pointer by Qu Wenruo · 3 years, 4 months ago
  22. b7ef5f3 btrfs: loop only once over data sizes array when inserting an item batch by Filipe Manana · 3 years, 4 months ago
  23. c3a3b19 btrfs: rename struct btrfs_io_bio to btrfs_bio by Qu Wenruo · 3 years, 4 months ago
  24. dc28722 btrfs: keep track of the last logged keys when logging a directory by Filipe Manana · 3 years, 4 months ago
  25. 2adada8 btrfs: check for relocation inodes on zoned btrfs in should_nocow by Johannes Thumshirn · 3 years, 4 months ago
  26. 37f00a6 btrfs: introduce btrfs_is_data_reloc_root by Johannes Thumshirn · 3 years, 4 months ago
  27. d24fa5c btrfs: convert latest_bdev type to btrfs_device and rename by Anand Jain · 3 years, 5 months ago
  28. be1a1d7 btrfs: zoned: finish fully written block group by Naohiro Aota · 3 years, 5 months ago
  29. 3e08773 block: switch polling to be bio based by Christoph Hellwig · 3 years, 3 months ago
  30. 348332e mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h> by Christoph Hellwig · 3 years, 4 months ago
  31. 0ee7c3e Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 3 years, 5 months ago
  32. 87045e6 Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 5 months ago
  33. 4e96557 Revert "btrfs: compression: don't try to compress if we don't have enough pages" by Qu Wenruo · 3 years, 5 months ago
  34. 4d4340c btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls by Christian Brauner · 3 years, 6 months ago
  35. 3bc71ba btrfs: allow idmapped permission inode op by Christian Brauner · 3 years, 6 months ago
  36. d4d0946 btrfs: allow idmapped setattr inode op by Christian Brauner · 3 years, 6 months ago
  37. 98b6ab5 btrfs: allow idmapped tmpfile inode op by Christian Brauner · 3 years, 6 months ago
  38. 5a05210 btrfs: allow idmapped symlink inode op by Christian Brauner · 3 years, 6 months ago
  39. b0b3e44 btrfs: allow idmapped mkdir inode op by Christian Brauner · 3 years, 6 months ago
  40. e93ca49 btrfs: allow idmapped create inode op by Christian Brauner · 3 years, 6 months ago
  41. 7210527 btrfs: allow idmapped mknod inode op by Christian Brauner · 3 years, 6 months ago
  42. c020d2e btrfs: allow idmapped getattr inode op by Christian Brauner · 3 years, 6 months ago
  43. ca07274 btrfs: allow idmapped rename inode op by Christian Brauner · 3 years, 6 months ago
  44. b3b6f5b btrfs: handle idmaps in btrfs_new_inode() by Christian Brauner · 3 years, 6 months ago
  45. 63fb587 btrfs: zoned: add asserts on splitting extent_map by Naohiro Aota · 3 years, 5 months ago
  46. 1c167b8 btrfs: remove unnecessary NULL check for the new inode during rename exchange by Filipe Manana · 3 years, 6 months ago
  47. 7052425 btrfs: verity metadata orphan items by Boris Burkov · 3 years, 7 months ago
  48. 1460540 btrfs: initial fsverity support by Boris Burkov · 3 years, 7 months ago
  49. 77eea05 btrfs: add ro compat flags to inodes by Boris Burkov · 3 years, 7 months ago
  50. 7361b4a btrfs: remove the dead comment in writepage_delalloc() by Qu Wenruo · 3 years, 6 months ago
  51. bd54f38 btrfs: do not pin logs too early during renames by Filipe Manana · 3 years, 6 months ago
  52. 42b5d73 btrfs: drop unnecessary ASSERT from btrfs_submit_direct() by Naohiro Aota · 3 years, 6 months ago
  53. b377630 btrfs: use the filemap_fdatawrite_wbc helper for delalloc shrinking by Josef Bacik · 3 years, 6 months ago
  54. e164607 btrfs: wait on async extents when flushing delalloc by Josef Bacik · 3 years, 6 months ago
  55. ac98141 btrfs: wake up async_delalloc_pages waiters after submit by Josef Bacik · 3 years, 6 months ago
  56. 95ea048 btrfs: allow read-write for 4K sectorsize on 64K page size systems by Qu Wenruo · 3 years, 6 months ago
  57. e3c6232 btrfs: subpage: fix false alert when relocating partial preallocated data extents by Qu Wenruo · 3 years, 6 months ago
  58. 7c11d0a btrfs: subpage: fix a potential use-after-free in writeback helper by Qu Wenruo · 3 years, 6 months ago
  59. 7367253 btrfs: subpage: disable inline extent creation by Qu Wenruo · 3 years, 6 months ago
  60. 3670e64 btrfs: subpage: check if there are compressed extents inside one page by Qu Wenruo · 3 years, 6 months ago
  61. f41b6ba btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending by David Sterba · 3 years, 6 months ago
  62. 25c1252 btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered by David Sterba · 3 years, 6 months ago
  63. a129ffb btrfs: remove unused start and end parameters from btrfs_run_delalloc_range() by Qu Wenruo · 3 years, 6 months ago
  64. cceaa89 btrfs: remove racy and unnecessary inode transaction update when using no-holes by Filipe Manana · 3 years, 6 months ago
  65. 4c2bf27 btrfs: compression: drop kmap/kunmap from generic helpers by David Sterba · 3 years, 7 months ago
  66. a6d3d49 iomap: switch __iomap_dio_rw to use iomap_iter by Christoph Hellwig · 3 years, 5 months ago
  67. 3f79f6f btrfs: prevent rename2 from exchanging a subvol with a directory from different parents by NeilBrown · 3 years, 5 months ago
  68. c7c3a6d btrfs: store a block_device in struct btrfs_ordered_extent by Christoph Hellwig · 3 years, 6 months ago
  69. abb99cf btrfs: properly split extent_map for REQ_OP_ZONE_APPEND by Naohiro Aota · 3 years, 7 months ago
  70. f216562 btrfs: compression: don't try to compress if we don't have enough pages by David Sterba · 3 years, 7 months ago
  71. 1a9fd41 btrfs: fix typos in comments by David Sterba · 3 years, 8 months ago
  72. bcd7745 btrfs: don't clear page extent mapped if we're not invalidating the full page by Qu Wenruo · 3 years, 8 months ago
  73. 2d8ec40 btrfs: make btrfs_page_mkwrite() to be subpage compatible by Qu Wenruo · 3 years, 8 months ago
  74. 6c9ac8b btrfs: make btrfs_truncate_block() to be subpage compatible by Qu Wenruo · 3 years, 8 months ago
  75. d2a9106 btrfs: make btrfs_set_range_writeback() subpage compatible by Qu Wenruo · 3 years, 8 months ago
  76. 4750af3 btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __process_pages_contig() by Qu Wenruo · 3 years, 8 months ago
  77. b945a46 btrfs: make page Ordered bit to be subpage compatible by Qu Wenruo · 3 years, 8 months ago
  78. 968f256 btrfs: fix hang when run_delalloc_range() failed by Qu Wenruo · 3 years, 8 months ago
  79. f57ad93 btrfs: rename PagePrivate2 to PageOrdered inside btrfs by Qu Wenruo · 3 years, 9 months ago
  80. 3b83584 btrfs: refactor btrfs_invalidatepage() for subpage support by Qu Wenruo · 3 years, 9 months ago
  81. 266a258 btrfs: update comments in btrfs_invalidatepage() by Qu Wenruo · 3 years, 9 months ago
  82. e65f152 btrfs: refactor how we finish ordered extent io for endio functions by Qu Wenruo · 3 years, 10 months ago
  83. 87b4d86 btrfs: make Private2 lifespan more consistent by Qu Wenruo · 4 years ago
  84. 38a39ac7 btrfs: pass btrfs_inode to btrfs_writepage_endio_finish_ordered() by Qu Wenruo · 3 years, 9 months ago
  85. 390ed29 btrfs: refactor submit_extent_page() to make bio and its flag tracing easier by Qu Wenruo · 3 years, 9 months ago
  86. 1a0b5c4 btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page by Qu Wenruo · 3 years, 9 months ago
  87. 43c0d1a btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe() by Qu Wenruo · 3 years, 9 months ago
  88. 0d7d316 btrfs: don't set the full sync flag when truncation does not touch extents by Filipe Manana · 3 years, 8 months ago
  89. 4f7e673 btrfs: fix misleading and incomplete comment of btrfs_truncate() by Filipe Manana · 3 years, 8 months ago
  90. 150e4b0 btrfs: submit read time repair only for each corrupted sector by Qu Wenruo · 3 years, 9 months ago
  91. 08508fe btrfs: make btrfs_verify_data_csum() to return a bitmap by Qu Wenruo · 3 years, 9 months ago
  92. fd2ff27 Merge tag 'for-5.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 8 months ago
  93. dc09ef3 btrfs: abort in rename_exchange if we fail to insert the second ref by Josef Bacik · 3 years, 8 months ago
  94. d61bec0 btrfs: mark ordered extent and inode with error if we fail to finish by Josef Bacik · 3 years, 8 months ago
  95. 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, 8 months ago
  96. e380adf btrfs: zoned: pass start block to btrfs_use_zone_append by Johannes Thumshirn · 3 years, 8 months ago
  97. 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, 8 months ago
  98. 71795ee btrfs: avoid RCU stalls while running delayed iputs by Josef Bacik · 3 years, 9 months ago
  99. 142b507 Merge tag 'for-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 8 months ago
  100. d048b9c btrfs: use memzero_page() instead of open coded kmap pattern by Ira Weiny · 3 years, 9 months ago