aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/raid56.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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