summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid0.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-151-1/+1
* Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+3
|\
| * md: improve handling of bio with REQ_PREFLUSH in md_flush_request()David Jeffery2019-10-241-3/+2
| * md/raid0: Fix an error message in raid0_make_request()Dan Carpenter2019-10-241-1/+1
* | md/raid0: fix warning message for parameter default_layoutSong Liu2019-10-161-1/+1
|/
* md: add feature flag MD_FEATURE_RAID0_LAYOUTNeilBrown2019-09-131-0/+3
* md/raid0: avoid RAID0 data corruption due to layout confusion.NeilBrown2019-09-131-1/+31
* md raid0/linear: Mark array as 'broken' and fail BIOs if a member is goneGuilherme G. Piccoli2019-09-031-0/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-8/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-1/+1
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+1
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-211-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+6
* md: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-301-2/+3
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-2/+2
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-011-1/+1
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-071-1/+3
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-281-1/+2
| * md/raid0: attach correct cgroup info in bioShaohua Li2017-08-251-0/+1
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-4/+3
|/
* md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-131-3/+4
* md/md0: optimize raid0 discard handlingShaohua Li2017-05-081-14/+102
* Merge branch 'md-next' into md-linusShaohua Li2017-05-011-38/+40
|\
| * md/raid0: fix up bio splitting.NeilBrown2017-04-111-36/+37
| * md: superblock changes for PPLArtur Paszkiewicz2017-03-161-1/+2
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-241-0/+1
|\
| * md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-131-0/+1
* | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-3/+3
|/
* md: cleanup mddev flag clear for takeoverShaohua Li2017-01-051-4/+8
* md: takeover should clear unrelated bitsShaohua Li2016-12-081-0/+5
* md: add block tracing for bio_remappingNeilBrown2016-11-181-3/+10
* md/raid0: replace printk() with pr_*()NeilBrown2016-11-071-45/+44
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-1/+1
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* md: use bio op accessorsMike Christie2016-06-071-1/+1
* md/raid0: remove empty line printk from dump_zonesMichaƂ Pecio2016-04-251-1/+0
* md/raid0: fix uninitialized variable bugDan Carpenter2016-04-141-0/+1
* treewide: Fix typos in printkMasanari Iida2015-12-081-2/+2
* md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown2015-10-021-6/+6
* Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-051-57/+1
|\
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-56/+0
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+1
* | md/raid0: update queue parameter in a safer location.NeilBrown2015-08-031-36/+39
|/
* md/raid0: fix restore to sector variable in raid0_make_requestEric Work2015-05-211-1/+3
* md-raid0: conditional mddev->queue access to suit dm-raidHeinz Mauelshagen2015-05-081-2/+3
* md raid0: access mddev->queue (request queue member) conditionally because it...Heinz Mauelshagen2015-04-221-21/+27
* md/raid0: fix bug with chunksize not a power of 2.NeilBrown2015-04-101-1/+2
* md: fix problems with freeing private data after ->run failure.NeilBrown2015-03-211-2/+0
* md: rename ->stop to ->freeNeilBrown2015-02-041-7/+5