aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-ppl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-16raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz1-1/+2
2017-10-16raid5-ppl: don't resync after rebuildArtur Paszkiewicz1-2/+1
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-41/+130
2017-08-28raid5-ppl: Recovery support for multiple partial parity logsPawel Baldysiak1-38/+90
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak1-3/+40
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-3/+3
2017-07-12raid5-ppl: use BIOSET_NEED_BVECS when creating biosetArtur Paszkiewicz1-1/+1
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-2/+2
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-1/+1
2017-05-31md: Make flush bios explicitely syncJan Kara1-2/+2
2017-04-11raid5-ppl: use a single mempool for ppl_io_unit and header_pageArtur Paszkiewicz1-16/+37
2017-04-10raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz1-10/+10
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz1-1/+2
2017-04-10raid5-ppl: move no_mem_stripes to struct ppl_confArtur Paszkiewicz1-13/+23
2017-03-23raid5-ppl: silence a misleading warning messageDan Carpenter1-1/+1
2017-03-16raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz1-0/+4
2017-03-16raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz1-1/+44
2017-03-16raid5-ppl: load and recover the logArtur Paszkiewicz1-0/+489
2017-03-16raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz1-0/+703