summaryrefslogtreecommitdiff
path: root/sys/dev/iscsi
AgeCommit message (Expand)Author
2022-04-14Split some common stuff into scsi_subr module. This enables loadingpgoyette
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-02-13iscsi(4): Fix config_found usage -- needs kernel lock.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-06Provide missing file ops. Before a simple read() would panic the kernel.mlelstv
2021-06-06Schedule command timeout without connection lock being held to preventmlelstv
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-07Stop advertising more openings after limit is reached.mlelstv
2020-06-21avoid the use of UVM internals in the iscsi ioctl code.chs
2020-05-26Catch up with the usage of struct vmspace::vm_refcntkamil
2020-05-13make the iscsi attached message aprint_verbose(), no need to show normallyjdolecek
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2019-08-07Many years ago someone created a new __link_set_sysctl_funcs to holdpgoyette
2019-07-13register with pmf to allow suspend.mlelstv
2019-04-21wether -> whethermaya
2019-04-21Replace build option to enable hex encoded bignum parameters with a sysctl.mlelstv
2019-04-11Fix CVS Idkamil
2019-04-01Fix typo in comment (s/numer/number/).msaitoh
2019-02-01fix FALLTRHOUGH spell-o.mrg
2018-12-07interlock isn't taken when cleaning up.mlelstv
2018-03-04Return temporary errors when the session is trying to recover the lastmlelstv
2018-03-04Add sanity check.mlelstv
2017-12-06Fix typoozaki-r
2017-12-03- add a prefix to struct members (but not the ioctl ones because they affectchristos
2017-12-03unreference session only for responses to SCSI commands.mlelstv
2017-12-03use same lock for ref/deref.mlelstv
2017-12-03add debug messagesmlelstv
2017-11-30add fo_name so we can identify the fileops in a simple way.christos
2017-06-24Fix session cleanup.mlelstv
2017-04-18Remove redundant duplicate assignment.maya
2017-02-25Use correct lock for session wakeup.mlelstv
2017-02-05Destroy callouts when cleaning up.mlelstv
2016-12-25Lock correctly around CV calls.mlelstv
2016-06-15Work around an issue with MSG_WAITALL that would block for too long bymlelstv
2016-06-15Remove throttling code, instead signal scsipi layer to reduce the openingsmlelstv
2016-06-15drop unused debug helper routinemlelstv
2016-06-15Fix field name in response pdu.mlelstv
2016-06-05use correct comparison of serial numbersmlelstv
2016-06-05Don't resume throttled CCBs when connection is terminating, except formlelstv
2016-06-05Handle freeing of PDU when referencing CCB is freed.mlelstv
2016-06-05More debug output. Dump pending CCBs when cleaning up.mlelstv
2016-06-05more debug outputmlelstv
2016-06-05acquire session lock when changing throttling queuemlelstv
2016-06-05wrong assertion.mlelstv
2016-06-05Need session mutex to read serial number.mlelstv
2016-06-05initialize before check.mlelstv
2016-06-05appease compilermlelstv
2016-06-05Add missing mutex_exit().mlelstv
2016-06-05ensure that timeout counter is cleared when ccb is (re-)used.mlelstv
2016-06-05Whitespace, braces.mlelstv