summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-ppl.c
Commit message (Expand)AuthorAgeFilesLines
* raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz2017-10-161-1/+2
* raid5-ppl: don't resync after rebuildArtur Paszkiewicz2017-10-161-2/+1
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-41/+130
|\
| * raid5-ppl: Recovery support for multiple partial parity logsPawel Baldysiak2017-08-281-38/+90
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-3/+40
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-3/+3
|/
* raid5-ppl: use BIOSET_NEED_BVECS when creating biosetArtur Paszkiewicz2017-07-121-1/+1
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-2/+2
|\
| * md: Make flush bios explicitely syncJan Kara2017-05-311-2/+2
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-1/+1
|/
* raid5-ppl: use a single mempool for ppl_io_unit and header_pageArtur Paszkiewicz2017-04-111-16/+37
* raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz2017-04-101-10/+10
* raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz2017-04-101-1/+2
* raid5-ppl: move no_mem_stripes to struct ppl_confArtur Paszkiewicz2017-04-101-13/+23
* raid5-ppl: silence a misleading warning messageDan Carpenter2017-03-231-1/+1
* raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-161-0/+4
* raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz2017-03-161-1/+44
* raid5-ppl: load and recover the logArtur Paszkiewicz2017-03-161-0/+489
* raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-161-0/+703
OpenPOWER on IntegriCloud