summaryrefslogtreecommitdiff
path: root/fs/btrfs/raid56.h
AgeCommit message (Expand)Author
2024-03-04btrfs: add forward declarations and headers, part 2David Sterba
2023-12-15btrfs: use a dedicated data structure for chunk mapsFilipe Manana
2023-08-21btrfs: raid56: remove unused BTRFS_RBIO_REBUILD_MISSINGQu Wenruo
2023-06-19btrfs: scrub: use recovered data stripes as cache to avoid unnecessary readQu Wenruo
2023-04-17btrfs: remove unused raid56 functions which were dedicated for scrubQu Wenruo
2023-04-17btrfs: introduce a new helper to submit write bio for repairQu Wenruo
2023-02-15btrfs: fix spelling mistakes found using codespellColin Ian King
2022-12-05btrfs: raid56: prepare data checksums for later RMW verificationQu Wenruo
2022-12-05btrfs: raid56: remove the old error tracking systemQu Wenruo
2022-12-05btrfs: raid56: introduce btrfs_raid_bio::error_bitmapQu Wenruo
2022-12-05btrfs: remove the unused endio_raid56_workers and btrfs_raid_bio::end_io_workQu Wenruo
2022-12-05btrfs: raid56: switch write path to rmw_rbio()Qu Wenruo
2022-12-05btrfs: raid56: introduce the main entrance for RMW pathQu Wenruo
2022-12-05btrfs: raid56: switch recovery path to a single functionQu Wenruo
2022-09-26btrfs: properly abstract the parity raid bio handlingChristoph Hellwig
2022-07-25btrfs: do not return errors from raid56_parity_recoverChristoph Hellwig
2022-07-25btrfs: do not return errors from raid56_parity_writeChristoph Hellwig
2022-07-25btrfs: raid56: use fixed stripe length everywhereChristoph Hellwig
2022-07-25btrfs: use btrfs_raid_array to calculate number of parity stripesQu Wenruo
2022-07-25btrfs: defer I/O completion based on the btrfs_raid_bioChristoph Hellwig
2022-07-25btrfs: add trace event for submitted RAID56 bioQu Wenruo
2022-05-16btrfs: raid56: make raid56_add_scrub_pages() subpage compatibleQu Wenruo
2022-05-16btrfs: reduce width for stripe_len from u64 to u32Qu Wenruo
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberQu Wenruo
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo
2019-07-01btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesDavid Sterba
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersDavid Sterba
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseJeff Mahoney
2015-08-09Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operationOmar Sandoval
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Miao Xie
2014-12-03Btrfs, raid56: support parity scrub on raid56Miao Xie
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse