summaryrefslogtreecommitdiff
path: root/sys/dev/iscsi/iscsi.c
AgeCommit message (Expand)Author
2023-12-25iscsi: Check for copyout errors in iscsi_ioctl_daemon_receive()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-23iscsi: adjust shutdown_pre_sync handlerMitchell Horne
2023-11-23shutdown: audit shutdown_post_sync event callbacksMitchell Horne
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-18iscsi: Fetch limits based on a socket rather than assuming global limits.John Baldwin
2022-04-03isci(4): Remove a double word in an error messageGordon Bergling
2022-03-10iscsi: Handle unmapped I/O requests.John Baldwin
2022-03-10iscsi: Use ICL_NOCOPY for SCSI command immediate data and R2T.John Baldwin
2022-02-25iscsi: per-session timeouts and rapid teardown of session on reconnectRichard Scheffenegger
2022-02-15iscsi: Use calloutng instead of ticks in iscsi initiatorRichard Scheffenegger
2022-01-21iscsi: Fix missing is_lock unlock after cam_simq_alloc() failedKa Ho Ng
2021-10-26Further refine the ExpDataSN checks for SCSI Response PDUs.John Baldwin
2021-08-24iscsi: Validate DataSN values in Data-In PDUs in the initiator.John Baldwin
2021-08-06iSCSI: Add support for segmentation offload for hardware offloads.John Baldwin
2021-06-28cam: fix xpt_bus_register and xpt_bus_deregister return errnoWarner Losh
2021-05-20iscsi: Move the maximum data segment limits into 'struct icl_conn'.John Baldwin
2021-04-12iscsi: Kick threads out of iscsi_ioctl() during unload.John Baldwin
2021-02-11iscsi: Mark iSCSI CAM sims as non-pollable.John Baldwin
2021-02-02Make DataSN counter of solicited Data-Out local.Alexander Motin
2021-01-24Exclude reserved iSCSI Initiator Task Tag.Alexander Motin
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-10-28Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala
2020-10-25Introduce support of SCSI Command Priority.Alexander Motin
2020-10-22Negotiate iSCSIProtocolLevel of 2 (RFC 7144) in initiator.Alexander Motin
2020-10-18If the SIM freezes the queue at exactly the wrong moment, afterEdward Tomasz Napierala
2020-09-01iscsi: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-15Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (1 of many)Pawel Biernacki
2020-01-12Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik
2018-03-14Fix typo in a warning message.Edward Tomasz Napierala
2018-03-10Check for duplicates when modifying an iSCSI session. Previously we didEdward Tomasz Napierala
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-23Make sure the iSCSI I/O limits are set properly so that the ISCSIDSEND IOCTLHans Petter Selasky
2017-10-24iscsi_shutdown_post: do nothing if panic-ingAndriy Gapon
2017-10-17never retry oustanding requests when terminating iscsi sessionAndriy Gapon
2017-10-17iscsi: do not hold the global lock while tearing down a sessionAndriy Gapon
2017-02-17Freeze CAM SIM when request is postponed due to MaxCmdSN.Alexander Motin
2017-02-17Fix tight loop spinning on postponed requests.Alexander Motin
2016-09-05Fix send/recv limit mixup.Navdeep Parhar
2016-08-25Make the iSCSI parameter negotiation more flexible.Navdeep Parhar
2016-06-05Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"Edward Tomasz Napierala
2016-05-31Add "iscsictl -e". Among other things, it makes it possible to performEdward Tomasz Napierala
2016-05-26Add a special case for iSER data tranfers.Edward Tomasz Napierala
2016-05-24Add mechanism for choosing iSER-capable ICL modules.Edward Tomasz Napierala
2016-05-21Properly reset session state when using proxy and fail_on_disconnection=1.Edward Tomasz Napierala
2016-05-21Provide a way for ICL modules to declare they support PIM_UNMAPPED.Edward Tomasz Napierala
2016-05-21Pass maxtags value to the ICL module. iSER needs it.Edward Tomasz Napierala
2016-05-20Call the ICL module's handoff method even when using ICL proxy.Edward Tomasz Napierala
2016-05-19Make ICL proxy use kernel code for handling iSCSI sequence numbersEdward Tomasz Napierala