summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-ppl.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
* Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-0/+63
|\
| * raid5: set write hint for PPLMariusz Dabrowski2019-03-121-0/+63
* | md: convert to kvmallocKent Overstreet2019-03-121-4/+2Star
|/
* md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-25/+17Star
* raid5-ppl: fix handling flush requestsArtur Paszkiewicz2018-02-211-0/+10
* raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak2018-01-151-12/+155
* raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz2017-10-171-1/+2
* raid5-ppl: don't resync after rebuildArtur Paszkiewicz2017-10-171-2/+1Star
* 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-241-1/+1
* raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz2017-03-171-0/+4
* raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz2017-03-171-1/+44
* raid5-ppl: load and recover the logArtur Paszkiewicz2017-03-171-0/+489
* raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz2017-03-171-0/+703