summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-stripe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-0/+6
|\
| * dax, dm: allow device-mapper to operate without dax supportDan Williams2018-04-031-0/+6
* | dm: add support for secure erase forwardingDenis Semakin2018-04-031-0/+2
* | dm stripe: get rid of a Variable Length Array (VLA)Tycho Andersen2018-04-031-5/+5
|/
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-20/+0
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-20/+0
* | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-6/+4
|/
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+40
|\
| * dm: add ->flush() dax operation supportDan Williams2017-06-151-0/+20
| * dm: add ->copy_from_iter() dax operation supportDan Williams2017-06-091-0/+20
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-2/+3
* | dm: change ->end_io calling conventionChristoph Hellwig2017-06-091-7/+7
* | dm: fix REQ_RAHEAD handlingChristoph Hellwig2017-06-091-1/+1
|/
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-15/+14
|\
| * dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-251-15/+14
* | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-0/+1
|\ \
| * | dm: mark targets that pass integrity dataMikulas Patocka2017-04-241-0/+1
| |/
* / dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-0/+2
|/
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-2/+2
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-1/+1
|\
* | dm stripe: add DAX supportToshi Kani2016-07-201-1/+25
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-1/+1
* | dm: use bio op accessorsMike Christie2016-06-071-2/+2
|/
* Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-09-021-3/+5
|\
| * dm: do not override error code returned from dm_get_device()Vivek Goyal2015-08-121-3/+5
* | block: kill merge_bvec_fn() completelyKent Overstreet2015-08-131-21/+0
* | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+1
|/
* dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques2015-05-291-3/+1
* dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar2014-10-101-1/+3
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-5/+8
* dm stripe: silence a couple sparse warningsMike Snitzer2013-09-061-0/+1
* dm stripe: fix regression in stripe_width calculationMike Snitzer2013-05-101-5/+6
* block: Add bio_end_sector()Kent Overstreet2013-03-231-1/+1
* dm: rename request variables to biosAlasdair G Kergon2013-03-011-10/+10
* dm: fix truncated status stringsMikulas Patocka2013-03-011-4/+3
* dm stripe: add WRITE SAME supportMike Snitzer2012-12-211-4/+6
* dm: remove map_infoMikulas Patocka2012-12-211-4/+2
* dm: move target request nr to dm_target_ioMikulas Patocka2012-12-211-2/+2
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* dm thin: commit before gathering statusAlasdair G Kergon2012-07-271-2/+2
* dm stripe: optimize chunk_size calculationsMikulas Patocka2012-07-271-3/+23
* dm stripe: remove minimum stripe sizeMikulas Patocka2012-07-271-2/+1
* dm stripe: support for non power of 2 chunksizeMike Snitzer2012-07-271-25/+19
* dm: support non power of two target max_io_lenMike Snitzer2012-07-271-1/+4
* dm stripe: remove stripes_maskMikulas Patocka2012-07-271-6/+3
* dm stripe: fix size testMikulas Patocka2012-07-271-1/+0
* dm: replace simple_strtoulmajianpeng2012-07-271-5/+2
* dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-281-1/+2
* dm stripe: implement merge methodMustafa Mesanovic2011-03-241-1/+22
* dm stripe: switch from local workqueue to system_wqTejun Heo2011-01-131-20/+7