aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-stripe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-20/+0
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-20/+0
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-6/+4
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+40
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+20
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+20
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+3
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig1-7/+7
2017-06-09dm: fix REQ_RAHEAD handlingChristoph Hellwig1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-15/+14
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+1
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams1-15/+14
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka1-0/+1
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-0/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-2/+2
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2016-07-20dm stripe: add DAX supportToshi Kani1-1/+25
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-1/+1
2016-06-07dm: use bio op accessorsMike Christie1-2/+2
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+5
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet1-21/+0
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal1-3/+5
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2015-05-29dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques1-3/+1
2014-10-10dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar1-1/+3
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-5/+8
2013-09-06dm stripe: silence a couple sparse warningsMike Snitzer1-0/+1
2013-05-10dm stripe: fix regression in stripe_width calculationMike Snitzer1-5/+6
2013-03-23block: Add bio_end_sector()Kent Overstreet1-1/+1
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-10/+10
2013-03-01dm: fix truncated status stringsMikulas Patocka1-4/+3
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer1-4/+6
2012-12-21dm: remove map_infoMikulas Patocka1-4/+2
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka1-2/+2
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-27dm thin: commit before gathering statusAlasdair G Kergon1-2/+2
2012-07-27dm stripe: optimize chunk_size calculationsMikulas Patocka1-3/+23
2012-07-27dm stripe: remove minimum stripe sizeMikulas Patocka1-2/+1
2012-07-27dm stripe: support for non power of 2 chunksizeMike Snitzer1-25/+19
2012-07-27dm: support non power of two target max_io_lenMike Snitzer1-1/+4
2012-07-27dm stripe: remove stripes_maskMikulas Patocka1-6/+3
2012-07-27dm stripe: fix size testMikulas Patocka1-1/+0
2012-07-27dm: replace simple_strtoulmajianpeng1-5/+2
2012-03-28dm: reject trailing characters in sccanf inputMikulas Patocka1-1/+2
2011-03-24dm stripe: implement merge methodMustafa Mesanovic1-1/+22
2011-01-13dm stripe: switch from local workqueue to system_wqTejun Heo1-20/+7
2010-09-10dm: implement REQ_FLUSH/FUA support for bio-based dmTejun Heo1-1/+1
2010-08-12dm stripe: support discardsMikulas Patocka1-0/+39
2010-08-12dm stripe: optimize sector divisionMikulas Patocka1-5/+18
2010-08-12dm stripe: move sector translation to a functionMikulas Patocka1-7/+14