summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueueChristoph Hellwig2022-05-165-111/+35
* btrfs: raid56: enable subpage support for RAID56Qu Wenruo2022-05-163-21/+0
* btrfs: raid56: make alloc_rbio_essential_pages() subpage compatibleQu Wenruo2022-05-161-7/+9
* btrfs: raid56: make steal_rbio() subpage compatibleQu Wenruo2022-05-161-4/+24
* btrfs: raid56: make set_bio_pages_uptodate() subpage compatibleQu Wenruo2022-05-161-6/+36
* btrfs: raid56: remove btrfs_raid_bio::bio_pages arrayQu Wenruo2022-05-161-40/+3
* btrfs: raid56: make raid56_add_scrub_pages() subpage compatibleQu Wenruo2022-05-163-6/+12
* btrfs: raid56: open code rbio_stripe_page_index()Qu Wenruo2022-05-161-6/+1
* btrfs: raid56: make finish_rmw() subpage compatibleQu Wenruo2022-05-161-77/+32
* btrfs: raid56: make __raid_recover_endio_io() subpage compatibleQu Wenruo2022-05-161-23/+28
* btrfs: raid56: make finish_parity_scrub() subpage compatibleQu Wenruo2022-05-161-24/+32
* btrfs: raid56: make rbio_add_io_page() subpage compatibleQu Wenruo2022-05-161-89/+165
* btrfs: raid56: introduce btrfs_raid_bio::bio_sectorsQu Wenruo2022-05-161-2/+55
* btrfs: raid56: introduce btrfs_raid_bio::stripe_sectorsQu Wenruo2022-05-161-4/+56
* btrfs: raid56: introduce new cached members for btrfs_raid_bioQu Wenruo2022-05-161-6/+17
* btrfs: raid56: make btrfs_raid_bio more compactQu Wenruo2022-05-161-19/+21
* btrfs: raid56: open code rbio_nr_pages()Qu Wenruo2022-05-161-13/+5
* btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo2022-05-164-29/+22
* btrfs: do not return errors from submit_bio_hook_t instancesChristoph Hellwig2022-05-163-18/+11
* btrfs: do not return errors from btrfs_submit_compressed_readChristoph Hellwig2022-05-163-13/+10
* btrfs: do not return errors from btrfs_submit_metadata_bioChristoph Hellwig2022-05-162-18/+10
* btrfs: remove unused bio_flags argument to btrfs_submit_metadata_bioChristoph Hellwig2022-05-163-4/+3
* btrfs: move btrfs_readpage to extent_io.cChristoph Hellwig2022-05-164-38/+34
* btrfs: repair super block num_devices automaticallyQu Wenruo2022-05-161-4/+4
* btrfs: do not pass compressed_bio to submit_compressed_bio()Goldwyn Rodrigues2022-05-161-3/+2
* btrfs: avoid double search for block group during NOCOW writesFilipe Manana2022-05-163-29/+60
* btrfs: return block group directly at btrfs_next_block_group()Filipe Manana2022-05-161-1/+1
* btrfs: use a read/write lock for protecting the block groups treeFilipe Manana2022-05-165-26/+26
* btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana2022-05-166-37/+25
* btrfs: remove search start argument from first_logical_byte()Filipe Manana2022-05-161-3/+4
* btrfs: return correct error number for __extent_writepage_io()Qu Wenruo2022-05-161-1/+12
* btrfs: fix the error handling for submit_extent_page() for btrfs_do_readpage()Qu Wenruo2022-05-161-2/+6
* btrfs: avoid double clean up when submit_one_bio() failedQu Wenruo2022-05-163-87/+44
* btrfs: use non-bh spin_lock in zstd timer callbackSchspa Shi2022-05-161-5/+9
* btrfs: use BTRFS_DIR_START_INDEX at btrfs_create_new_inode()Filipe Manana2022-05-161-6/+2
* btrfs: simplify parameters of submit_read_repair() and renameQu Wenruo2022-05-161-12/+16
* btrfs: remove the zoned/zone_size union in struct btrfs_fs_infoChristoph Hellwig2022-05-161-5/+2
* btrfs: remove unnecessary check of iput argumentLv Ruyi2022-05-162-4/+2
* btrfs: stop using the btrfs_bio saved iter in index_rbio_pagesChristoph Hellwig2022-05-161-3/+0
* btrfs: don't allocate a btrfs_bio for scrub biosChristoph Hellwig2022-05-161-29/+15
* btrfs: don't allocate a btrfs_bio for raid56 per-stripe biosChristoph Hellwig2022-05-161-5/+2
* btrfs: pass bio opf to rbio_add_io_pageChristoph Hellwig2022-05-161-20/+17
* btrfs: pass a block_device to btrfs_bio_cloneChristoph Hellwig2022-05-163-7/+8
* btrfs: move the call to bio_set_dev out of submit_stripe_bioChristoph Hellwig2022-05-161-1/+1
* btrfs: use on-stack bio in scrub_repair_page_from_good_copyChristoph Hellwig2022-05-161-14/+9
* btrfs: use on-stack bio in scrub_recheck_blockChristoph Hellwig2022-05-161-10/+8
* btrfs: use on-stack bio in repair_io_failureChristoph Hellwig2022-05-161-28/+24
* btrfs: check-integrity: simplify bio allocation in btrfsic_read_blockChristoph Hellwig2022-05-161-3/+2
* btrfs: check-integrity: split submit_bio from btrfsic checkingChristoph Hellwig2022-05-166-25/+19
* btrfs: factor check and flush helpers from __btrfsic_submit_bioChristoph Hellwig2022-05-161-72/+77