summaryrefslogtreecommitdiff
path: root/drivers/md/dm-ebs-target.c
AgeCommit message (Expand)Author
2023-04-11dm: add helper macro for simple DM target module init and exitYangtao Li
2023-04-11dm: push error reporting down to dm_register_target()Yangtao Li
2023-02-14dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen
2023-02-14dm: change "unsigned" to "unsigned int"Heinz Mauelshagen
2023-02-14dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen
2022-08-06Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-28dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry
2022-07-14dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-16dm-ebs: use bvec_virtChristoph Hellwig
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi
2021-03-26dm ebs: fix a few typosBhaskar Chowdhury
2020-12-21dm ebs: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy
2020-06-05dm ebs: use dm_bufio_forget_buffersMikulas Patocka
2020-05-15dm ebs: pass discards down to underlying deviceHeinz Mauelshagen
2020-05-15dm: add emulated block size targetHeinz Mauelshagen