aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-stripe.c
AgeCommit message (Expand)Author
2022-05-16dax: add .recovery_write dax_operationJane Chu
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig
2021-12-04dm-stripe: add a stripe_dax_pgoff helperChristoph Hellwig
2021-12-04dm: make the DAX support depend on CONFIG_FS_DAXChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2020-12-04dm: add support for REQ_NOWAIT to various targetsJeffle Xu
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-04-02dm,dax: Add dax zero_page_range operationVivek Goyal
2019-11-05dm stripe: use struct_size() in kmalloc()Gustavo A. R. Silva
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-03dm: add support for secure erase forwardingDenis Semakin
2018-04-03dm stripe: get rid of a Variable Length Array (VLA)Tycho Andersen
2018-04-03dax, dm: allow device-mapper to operate without dax supportDan Williams
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-06-15dm: add ->flush() dax operation supportDan Williams
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig
2017-06-09dm: fix REQ_RAHEAD handlingChristoph Hellwig
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-20dm stripe: add DAX supportToshi Kani
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07dm: use bio op accessorsMike Christie
2015-09-02Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2015-08-13block: kill merge_bvec_fn() completelyKent Overstreet
2015-08-12dm: do not override error code returned from dm_get_device()Vivek Goyal
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-05-29dm stripe: drop useless exit point from dm_stripe_init()Luis Henriques
2014-10-10dm stripe: fix potential for leak in stripe_ctr error pathPavitra Kumar
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-09-06dm stripe: silence a couple sparse warningsMike Snitzer
2013-05-10dm stripe: fix regression in stripe_width calculationMike Snitzer
2013-03-23block: Add bio_end_sector()Kent Overstreet
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2013-03-01dm: fix truncated status stringsMikulas Patocka
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer
2012-12-21dm: remove map_infoMikulas Patocka
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka