summaryrefslogtreecommitdiff
path: root/drivers/md/dm-ebs-target.c
Commit message (Expand)AuthorAgeFilesLines
* dm: add helper macro for simple DM target module init and exitYangtao Li2023-04-111-13/+1
* dm: push error reporting down to dm_register_target()Yangtao Li2023-04-111-6/+1
* dm: avoid spaces before function arguments or in favour of tabsHeinz Mauelshagen2023-02-141-1/+1
* dm: change "unsigned" to "unsigned int"Heinz Mauelshagen2023-02-141-1/+1
* dm: add missing SPDX-License-IndentifiersHeinz Mauelshagen2023-02-141-0/+1
* Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-061-1/+2
|\
| * dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry2022-07-281-1/+2
* | dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche2022-07-141-7/+8
|/
* scsi: dm: Remove WRITE_SAME supportChristoph Hellwig2022-02-221-1/+0
* dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig2021-10-181-1/+1
* Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-311-0/+3
|\
| * dm: update target status functions to support IMA measurementTushar Sugandhi2021-08-101-0/+3
* | dm-ebs: use bvec_virtChristoph Hellwig2021-08-161-1/+1
|/
* dm ebs: fix a few typosBhaskar Chowdhury2021-03-261-3/+3
* dm ebs: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli2020-12-211-1/+1
* dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy2020-08-041-1/+1
* dm ebs: use dm_bufio_forget_buffersMikulas Patocka2020-06-051-2/+2
* dm ebs: pass discards down to underlying deviceHeinz Mauelshagen2020-05-151-7/+34
* dm: add emulated block size targetHeinz Mauelshagen2020-05-151-0/+444