aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/raid5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29dm raid: fix KASAN warning in raid5_add_disksMikulas Patocka1-0/+1
2022-06-29dm raid: fix KASAN warning in raid5_remove_diskMikulas Patocka1-1/+4
2022-05-22md: remove most calls to bdevnameChristoph Hellwig1-21/+16
2022-05-03raid5: don't set the discard_alignment queue limitChristoph Hellwig1-1/+0
2022-04-25md/raid5: Annotate functions that hold device_lock with __must_holdLogan Gunthorpe1-5/+17
2022-04-25md/raid5: Annotate rdev/replacement access when mddev_lock is heldLogan Gunthorpe1-22/+43
2022-04-25md/raid5: Annotate rdev/replacement accesses when nr_pending is elevatedLogan Gunthorpe1-9/+19
2022-04-25md/raid5: Add __rcu annotation to struct disk_infoLogan Gunthorpe1-20/+26
2022-04-25md/raid5: Cleanup setup_conf() error returnsLogan Gunthorpe1-7/+11
2022-04-25raid5: introduce MD_BROKENMariusz Tkaczyk1-25/+22
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-8/+4
2022-04-17block: add a bdev_nonrot helperChristoph Hellwig1-1/+1
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+0
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2022-03-08raid5: initialize the stripe_head embeeded bios as neededChristoph Hellwig1-17/+8
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-6/+0
2022-02-22scsi: md: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig1-2/+2
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig1-4/+4
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-2/+2
2022-01-06md: Move alloc/free acct bioset in to personalityXiao Ni1-11/+30
2022-01-06md: raid456 add nowait supportVishal Verma1-0/+15
2022-01-06md/raid5: play nice with PREEMPT_RTDavidlohr Bueso1-5/+6
2021-10-18md: remove unused argument from md_new_eventGuoqing Jiang1-1/+1
2021-10-18md/raid5: call roundup_pow_of_two in raid5_runGuoqing Jiang1-4/+1
2021-08-28md/raid5: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior1-2/+2
2021-06-30Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+45
2021-06-14md/raid5: avoid device_lock in read_one_chunk()Gal Ofri1-6/+23
2021-06-14md: Constify attribute_group structsRikard Falkeborn1-1/+1
2021-06-14md/raid5: avoid redundant bio clone in raid5_read_one_chunkGuoqing Jiang1-14/+15
2021-06-14md/raid5: move checking badblock before clone bio in raid5_read_one_chunkGuoqing Jiang1-7/+7
2021-06-14md: add io accounting for raid0 and raid5Guoqing Jiang1-0/+9
2021-05-25md/raid5: remove an incorrect assert in in_chunk_boundaryChristoph Hellwig1-2/+0
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-03md/raid5: cast chunk_sectors to sector_t valueGuoqing Jiang1-1/+1
2021-01-27md/raid6: refactor raid5_read_one_chunkChristoph Hellwig1-63/+45
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-1/+1
2020-12-04block: remove the request_queue argument to the block_bio_remap tracepointChristoph Hellwig1-8/+7
2020-10-08md/raid5: fix oops during stripe resizingSong Liu1-2/+2
2020-09-24md/raid5: reallocate page array after setting new stripe_sizeYufen Yu1-0/+20
2020-09-24md/raid5: resize stripe_head when reshape arrayYufen Yu1-0/+24
2020-09-24md/raid5: let multiple devices of stripe_head share pageYufen Yu1-2/+87
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu1-2/+2
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu1-12/+24
2020-09-24md/raid5: convert to new xor compution interfaceYufen Yu1-9/+34
2020-09-24md/raid5: make async_copy_data() to support different page offsetYufen Yu1-3/+5
2020-09-24md/raid5: add a new member of offset into r5devYufen Yu1-11/+39
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-4/+4
2020-09-24block: lift setting the readahead size into the block layerChristoph Hellwig1-12/+1