aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/raid5-ppl.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-1/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Gravatar Yufen Yu 1-5/+6
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2019-12-09treewide: Use sizeof_field() macroGravatar Pankaj Bharadiya 1-1/+1
2019-11-14drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SETGravatar Eugene Syromiatnikov 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-9/+1
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+63
2019-03-12raid5: set write hint for PPLGravatar Mariusz Dabrowski 1-0/+63
2019-03-12md: convert to kvmallocGravatar Kent Overstreet 1-4/+2
2018-05-30md: convert to bioset_init()/mempool_init()Gravatar Kent Overstreet 1-25/+17
2018-02-21raid5-ppl: fix handling flush requestsGravatar Artur Paszkiewicz 1-0/+10
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledGravatar Tomasz Majchrzak 1-12/+155
2017-10-16raid5-ppl: check recovery_offset when performing ppl recoveryGravatar Artur Paszkiewicz 1-1/+2
2017-10-16raid5-ppl: don't resync after rebuildGravatar Artur Paszkiewicz 1-2/+1
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdGravatar Linus Torvalds 1-41/+130
2017-08-28raid5-ppl: Recovery support for multiple partial parity logsGravatar Pawel Baldysiak 1-38/+90
2017-08-28md: Runtime support for multiple pplsGravatar Pawel Baldysiak 1-3/+40
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexGravatar Christoph Hellwig 1-3/+3
2017-07-12raid5-ppl: use BIOSET_NEED_BVECS when creating biosetGravatar Artur Paszkiewicz 1-1/+1
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()Gravatar NeilBrown 1-1/+1
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-2/+2
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 1-1/+1
2017-05-31md: Make flush bios explicitely syncGravatar Jan Kara 1-2/+2
2017-04-11raid5-ppl: use a single mempool for ppl_io_unit and header_pageGravatar Artur Paszkiewicz 1-16/+37
2017-04-10raid5-ppl: partial parity calculation optimizationGravatar Artur Paszkiewicz 1-10/+10
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplGravatar Artur Paszkiewicz 1-1/+2
2017-04-10raid5-ppl: move no_mem_stripes to struct ppl_confGravatar Artur Paszkiewicz 1-13/+23
2017-03-23raid5-ppl: silence a misleading warning messageGravatar Dan Carpenter 1-1/+1
2017-03-16raid5-ppl: runtime PPL enabling or disablingGravatar Artur Paszkiewicz 1-0/+4
2017-03-16raid5-ppl: support disk hot add/remove with PPLGravatar Artur Paszkiewicz 1-1/+44
2017-03-16raid5-ppl: load and recover the logGravatar Artur Paszkiewicz 1-0/+489
2017-03-16raid5-ppl: Partial Parity Log write logging implementationGravatar Artur Paszkiewicz 1-0/+703