aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-ppl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-14drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SETEugene Syromiatnikov1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+63
2019-03-12raid5: set write hint for PPLMariusz Dabrowski1-0/+63
2019-03-12md: convert to kvmallocKent Overstreet1-4/+2
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet1-25/+17
2018-02-21raid5-ppl: fix handling flush requestsArtur Paszkiewicz1-0/+10
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak1-12/+155
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