summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+29
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds56-2864/+2344
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-12/+7
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-69/+69
2023-02-15btrfs: make kobj_type structures constantThomas Weißschuh1-6/+6
2023-02-15btrfs: remove the bdev argument to btrfs_rmap_blockChristoph Hellwig3-10/+4
2023-02-15btrfs: don't rely on unchanging ->bi_bdev for zone append remapsChristoph Hellwig3-26/+26
2023-02-15btrfs: never return true for reads in btrfs_use_zone_appendChristoph Hellwig1-0/+3
2023-02-15btrfs: pass a btrfs_bio to btrfs_use_appendChristoph Hellwig4-6/+7
2023-02-15btrfs: set bbio->file_offset in alloc_new_bioChristoph Hellwig1-2/+1
2023-02-15btrfs: use file_offset to limit bios size in calc_bio_boundariesChristoph Hellwig1-2/+2
2023-02-15btrfs: do unsigned integer division in the extent buffer binary search loopFilipe Manana2-7/+12
2023-02-15btrfs: eliminate extra call when doing binary search on extent bufferFilipe Manana2-13/+18
2023-02-15btrfs: raid56: handle endio in scrub_rbioChristoph Hellwig1-11/+7
2023-02-15btrfs: raid56: handle endio in recover_rbioChristoph Hellwig1-18/+9
2023-02-15btrfs: raid56: handle endio in rmw_rbioChristoph Hellwig1-20/+10
2023-02-15btrfs: raid56: submit the read bios from scrub_assemble_read_biosChristoph Hellwig1-23/+13
2023-02-15btrfs: raid56: fold rmw_read_wait_recover into rmw_read_biosChristoph Hellwig1-46/+23
2023-02-15btrfs: raid56: fold recover_assemble_read_bios into recover_rbioChristoph Hellwig1-40/+21
2023-02-15btrfs: raid56: add a bio_list_put helperChristoph Hellwig1-28/+16
2023-02-15btrfs: raid56: wait for I/O completion in submit_read_biosChristoph Hellwig1-7/+6
2023-02-15btrfs: raid56: simplify code flow in rmw_rbioChristoph Hellwig1-15/+13
2023-02-15btrfs: raid56: simplify error handling and code flow in raid56_parity_writeChristoph Hellwig1-22/+15
2023-02-15btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_write...Josef Bacik1-9/+3
2023-02-15btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirtyJosef Bacik3-18/+19
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik8-22/+22
2023-02-15btrfs: do not increment dirty_metadata_bytes in set_btree_ioerrJosef Bacik1-7/+0
2023-02-15btrfs: replace clearing extent buffer dirty bit with btrfs_clean_blockJosef Bacik2-23/+20
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik8-27/+29
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik1-2/+1
2023-02-15btrfs: split zone append bios in btrfs_submit_bioChristoph Hellwig7-200/+64
2023-02-15btrfs: calculate file system wide queue limit for zoned modeChristoph Hellwig3-28/+30
2023-02-15btrfs: remove now spurious bio submission helpersChristoph Hellwig5-39/+10
2023-02-15btrfs: remove the fs_info argument to btrfs_submit_bioChristoph Hellwig5-18/+14
2023-02-15btrfs: open code submit_encoded_read_bioChristoph Hellwig1-20/+3
2023-02-15btrfs: remove struct btrfs_io_geometryChristoph Hellwig2-101/+31
2023-02-15btrfs: remove stripe boundary calculation for encoded I/OQu Wenruo1-23/+2
2023-02-15btrfs: remove stripe boundary calculation for compressed I/OQu Wenruo1-97/+33
2023-02-15btrfs: remove stripe boundary calculation for buffered I/OQu Wenruo1-52/+19
2023-02-15btrfs: pass the iomap bio to btrfs_submit_bioChristoph Hellwig3-153/+36
2023-02-15btrfs: allow btrfs_submit_bio to split biosChristoph Hellwig2-18/+93
2023-02-15btrfs: support cloned bios in btree_csum_one_bioChristoph Hellwig3-10/+8
2023-02-15btrfs: handle recording of zoned writes in the storage layerChristoph Hellwig7-49/+23
2023-02-15btrfs: handle checksum generation in the storage layerChristoph Hellwig5-261/+183
2023-02-15btrfs: simplify the btrfs_csum_one_bio calling conventionChristoph Hellwig7-25/+22
2023-02-15btrfs: open code the submit_bio_start helpersChristoph Hellwig4-56/+23
2023-02-15btrfs: remove struct btrfs_bio::is_metadata flagChristoph Hellwig2-11/+1
2023-02-15btrfs: rename btrfs_bio::iter fieldChristoph Hellwig2-8/+11
2023-02-15btrfs: remove the io_failure_record infrastructureChristoph Hellwig5-315/+0