aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-ebs-target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-06Merge tag 'for-6.0/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1/+2
2022-07-28dm bufio: Add flags argument to dm_bufio_client_createNathan Huckleberry1-1/+2
2022-07-14dm/ebs: Change 'int rw' into 'enum req_op op'Bart Van Assche1-7/+8
2022-02-22scsi: dm: Remove WRITE_SAME supportChristoph Hellwig1-1/+0
2021-10-18dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding themChristoph Hellwig1-1/+1
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+3
2021-08-16dm-ebs: use bvec_virtChristoph Hellwig1-1/+1
2021-08-10dm: update target status functions to support IMA measurementTushar Sugandhi1-0/+3
2021-03-26dm ebs: fix a few typosBhaskar Chowdhury1-3/+3
2020-12-21dm ebs: avoid double unlikely() notation when using IS_ERR()Antonio Quartulli1-1/+1
2020-08-04dm ebs: Fix incorrect checking for REQ_OP_FLUSHJohn Dorminy1-1/+1
2020-06-05dm ebs: use dm_bufio_forget_buffersMikulas Patocka1-2/+2
2020-05-15dm ebs: pass discards down to underlying deviceHeinz Mauelshagen1-7/+34
2020-05-15dm: add emulated block size targetHeinz Mauelshagen1-0/+444