summaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
...
* mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhciEmmanuel Vadot2021-07-225-28/+135
* mmccam: probe*: Style(9)Emmanuel Vadot2021-07-221-13/+13
* mmcprobe_done: Style(9)Emmanuel Vadot2021-07-221-152/+152
* mmccam: Add mmc_sim, a generic sim for mmc driver to useEmmanuel Vadot2021-07-223-0/+291
* cam: Mark the qos data is valid in xpd_done_direct() too.Warner Losh2021-07-211-0/+1
* cam_iosched: use tunable flag and make a bool really a boolWarner Losh2021-07-211-5/+3
* Fix potential NULL pointer dereference of device physical pathYoung Xiao2021-07-212-4/+10
* Introduce "soft" serseq variant.Alexander Motin2021-05-064-14/+27
* cam: Don't permit crashdumps on non-pollable devices.John Baldwin2021-03-223-4/+7
* cam: Permit non-pollable sims.John Baldwin2021-03-223-1/+16
* Optimize out few extra memory accesses.Alexander Motin2021-03-151-3/+3
* Micro-optimize OOA queue processing.Alexander Motin2021-03-154-164/+135
* Fix build after 2c7dc6bae9fd.Alexander Motin2021-03-151-0/+4
* Refactor CTL datamove KPI.Alexander Motin2021-03-1511-159/+91
* Microoptimize CTL I/O queues.Alexander Motin2021-03-156-80/+81
* Save context switch per I/O for iSCSI and IOCTL frontends.Alexander Motin2021-03-156-25/+65
* Move XPT_IMMEDIATE_NOTIFY handling out of periph lock.Alexander Motin2021-03-151-1/+2
* Do not exit ctl_be_block_worker() prematurely.Alexander Motin2021-03-091-4/+4
* cam: remove redundant scsi_vpd_block_characteristics definitionWarner Losh2021-03-072-28/+3
* cam: add new ASC and ASCQ values related to drive depopulationWarner Losh2021-03-071-0/+9
* Remove pointless lun->be_lun checks.Alexander Motin2021-03-053-14/+11
* Bump CTL block backend threads from 14 to 32 per LUN.Alexander Motin2021-03-021-1/+1
* Exclude reserved iSCSI Target Transfer Tag.Alexander Motin2021-02-231-0/+4
* cam: Remove Giant handling from cam_sim_alloc()Mark Johnston2021-01-032-11/+2
* ada(4): remove remainder of MD geometry translation supportMarius Strobl2020-12-251-9/+0
* mmccam: Convert some printf to CAM_DEBUGEmmanuel Vadot2020-11-301-3/+4
* Remove alignment requirements for KVA buffer mapping.Alexander Motin2020-11-291-13/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-2813-60/+60
* mmccam: We can't sleep during sdda_add_part so use M_NOWAITEmmanuel Vadot2020-11-261-7/+14
* Do not truncate the last character from serial number.Jung-uk Kim2020-11-241-2/+2
* Microoptimize cam_num_doneqs math in xpt_done().Alexander Motin2020-11-201-2/+2
* Make CTL nicer to increased MAXPHYS.Alexander Motin2020-11-111-16/+49
* Always return MMC errors from mmc_handle_reply()Ilya Bakulin2020-11-031-16/+14
* Add icc (Isochronous Command Completion) ccb_ataio field.Alexander Motin2020-11-021-0/+2
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-282-2/+0
* Introduce support of SCSI Command Priority.Alexander Motin2020-10-257-11/+26
* vmapbuf: don't smuggle address or length in bufBrooks Davis2020-10-211-7/+1
* Fix sbuf_finish() error code check in user-space.Alexander Motin2020-10-133-4/+24
* cam: Add quirk for Samsung MZ7* behind a SATA-to-SAS interposerWarner Losh2020-10-071-0/+9
* nvme: Note where the CCB was released for passthrough commandWarner Losh2020-10-061-0/+1
* cam: Assert we have a reference when freeing simWarner Losh2020-10-061-0/+1
* Revert most of r360179.John Baldwin2020-09-251-24/+1
* mmc_da: universally use uint8_t for the partition indexAndriy Gapon2020-09-081-3/+5
* mmc_da: fix a typo and a too long lineAndriy Gapon2020-09-081-1/+2
* mmc_da: make sure that part_index is not used uninitialized in sddastartAndriy Gapon2020-09-081-0/+1
* 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