Age | Commit message (Expand) | Author | Files | Lines |
2021-10-18 | dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them | Christoph Hellwig | 1 | -1/+1 |
2021-08-10 | dm: update target status functions to support IMA measurement | Tushar Sugandhi | 1 | -0/+4 |
2020-12-04 | dm: add support for REQ_NOWAIT to various targets | Jeffle Xu | 1 | -0/+1 |
2020-05-20 | dm: replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2019-03-05 | dm switch: use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -1/+2 |
2018-04-04 | dm: remove fmode_t argument from .prepare_ioctl hook | Mike Snitzer | 1 | -3/+1 |
2018-04-03 | dm: allow targets to return output from messages they are sent | Mike Snitzer | 1 | -1/+2 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-09-14 | Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2017-08-28 | dm: constify argument arrays | Eric Biggers | 1 | -1/+1 |
2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -1/+1 |
2015-10-31 | dm switch: simplify conditional in alloc_region_table() | Tomohiro Kusumi | 1 | -2/+2 |
2015-10-31 | dm: refactor ioctl handling | Christoph Hellwig | 1 | -12/+9 |
2014-08-01 | dm switch: efficiently support repetitive patterns | Mikulas Patocka | 1 | -2/+47 |
2014-08-01 | dm switch: factor out switch_region_table_read | Mikulas Patocka | 1 | -5/+13 |
2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -2/+2 |
2013-07-10 | dm: add switch target | Jim Ramsay | 1 | -0/+538 |