aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5-ppl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()Logan Gunthorpe1-1/+1
2022-07-14md/core: Combine two sync_page_io() argumentsBart Van Assche1-6/+6
2022-06-15md/raid5-ppl: Fix argument order in bio_alloc_bioset()Logan Gunthorpe1-2/+2
2022-05-22md: remove most calls to bdevnameChristoph Hellwig1-15/+12
2022-04-25md/raid5-ppl: Annotate with rcu_dereference_protected()Logan Gunthorpe1-3/+10
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-25/+3
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2022-03-08raid5-ppl: fully initialize the bio in ppl_new_iounitChristoph Hellwig1-3/+2
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-25/+3
2022-03-07raid5-ppl: stop using bio_devnameChristoph Hellwig1-9/+4
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-1/+1
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig1-6/+5
2021-11-02raid5-ppl: use swap() to make code cleanerYang Guang1-4/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2020-07-21md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*Yufen Yu1-5/+6
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
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