summaryrefslogtreecommitdiff
path: root/drivers/md/raid5-ppl.c
AgeCommit message (Expand)Author
2021-11-02raid5-ppl: use swap() to make code cleanerYang Guang
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-14drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SETEugene Syromiatnikov
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-03-16Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-12raid5: set write hint for PPLMariusz Dabrowski
2019-03-12md: convert to kvmallocKent Overstreet
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet
2018-02-21raid5-ppl: fix handling flush requestsArtur Paszkiewicz
2018-01-15raid5-ppl: PPL support for disks with write-back cache enabledTomasz Majchrzak
2017-10-16raid5-ppl: check recovery_offset when performing ppl recoveryArtur Paszkiewicz
2017-10-16raid5-ppl: don't resync after rebuildArtur Paszkiewicz
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2017-08-28raid5-ppl: Recovery support for multiple partial parity logsPawel Baldysiak
2017-08-28md: Runtime support for multiple pplsPawel Baldysiak
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-12raid5-ppl: use BIOSET_NEED_BVECS when creating biosetArtur Paszkiewicz
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-05-31md: Make flush bios explicitely syncJan Kara
2017-04-11raid5-ppl: use a single mempool for ppl_io_unit and header_pageArtur Paszkiewicz
2017-04-10raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz
2017-04-10raid5-ppl: move no_mem_stripes to struct ppl_confArtur Paszkiewicz
2017-03-23raid5-ppl: silence a misleading warning messageDan Carpenter
2017-03-16raid5-ppl: runtime PPL enabling or disablingArtur Paszkiewicz
2017-03-16raid5-ppl: support disk hot add/remove with PPLArtur Paszkiewicz
2017-03-16raid5-ppl: load and recover the logArtur Paszkiewicz
2017-03-16raid5-ppl: Partial Parity Log write logging implementationArtur Paszkiewicz