summaryrefslogtreecommitdiffstats
path: root/drivers/md/raid0.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* md: split detach operation out from ->stop.NeilBrown2015-02-041-1/+0
* md: make merge_bvec_fn more robust in face of personality changes.NeilBrown2015-02-041-4/+3
* md: make ->congested robust against personality changes.NeilBrown2015-02-041-7/+2
* md: remove unwanted white space from md.cNeilBrown2014-10-141-5/+4
* md/raid0: check for bitmap compatability when changing raid levels.NeilBrown2014-08-081-0/+6
* block: Introduce new bio_split()Kent Overstreet2013-11-231-49/+28
* block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-231-3/+3
* block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-1/+1
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-7/+9
* md: fix buglet in RAID5 -> RAID0 conversion.NeilBrown2013-06-261-0/+1
* block: Change bio_split() to respect the current value of bi_idxKent Overstreet2013-03-231-2/+1
* block: Use bio_sectors() more consistentlyKent Overstreet2013-03-231-3/+3
* md/raid0: improve error message when converting RAID4-with-spares to RAID0NeilBrown2013-02-261-1/+7
* md: raid0: fix error return from create_stripe_zones.NeilBrown2013-02-261-1/+1
* md: fix two bugs when attempting to resize RAID0 array.NeilBrown2013-02-261-1/+2
* md: raid 0 supports TRIMShaohua Li2012-10-111-1/+18
* block: Implement support for WRITE SAMEMartin K. Petersen2012-09-201-0/+1
* md: Avoid OOPS when reshaping raid1 to raid0Jes Sorensen2012-04-031-1/+17
* md/raid0: If md_integrity_register() fails, raid0_run() must free the mem.majianpeng2012-04-021-1/+8
* md: add proper merge_bvec handling to RAID0 and Linear.NeilBrown2012-03-191-69/+85
* md: tidy up rdev_for_each usage.NeilBrown2012-03-191-5/+5
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-13/+9
|\ \ | |/ |/|
| * block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-13/+9
* | md: rename "mdk_personality" to "md_personality"NeilBrown2011-10-111-1/+1
* | md/raid0: typedef removal: raid0_conf_t -> struct r0confNeilBrown2011-10-111-11/+11
* | md: remove typedefs: mddev_t -> struct mddevNeilBrown2011-10-111-16/+16
* | md: removing typedefs: mdk_rdev_t -> struct md_rdevNeilBrown2011-10-111-7/+7
* | md/raid0: convert some printks to pr_debug.NeilBrown2011-10-071-48/+50
* | md: remove some old DEBUGging code.NeilBrown2011-10-071-27/+0
|/
* block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen2011-03-171-2/+1
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-16/+0
|\