aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/raid56.h
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: remove btrfs_raid_bio::fs_info memberGravatar Qu Wenruo 1-12/+10
2021-10-26btrfs: rename btrfs_bio to btrfs_io_contextGravatar Qu Wenruo 1-4/+4
2019-07-01btrfs: constify map parameter for nr_parity_stripes and nr_data_stripesGravatar David Sterba 1-2/+2
2018-04-12btrfs: replace GPL boilerplate by SPDX -- headersGravatar David Sterba 1-16/+5
2016-12-06btrfs: take an fs_info directly when the root is not used otherwiseGravatar Jeff Mahoney 1-4/+4
2015-08-09Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operationGravatar Omar Sandoval 1-2/+8
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureGravatar Zhao Lei 1-6/+5
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedu...Gravatar Miao Xie 1-2/+2
2014-12-03Btrfs, raid56: support parity scrub on raid56Gravatar Miao Xie 1-0/+12
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedGravatar Miao Xie 1-1/+1
2013-02-01Btrfs: RAID5 and RAID6Gravatar David Woodhouse 1-0/+51