d3f0936c54ee Merge branch 'for-next-next-v6.4-20230517' into for-next-20230517
bbdf929b3c1a Merge branch 'for-next-current-v6.3-20230517' into for-next-20230517
ee8afdff6355 Merge branch 'ext/hch/extent-buffer-v4' into for-next-next-v6.4-20230517
d35ea14cb404 Merge branch 'misc-next' into for-next-next-v6.4-20230517
c3ae24daf7f1 Merge branch 'next-fixes' into for-next-next-v6.4-20230517
7a846b74f986 Merge branch 'misc-6.4' into for-next-current-v6.3-20230517
5e66bf75ae50 btrfs: use nofs when cleaning up aborted transactions
7ebc3af5dcc0 btrfs: handle memory allocation failure in btrfs_csum_one_bio
b0a6bab82fef btrfs: scrub: use recovered data stripes as cache to avoid unnecessary read
7561551e7ba8 btrfs: scrub: try harder to mark RAID56 block groups read-only
8ea79dbc22bf btrfs: merge write_one_subpage_eb into write_one_eb
30f5003205e1 btrfs: use per-buffer locking for extent_buffer reading
bab95ea0f51c btrfs: stop using lock_extent in btrfs_buffer_uptodate
0e0f37e06198 btrfs: don't check for uptodate pages in read_extent_buffer_pages
ab8344ef5110 btrfs: stop using PageError for extent_buffers
7f556ac1faa6 btrfs: remove the io_pages field in struct extent_buffer
4e8149a04373 btrfs: remove the extent_buffer lookup in btree block checksumming
9ab67bc7dd6f btrfs: use a separate end_io handler for extent_buffer writing
6571a7b10a77 btrfs: don't use btrfs_bio_ctrl for extent buffer writing
0ae1f4e363b8 btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb
90286ae61dbb btrfs: submit a writeback bio per extent_buffer
1499568ae9c0 btrfs: return bool from lock_extent_buffer_for_io
04e64e15eefd btrfs: do not try to unlock the extent for non-subpage metadata reads
cc51fffdc0ea btrfs: use a separate end_io handler for read_extent_buffer
29d081b412c2 btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
eabff21b53d9 btrfs: don't use btrfs_bio_ctrl for extent buffer reading
e0811da0a47a btrfs: always read the entire extent_buffer
fb2e69cfb75e btrfs: merge verify_parent_transid and btrfs_buffer_uptodate
9144fc64030a btrfs: move setting the buffer uptodate out of validate_extent_buffer
128209317462 btrfs: fix sub-page error handling in end_bio_subpage_eb_writepage
74fd9232b92b btrfs: mark extent_buffer_under_io static
d99948b72f29 btrfs: scrub: remove more unused functions
458e1ab626a5 btrfs: use nofs when cleaning up aborted transactions
a9b282be7894 Merge branch 'misc-6.4' into next-fixes
58acbad9f798 btrfs: handle tree backref walk error properly
192c01142492 btrfs: handle memory allocation failure in btrfs_csum_one_bio
3c21152802d0 btrfs: don't hold an extra reference for redirtied buffers
82fed9f1a348 btrfs: fix dirty_metadata_bytes for redirtied buffers
ed3ade270539 btrfs: unexport btrfs_run_discard_work and make it static
b771505cb05d btrfs: rename del_ptr to btrfs_del_ptr and export it
08f33d58b8db btrfs: add a btrfs_csum_type_size helper
04bdd9d45259 btrfs: add __KERNEL__ check for btrfs_no_printk
35c316967000 btrfs: move split_flags/combine_flags helpers to inode-item.h
03562c935afe btrfs: move btrfs_verify_level_key into tree-checker.c
24436805645b btrfs: add __btrfs_check_node helper
4e2ae4b24adf btrfs: extend btrfs_leaf_check to return btrfs_tree_block_status
843160d210e1 btrfs: use btrfs_tree_block_status for leaf item errors
87498eaa1ca9 btrfs: add btrfs_tree_block_status definitions to tree-checker.h
4cad698247e5 btrfs: simplify btrfs_check_leaf_* helpers into a single helper
4ed4a5807cce btrfs: remove level argument from btrfs_set_block_flags
87c1ef07cb06 btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.c
5df164f089d4 btrfs: scrub: use recovered data stripes as cache to avoid unnecessary read
c8ae175ae498 btrfs: scrub: try harder to mark RAID56 block groups read-only
e556ad78bdf8 btrfs: assert tree lock is held when removing free space entries
37dc92b0e814 btrfs: assert tree lock is held when linking free space
0b51c562aea8 btrfs: assert tree lock is held when searching for free space entries
5dd1ea2f0a2c btrfs: assert proper locks are held at tree_insert_offset()
320efce6d123 btrfs: simplify arguments to tree_insert_offset()
747dd7e8f284 btrfs: use precomputed end offsets at do_trimming()
238ce85f8263 btrfs: avoid searching twice for previous node when merging free space entries
52ca8bd649b0 btrfs: avoid extra memory allocation when copying free space cache
5cd67c39a553 btrfs: simplify transid initialization in btrfs_ioctl_wait_sync
e080429731f9 btrfs: output affected files when relocation fails
6698092aeea5 btrfs: remove hipri_workers workqueue
9aef77996e85 btrfs: determine synchronous writers from bio or writeback control
f406417000e0 btrfs: submit IO synchronously for fast checksum implementations
531dd46a4310 btrfs: use SECTOR_SHIFT to convert LBA to physical offset
c03d94014408 btrfs: use SECTOR_SHIFT to convert physical offset to LBA
abc8b58a87f4 btrfs: improve leaf dump and error handling
73848232f4e5 btrfs: print-tree: pass const extent buffer pointer
3390310f5baa btrfs: export bitmap_test_range_all_{set,zero}
db70c0f63f54 btrfs: tag as unlikely the key comparison when checking sibling keys
2aebabe7cc95 btrfs: make btrfs_free_device() static
f2346b6028ce btrfs: don't commit transaction for every subvol create
bd7fe74c35c3 btrfs: unexport btrfs_prev_leaf()