aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/raid56.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-10btrfs: comment waitqueue_active implied by locksDavid Sterba1-1/+5
2015-09-05Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-10/+77
2015-08-09Btrfs: add RAID 5/6 BTRFS_RBIO_REBUILD_MISSING operationOmar Sandoval1-10/+77
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-34/+28
2015-03-25Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.1Chris Mason1-10/+3
2015-03-03btrfs: cleanup, use kmalloc_array/kcalloc array helpersDavid Sterba1-2/+1
2015-02-16Btrfs: switch to kvfree() helperWang Shilong1-10/+3
2015-01-21Btrfs: Include map_type in raid_bioZhao Lei1-5/+5
2015-01-21Btrfs: add ref_count and free function for btrfs_bioZhao Lei1-30/+8
2015-01-21Btrfs: Make raid_map array be inlined in btrfs_bio structureZhao Lei1-44/+33
2014-12-03Btrfs, raid56: fix use-after-free problem in the final device replace procedure on raid56Miao Xie1-9/+32
2014-12-03Btrfs, replace: write raid56 parity into the replace target deviceMiao Xie1-0/+23
2014-12-03Btrfs, replace: write dirty pages into the replace target deviceMiao Xie1-38/+66
2014-12-03Btrfs, raid56: support parity scrub on raid56Miao Xie1-6/+508
2014-12-03Btrfs, raid56: use a variant to record the operation typeMiao Xie1-14/+17
2014-12-03Btrfs, scrub: repair the common data on RAID5/6 if it is corruptedMiao Xie1-12/+40
2014-12-03Btrfs, raid56: don't change bbio and raid_mapMiao Xie1-19/+23
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-4/+4
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo1-3/+6
2014-06-28Btrfs: fix crash when mounting raid5 btrfs with missing disksLiu Bo1-2/+3
2014-04-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-12/+9
2014-03-10btrfs: Cleanup the "_struct" suffix in btrfs_workequeueQu Wenruo1-7/+7
2014-03-10btrfs: Replace fs_info->rmw_workers workqueue with btrfs_workqueue.Qu Wenruo1-19/+16
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-11/+11
2013-11-11btrfs: remove fs/btrfs/compat.hZach Brown1-1/+0
2013-09-01Btrfs, raid56: fix memory leak when allocating pages for p/q stripes failedMiao Xie1-1/+3
2013-09-01btrfs/raid56: fix and cleanup some error pathsDan Carpenter1-6/+4
2013-05-17Btrfs: use a btrfs bioset instead of abusing bio internalsChris Mason1-1/+1
2013-05-06btrfs: make static code static & remove dead codeEric Sandeen1-7/+7
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2013-03-01btrfs: try harder to allocate raid56 stripe cacheDavid Sterba1-6/+25
2013-02-01Btrfs: add a plugging callback to raid56 writesChris Mason1-4/+124
2013-02-01Btrfs: Add a stripe cache to raid56Chris Mason1-7/+320
2013-02-01Btrfs: RAID5 and RAID6David Woodhouse1-0/+1647