summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | btrfs: simplify handling of bio_ctrl::bio_flagsDavid Sterba2022-05-163-17/+9
| * | | | | | | | | | | | | | | | | | btrfs: remove trivial helper update_nr_writtenDavid Sterba2022-05-161-9/+3
| * | | | | | | | | | | | | | | | | | btrfs: remove unused parameter bio_flags from btrfs_wq_submit_bioDavid Sterba2022-05-163-7/+5
| * | | | | | | | | | | | | | | | | | btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba2022-05-163-8/+3
| * | | | | | | | | | | | | | | | | | btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba2022-05-163-6/+5
| * | | | | | | | | | | | | | | | | | btrfs: fix deadlock between concurrent dio writes when low on free data spaceFilipe Manana2022-05-161-17/+65
| * | | | | | | | | | | | | | | | | | btrfs: derive compression type from extent map during readsGoldwyn Rodrigues2022-05-163-8/+7
| * | | | | | | | | | | | | | | | | | btrfs: scrub: move scrub_remap_extent() call into scrub_extent()Qu Wenruo2022-05-161-27/+35
| * | | | | | | | | | | | | | | | | | btrfs: scrub: use find_first_extent_item to for extent item searchQu Wenruo2022-05-161-73/+25
| * | | | | | | | | | | | | | | | | | btrfs: scrub: refactor scrub_raid56_parity()Qu Wenruo2022-05-161-181/+164
| * | | | | | | | | | | | | | | | | | btrfs: scrub: use scrub_simple_mirror() to handle RAID56 data stripe scrubQu Wenruo2022-05-161-226/+21
| * | | | | | | | | | | | | | | | | | btrfs: scrub: cleanup the non-RAID56 branches in scrub_stripe()Qu Wenruo2022-05-161-77/+51
| * | | | | | | | | | | | | | | | | | btrfs: scrub: introduce dedicated helper to scrub simple-stripe based rangeQu Wenruo2022-05-161-12/+88
| * | | | | | | | | | | | | | | | | | btrfs: scrub: introduce dedicated helper to scrub simple-mirror based rangeQu Wenruo2022-05-161-0/+188
| * | | | | | | | | | | | | | | | | | btrfs: scrub: introduce a helper to locate an extent itemQu Wenruo2022-05-161-0/+107
| * | | | | | | | | | | | | | | | | | btrfs: calculate physical_end using dev_extent_len directly in scrub_stripe()Qu Wenruo2022-05-161-4/+2
| * | | | | | | | | | | | | | | | | | btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler2022-05-166-171/+139
| * | | | | | | | | | | | | | | | | | btrfs: turn fs_info member buffer_radix into XArrayGabriel Niebler2022-05-164-97/+55
| * | | | | | | | | | | | | | | | | | btrfs: turn name_cache radix tree into XArray in send_ctxGabriel Niebler2022-05-161-22/+18
| * | | | | | | | | | | | | | | | | | btrfs: turn delayed_nodes_tree into an XArrayGabriel Niebler2022-05-164-50/+44
| * | | | | | | | | | | | | | | | | | btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()Qu Wenruo2022-05-162-27/+36
| * | | | | | | | | | | | | | | | | | btrfs: move definition of btrfs_raid_types to volumes.hQu Wenruo2022-05-162-0/+15
| * | | | | | | | | | | | | | | | | | btrfs: use a normal workqueue for rmw_workersChristoph Hellwig2022-05-163-19/+18
| * | | | | | | | | | | | | | | | | | btrfs: use normal workqueues for scrubChristoph Hellwig2022-05-163-46/+41
| * | | | | | | | | | | | | | | | | | 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