summaryrefslogtreecommitdiff
path: root/drivers/md/raid0.c
Commit message (Expand)AuthorAge
* block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-08
* md: remove special meaning of ->quiesce(.., 2)NeilBrown2017-11-01
* Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-09-07
|\
| * md: Runtime support for multiple pplsPawel Baldysiak2017-08-28
| * md/raid0: attach correct cgroup info in bioShaohua Li2017-08-25
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
|/
* md: fix deadlock between mddev_suspend() and md_write_start()NeilBrown2017-06-13
* md/md0: optimize raid0 discard handlingShaohua Li2017-05-08
* Merge branch 'md-next' into md-linusShaohua Li2017-05-01
|\
| * md/raid0: fix up bio splitting.NeilBrown2017-04-11
| * md: superblock changes for PPLArtur Paszkiewicz2017-03-16
* | md: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-08
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-24
|\
| * md: disable WRITE SAME if it fails in underlayer disksShaohua Li2017-02-13
* | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-02
|/
* md: cleanup mddev flag clear for takeoverShaohua Li2017-01-05
* md: takeover should clear unrelated bitsShaohua Li2016-12-08
* md: add block tracing for bio_remappingNeilBrown2016-11-18
* md/raid0: replace printk() with pr_*()NeilBrown2016-11-07
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-07
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-07
* md: use bio op accessorsMike Christie2016-06-07
* md/raid0: remove empty line printk from dump_zonesMichaƂ Pecio2016-04-25
* md/raid0: fix uninitialized variable bugDan Carpenter2016-04-14
* treewide: Fix typos in printkMasanari Iida2015-12-08
* md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown2015-10-02
* Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-05
|\
| * block: kill merge_bvec_fn() completelyKent Overstreet2015-08-13
| * block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* | md/raid0: update queue parameter in a safer location.NeilBrown2015-08-03
|/
* md/raid0: fix restore to sector variable in raid0_make_requestEric Work2015-05-21
* md-raid0: conditional mddev->queue access to suit dm-raidHeinz Mauelshagen2015-05-08
* md raid0: access mddev->queue (request queue member) conditionally because it...Heinz Mauelshagen2015-04-22
* md/raid0: fix bug with chunksize not a power of 2.NeilBrown2015-04-10
* md: fix problems with freeing private data after ->run failure.NeilBrown2015-03-21
* md: rename ->stop to ->freeNeilBrown2015-02-04
* md: split detach operation out from ->stop.NeilBrown2015-02-04
* md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-04
* md: make ->congested robust against personality changes.NeilBrown2015-02-04
* md: remove unwanted white space from md.cNeilBrown2014-10-14
* md/raid0: check for bitmap compatability when changing raid levels.NeilBrown2014-08-08
* block: Introduce new bio_split()Kent Overstreet2013-11-23
* block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-23
* block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-23
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* md: fix buglet in RAID5 -> RAID0 conversion.NeilBrown2013-06-26
* block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-23
* block: Use bio_sectors() more consistentlyKent Overstreet2013-03-23
* md/raid0: improve error message when converting RAID4-with-spares to RAID0NeilBrown2013-02-26
* md: raid0: fix error return from create_stripe_zones.NeilBrown2013-02-26