Age | Commit message (Expand) | Author | Files | Lines |
2022-05-16 | dax: add .recovery_write dax_operation | Jane Chu | 1 | -0/+10 |
2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 1 | -2/+3 |
2022-02-22 | scsi: dm: Remove WRITE_SAME support | Christoph Hellwig | 1 | -3/+1 |
2021-12-18 | dax: remove the copy_from_iter and copy_to_iter methods | Christoph Hellwig | 1 | -20/+0 |
2021-12-04 | dm-stripe: add a stripe_dax_pgoff helper | Christoph Hellwig | 1 | -48/+15 |
2021-12-04 | dm: make the DAX support depend on CONFIG_FS_DAX | Christoph Hellwig | 1 | -1/+1 |
2021-08-10 | dm: update target status functions to support IMA measurement | Tushar Sugandhi | 1 | -0/+15 |
2020-12-04 | dm: add support for REQ_NOWAIT to various targets | Jeffle Xu | 1 | -1/+1 |
2020-05-20 | dm: replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-04-02 | dm,dax: Add dax zero_page_range operation | Vivek Goyal | 1 | -0/+23 |
2019-11-05 | dm stripe: use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -14/+1 |
2018-05-22 | dax: Introduce a ->copy_to_iter dax operation | Dan Williams | 1 | -0/+21 |
2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+6 |
2018-04-03 | dm: add support for secure erase forwarding | Denis Semakin | 1 | -0/+2 |
2018-04-03 | dm stripe: get rid of a Variable Length Array (VLA) | Tycho Andersen | 1 | -5/+5 |
2018-04-03 | dax, dm: allow device-mapper to operate without dax support | Dan Williams | 1 | -0/+6 |
2017-09-14 | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -20/+0 |
2017-09-11 | dax: remove the pmem_dax_ops->flush abstraction | Mikulas Patocka | 1 | -20/+0 |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -6/+4 |
2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+40 |
2017-06-15 | dm: add ->flush() dax operation support | Dan Williams | 1 | -0/+20 |
2017-06-09 | dm: add ->copy_from_iter() dax operation support | Dan Williams | 1 | -0/+20 |
2017-06-09 | block: switch bios to blk_status_t | Christoph Hellwig | 1 | -2/+3 |
2017-06-09 | dm: change ->end_io calling convention | Christoph Hellwig | 1 | -7/+7 |
2017-06-09 | dm: fix REQ_RAHEAD handling | Christoph Hellwig | 1 | -1/+1 |
2017-05-05 | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -15/+14 |
2017-05-03 | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
2017-04-25 | dm: teach dm-targets to use a dax_device + dax_operations | Dan Williams | 1 | -15/+14 |
2017-04-24 | dm: mark targets that pass integrity data | Mikulas Patocka | 1 | -0/+1 |
2017-04-08 | dm: support REQ_OP_WRITE_ZEROES | Christoph Hellwig | 1 | -0/+2 |
2016-08-07 | block: rename bio bi_rw to bi_opf | Jens Axboe | 1 | -2/+2 |
2016-07-28 | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2016-07-20 | dm stripe: add DAX support | Toshi Kani | 1 | -1/+25 |
2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 1 | -1/+1 |
2016-06-07 | dm: use bio op accessors | Mike Christie | 1 | -2/+2 |
2015-09-02 | Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 1 | -3/+5 |
2015-08-13 | block: kill merge_bvec_fn() completely | Kent Overstreet | 1 | -21/+0 |
2015-08-12 | dm: do not override error code returned from dm_get_device() | Vivek Goyal | 1 | -3/+5 |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig | 1 | -1/+1 |
2015-05-29 | dm stripe: drop useless exit point from dm_stripe_init() | Luis Henriques | 1 | -3/+1 |
2014-10-10 | dm stripe: fix potential for leak in stripe_ctr error path | Pavitra Kumar | 1 | -1/+3 |
2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -5/+8 |
2013-09-06 | dm stripe: silence a couple sparse warnings | Mike Snitzer | 1 | -0/+1 |
2013-05-10 | dm stripe: fix regression in stripe_width calculation | Mike Snitzer | 1 | -5/+6 |
2013-03-23 | block: Add bio_end_sector() | Kent Overstreet | 1 | -1/+1 |
2013-03-01 | dm: rename request variables to bios | Alasdair G Kergon | 1 | -10/+10 |
2013-03-01 | dm: fix truncated status strings | Mikulas Patocka | 1 | -4/+3 |
2012-12-21 | dm stripe: add WRITE SAME support | Mike Snitzer | 1 | -4/+6 |
2012-12-21 | dm: remove map_info | Mikulas Patocka | 1 | -4/+2 |
2012-12-21 | dm: move target request nr to dm_target_io | Mikulas Patocka | 1 | -2/+2 |