summary refs log tree commit diff
path: root/fs/btrfs/raid56.c
AgeCommit message (Expand)Author
2022-05-16btrfs: use a normal workqueue for rmw_workersChristoph Hellwig
2022-05-16btrfs: raid56: enable subpage support for RAID56Qu Wenruo
2022-05-16btrfs: raid56: make alloc_rbio_essential_pages() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: make steal_rbio() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: make set_bio_pages_uptodate() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: remove btrfs_raid_bio::bio_pages arrayQu Wenruo
2022-05-16btrfs: raid56: make raid56_add_scrub_pages() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: open code rbio_stripe_page_index()Qu Wenruo
2022-05-16btrfs: raid56: make finish_rmw() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: make __raid_recover_endio_io() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: make finish_parity_scrub() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: make rbio_add_io_page() subpage compatibleQu Wenruo
2022-05-16btrfs: raid56: introduce btrfs_raid_bio::bio_sectorsQu Wenruo
2022-05-16btrfs: raid56: introduce btrfs_raid_bio::stripe_sectorsQu Wenruo
2022-05-16btrfs: raid56: introduce new cached members for btrfs_raid_bioQu Wenruo
2022-05-16btrfs: raid56: make btrfs_raid_bio more compactQu Wenruo
2022-05-16btrfs: raid56: open code rbio_nr_pages()Qu Wenruo
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo
2022-05-16btrfs: stop using the btrfs_bio saved iter in index_rbio_pagesChristoph Hellwig
2022-05-16btrfs: don't allocate a btrfs_bio for raid56 per-stripe biosChristoph Hellwig
2022-05-16btrfs: pass bio opf to rbio_add_io_pageChristoph Hellwig
2022-05-16btrfs: factor out allocating an array of pagesSweet Tea Dorminy
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo
2021-10-26btrfs: rename struct btrfs_io_bio to btrfs_bioQu Wenruo
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2021-08-23btrfs: constify and cleanup variables in comparatorsDavid Sterba
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-19btrfs: raid56: convert kmaps to kmap_local_pageIra Weiny
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny
2021-04-19btrfs: remove duplicated in_range() macroJohannes Thumshirn
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-03-01Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-26btrfs: use copy_highpage() instead of 2 kmaps()Ira Weiny
2021-02-22btrfs: fix raid6 qstripe kmapIra Weiny
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-08btrfs: remove redundant NULL check before kvfreeYang Li
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-09btrfs: drop casts of bio bi_sectorDavid Sterba
2020-07-27btrfs: raid56: remove out label in __raid56_parity_recoverNikolay Borisov
2020-07-27btrfs: raid56: don't opencode swap() in __raid_recover_end_ioNikolay Borisov
2020-07-27btrfs: raid56: use in_range where applicableNikolay Borisov
2020-07-27btrfs: raid56: assign bio in while() when using bio_list_popNikolay Borisov
2020-07-27btrfs: raid56: remove redundant device check in rbio_add_io_pageNikolay Borisov
2020-07-27btrfs: record btrfs_device directly in btrfs_io_bioNikolay Borisov
2020-03-23btrfs: use struct_size to calculate size of raid hash tableDavid Sterba
2020-03-23btrfs: raid56: simplify tracking of Q stripe presenceDavid Sterba
2019-11-18btrfs: remove pointless local variable in lock_stripe_add()Johannes Thumshirn
2019-11-18btrfs: raid56: reduce indentation in lock_stripe_addJohannes Thumshirn