aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-switch.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li1-13/+1
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li1-7/+1
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen1-23/+23
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen1-0/+1
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-1/+1
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+4
2020-12-04dm: add support for REQ_NOWAIT to various targetsJeffle Xu1-0/+1
2020-05-20dm: replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-03-05dm switch: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+2
2018-04-04dm: remove fmode_t argument from .prepare_ioctl hookMike Snitzer1-3/+1
2018-04-03dm: allow targets to return output from messages they are sentMike Snitzer1-1/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2017-08-28dm: constify argument arraysEric Biggers1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-1/+1
2015-10-31dm switch: simplify conditional in alloc_region_table()Tomohiro Kusumi1-2/+2
2015-10-31dm: refactor ioctl handlingChristoph Hellwig1-12/+9
2014-08-01dm switch: efficiently support repetitive patternsMikulas Patocka1-2/+47
2014-08-01dm switch: factor out switch_region_table_readMikulas Patocka1-5/+13
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-2/+2
2013-07-10dm: add switch targetJim Ramsay1-0/+538