aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* cam_sim: harmonize code related to acquiring a mtxBjoern A. Zeeb2020-09-041-21/+20
* cam: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0158-289/+56
* Fix tiny style nit.Warner Losh2020-08-271-1/+1
* Fix CTL ioctl port creation error handling.Alexander Motin2020-08-211-2/+4
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-2/+2
* cam: add missing MAKEDEV_NOWAIT in passregisterMateusz Guzik2020-08-181-0/+1
* Extend EIIOE field handling according to ses4r5 draft.Alexander Motin2020-08-172-9/+15
* Fill device serial_num and device_id in NVMe XPT.Alexander Motin2020-08-131-3/+67
* Report proper stripesize for nda(4).Alexander Motin2020-08-121-1/+5
* mmc_da: fix memory leak in sddaregister()Bjoern A. Zeeb2020-08-071-1/+1
* Add CTL support for REPORT IDENTIFYING INFORMATION command.Alexander Motin2020-08-064-5/+124
* mmccam: Unhold the periph when we add the deviceEmmanuel Vadot2020-08-061-0/+2
* Minor cleanups in mmc_xpt.cIlya Bakulin2020-08-041-23/+24
* mmccam: Hold the periph during initEmmanuel Vadot2020-08-041-0/+2
* mmcam: Use a static length sbuf bufferEmmanuel Vadot2020-08-042-7/+11
* mmccam: mmc_xpt: We're only interested about losing the deviceEmmanuel Vadot2020-08-041-23/+5
* mmccam: Make non bootverbose more readableEmmanuel Vadot2020-07-241-4/+3
* mmccam: Add some aliases for non-mmccam to mmccam transitionEmmanuel Vadot2020-07-241-0/+11
* mmccam: Add support for 1.2V and 1.8V eMMCEmmanuel Vadot2020-07-221-4/+71
* mmccam: Add support for 1.8V sdcardEmmanuel Vadot2020-07-222-3/+49
* mmccam: Add a generic mmccam_start_discovery functionEmmanuel Vadot2020-07-222-0/+25
* mmccam: Use a sbuf for the mmc ident functionEmmanuel Vadot2020-07-221-21/+41
* mmc_xpt: Fix debug messagesEmmanuel Vadot2020-07-221-1/+2
* Hold the mutex when releasing a callout.Kenneth D. Merry2020-07-161-1/+3
* Use the more descriptive src_ccb and dst_ccb for the two ccbs being merged.Warner Losh2020-06-202-11/+11
* Implement zero-copy iSCSI target transmission/read.Alexander Motin2020-06-083-4/+65
* Add a tunable for the nvd symlink creation.Warner Losh2020-06-061-2/+6
* Ensure that we send at least LBA range per TRIM.Warner Losh2020-06-061-0/+1
* Remove session locking from cfiscsi_pdu_update_cmdsn().Alexander Motin2020-05-291-57/+45
* Report STATUS_QUEUED/SENT in `ctladm dumpooa` output.Alexander Motin2020-05-292-1/+9
* Move EXPDATASN/R2TSN from PDU to CTL_PRIV_FRONTEND.Alexander Motin2020-05-291-16/+23
* Remove PDU_TOTAL_TRANSFER_LEN() macro.Alexander Motin2020-05-281-23/+8
* Make struct ctl_be_lun first element of struct ctl_be_*_lun.Alexander Motin2020-05-284-47/+38
* Remove ctl_free_beio() LUN and ctl_io dependencies.Alexander Motin2020-05-281-36/+21
* [ata_da] remove duplicate definition; it trips up ye olde gcc-6 on mips32Adrian Chadd2020-05-271-1/+0
* Properly check kern_sg_entries for S/G list.Alexander Motin2020-05-261-1/+1
* Fix fallout of r319722 in CTL HA.Alexander Motin2020-05-261-4/+5
* Do not remove upcall if we haven't yet.Alexander Motin2020-05-261-1/+2
* cam: ANSIfy 0-argument function definitionsConrad Meyer2020-05-166-9/+8
* Add nvd alias back to nda now that it actually works.Warner Losh2020-05-131-1/+1
* Make the ata probe* and xpt* routines aprobe* and axpt* respectively.Warner Losh2020-05-131-51/+50
* Fix a memory leak for ENCIOC_GETSTRING I introduced in r360171.John Baldwin2020-05-081-1/+1
* Add session locking in cfiscsi_ioctl_handoff().Alexander Motin2020-05-031-2/+4
* We need to hold the periph lock when we release the ccb (and when weWarner Losh2020-05-031-9/+9
* Cleanup LUN addition/removal.Alexander Motin2020-05-026-485/+185
* Fix three bugs highlighted by review:Warner Losh2020-04-301-3/+4
* Remove stray blank line.Warner Losh2020-04-301-1/+0
* Implement the NVME_GET_NSID and NVME_PASSTHROUGH_CMD ioctlsWarner Losh2020-04-301-3/+90
* Return the nvmeX device associated with the ndaX device.Warner Losh2020-04-301-0/+5