aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-16btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler4-50/+44
2022-05-16btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo2-27/+36
2022-05-16btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo3-13/+15
2022-05-16btrfs: use a normal workqueue for rmw_workersChristoph Hellwig3-19/+18
2022-05-16btrfs: use normal workqueues for scrubChristoph Hellwig3-46/+41
2022-05-16btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig6-129/+47
2022-05-16btrfs: raid56: enable subpage support for RAID56Qu Wenruo3-21/+0
2022-05-16btrfs: raid56: make alloc_rbio_essential_pages() subpage compatibleQu Wenruo1-7/+9
2022-05-16btrfs: raid56: make steal_rbio() subpage compatibleQu Wenruo1-4/+24
2022-05-16btrfs: raid56: make set_bio_pages_uptodate() subpage compatibleQu Wenruo1-6/+36
2022-05-16btrfs: raid56: remove btrfs_raid_bio::bio_pages arrayQu Wenruo1-40/+3
2022-05-16btrfs: raid56: make raid56_add_scrub_pages() subpage compatibleQu Wenruo3-6/+12
2022-05-16btrfs: raid56: open code rbio_stripe_page_index()Qu Wenruo1-6/+1
2022-05-16btrfs: raid56: make finish_rmw() subpage compatibleQu Wenruo1-77/+32
2022-05-16btrfs: raid56: make __raid_recover_endio_io() subpage compatibleQu Wenruo1-23/+28
2022-05-16btrfs: raid56: make finish_parity_scrub() subpage compatibleQu Wenruo1-24/+32
2022-05-16btrfs: raid56: make rbio_add_io_page() subpage compatibleQu Wenruo1-89/+165
2022-05-16btrfs: raid56: introduce btrfs_raid_bio::bio_sectorsQu Wenruo1-2/+55
2022-05-16btrfs: raid56: introduce btrfs_raid_bio::stripe_sectorsQu Wenruo1-4/+56
2022-05-16btrfs: raid56: introduce new cached members for btrfs_raid_bioQu Wenruo1-6/+17
2022-05-16btrfs: raid56: make btrfs_raid_bio more compactQu Wenruo1-19/+21
2022-05-16btrfs: raid56: open code rbio_nr_pages()Qu Wenruo1-13/+5
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo4-29/+22
2022-05-16btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig3-18/+11
2022-05-16btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig3-13/+10
2022-05-16btrfs: do not return errors from btrfs_submit_metadata_bioChristoph Hellwig2-18/+10
2022-05-16btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig3-4/+3
2022-05-16btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig4-38/+34
2022-05-16btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-05-16btrfs: do not pass compressed_bio to submit_compressed_bio()Goldwyn Rodrigues1-3/+2
2022-05-16btrfs: avoid double search for block group during NOCOW writesFilipe Manana3-29/+60
2022-05-16btrfs: return block group directly at btrfs_next_block_group()Filipe Manana1-1/+1
2022-05-16btrfs: use a read/write lock for protecting the block groups treeFilipe Manana5-26/+26
2022-05-16btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana6-37/+25
2022-05-16btrfs: remove search start argument from first_logical_byte()Filipe Manana1-3/+4
2022-05-16btrfs: return correct error number for __extent_writepage_io()Qu Wenruo1-1/+12
2022-05-16btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo1-2/+6
2022-05-16btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo3-87/+44
2022-05-16btrfs: use non-bh spin_lock in zstd timer callbackSchspa Shi1-5/+9
2022-05-16btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()Filipe Manana1-6/+2
2022-05-16btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo1-12/+16
2022-05-16btrfs: remove the zoned/zone_size union in struct btrfs_fs_infoChristoph Hellwig1-5/+2
2022-05-16btrfs: remove unnecessary check of iput argumentLv Ruyi2-4/+2
2022-05-16btrfs: stop using the btrfs_bio saved iter in index_rbio_pagesChristoph Hellwig1-3/+0
2022-05-16btrfs: don't allocate a btrfs_bio for scrub biosChristoph Hellwig1-29/+15
2022-05-16btrfs: don't allocate a btrfs_bio for raid56 per-stripe biosChristoph Hellwig1-5/+2
2022-05-16btrfs: pass bio opf to rbio_add_io_pageChristoph Hellwig1-20/+17
2022-05-16btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig3-7/+8
2022-05-16btrfs: move the call to bio_set_dev out of submit_stripe_bioChristoph Hellwig1-1/+1
2022-05-16btrfs: use on-stack bio in scrub_repair_page_from_good_copyChristoph Hellwig1-14/+9