aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/ctl/ctl_backend_ramdisk.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r278672: Teach CTL to ask GEOM devices about BIO_DELETE support.Alexander Motin2015-02-191-2/+2
* MFC r275953: Replace ctl_min() macro with MIN().Alexander Motin2015-01-031-12/+11
* MFC r275920, r276127: Pass real optimal transfer size supported by backend.Alexander Motin2014-12-261-1/+2
* MFC r275474: Add GET LBA STATUS command support to CTL.Alexander Motin2014-12-181-4/+27
* MFC r275058: Coalesce last data move and command status for read commands.Alexander Motin2014-12-181-6/+7
* MFC r275009: Use ctl_set_success() instead of direct inlining.Alexander Motin2014-12-181-1/+1
* MFC r272734:Alexander Motin2014-10-201-0/+1
* MFC r269058:Alexander Motin2014-07-271-1/+1
* MFC r268280:Alexander Motin2014-07-151-4/+5
* MFC r267877:Alexander Motin2014-07-121-11/+11
* MFC r267537:Alexander Motin2014-07-021-3/+8
* MFC r267519:Alexander Motin2014-07-021-2/+10
* MFC r267514:Alexander Motin2014-07-021-12/+2
* MFC r267481, r267952:Alexander Motin2014-07-021-17/+8
* MFC r264886:Alexander Motin2014-05-081-74/+135
* MFC r264274, r264279, r264283, r264296, r264297:Alexander Motin2014-05-081-8/+22
* CTL changes required for iSCSI target, most notably LUN remappingEdward Tomasz Napierala2013-08-241-1/+13
* Fix NULL-deference kernel panic on attempt of destroying non-existingAlexander Motin2013-07-031-8/+3
* Remove useless NULL checks after M_WAITOK allocations.Edward Tomasz Napierala2012-09-271-18/+2
* Add LUN resizing to CTL. Also make it possible to explicitly setEdward Tomasz Napierala2012-03-061-0/+76
* Quiet some clang warnings when compiling CTL.Kenneth D. Merry2012-01-191-8/+8
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-0/+835