summaryrefslogtreecommitdiff
path: root/drivers/md/dm-switch.c
AgeCommit message (Expand)Author
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph 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
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-28dm: constify argument arraysEric Biggers
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2015-10-31dm switch: simplify conditional in alloc_region_table()Tomohiro Kusumi
2015-10-31dm: refactor ioctl handlingChristoph Hellwig
2014-08-01dm switch: efficiently support repetitive patternsMikulas Patocka
2014-08-01dm switch: factor out switch_region_table_readMikulas Patocka
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-07-10dm: add switch targetJim Ramsay