summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl/ctl_backend_ramdisk.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r288427: Use proper STAILQ_* macros where possible.mav2015-10-051-8/+1
* MFC r288369: Really implement PREVENT ALLOW MEDIUM REMOVAL command.mav2015-10-051-0/+5
* MFC r288348: Umplement media load/eject support for removable devices.mav2015-10-051-21/+12
* MFC r288310: Add to CTL initial support for CDROMs and removable devices.mav2015-10-051-2/+9
* MFC r288259: Remove some duplicate, legacy, dead and questionable code.mav2015-10-051-7/+1
* MFC r288221: Remove some dead code found by Clang analyzer.mav2015-10-051-8/+0
* MFC r288220: Remove stale comments and some excessive empty lines.mav2015-10-051-40/+6
* MFC r288215: Switch I/O time accounting from system time to uptime.mav2015-10-051-3/+3
* MFC r288020: Remove couple excess SGLIST I/O flags.mav2015-10-051-1/+0
* MFC r287670: Close races between device close and request processing.mav2015-10-051-1/+1
* MFC r287621: Reimplement CTL High Availability.mav2015-10-051-3/+33
* MFC r287500: Allow LUN options modification via CTL_LUNREQ_MODIFY.mav2015-10-051-19/+10
* MFC r287499: Move setting of media parameters inside open routines.mav2015-10-051-106/+83
* MFC r286806: Drop "internal" CTL frontend.mav2015-10-051-1/+0
* MFC r278672: Teach CTL to ask GEOM devices about BIO_DELETE support.mav2015-02-191-2/+2
* MFC r275953: Replace ctl_min() macro with MIN().mav2015-01-031-12/+11
* MFC r275920, r276127: Pass real optimal transfer size supported by backend.mav2014-12-261-1/+2
* MFC r275474: Add GET LBA STATUS command support to CTL.mav2014-12-181-4/+27
* MFC r275058: Coalesce last data move and command status for read commands.mav2014-12-181-6/+7
* MFC r275009: Use ctl_set_success() instead of direct inlining.mav2014-12-181-1/+1
* MFC r272734:mav2014-10-201-0/+1
* MFC r269058:mav2014-07-271-1/+1
* MFC r268280:mav2014-07-151-4/+5
* MFC r267877:mav2014-07-121-11/+11
* MFC r267537:mav2014-07-021-3/+8
* MFC r267519:mav2014-07-021-2/+10
* MFC r267514:mav2014-07-021-12/+2
* MFC r267481, r267952:mav2014-07-021-17/+8
* MFC r264886:mav2014-05-081-74/+135
* MFC r264274, r264279, r264283, r264296, r264297:mav2014-05-081-9/+23
* CTL changes required for iSCSI target, most notably LUN remappingtrasz2013-08-241-1/+13
* Fix NULL-deference kernel panic on attempt of destroying non-existingmav2013-07-031-8/+3
* Remove useless NULL checks after M_WAITOK allocations.trasz2012-09-271-18/+2
* Add LUN resizing to CTL. Also make it possible to explicitly settrasz2012-03-061-0/+76
* Quiet some clang warnings when compiling CTL.ken2012-01-191-8/+8
* Add the CAM Target Layer (CTL).ken2012-01-121-0/+835
OpenPOWER on IntegriCloud