index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
iscsi
Age
Commit message (
Expand
)
Author
2022-04-14
Split some common stuff into scsi_subr module. This enables loading
pgoyette
2022-03-31
For device modules that provide both auto-config and /dev/xxx
pgoyette
2022-02-13
iscsi(4): Fix config_found usage -- needs kernel lock.
riastradh
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-06-06
Provide missing file ops. Before a simple read() would panic the kernel.
mlelstv
2021-06-06
Schedule command timeout without connection lock being held to prevent
mlelstv
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-03-07
Stop advertising more openings after limit is reached.
mlelstv
2020-06-21
avoid the use of UVM internals in the iscsi ioctl code.
chs
2020-05-26
Catch up with the usage of struct vmspace::vm_refcnt
kamil
2020-05-13
make the iscsi attached message aprint_verbose(), no need to show normally
jdolecek
2019-10-01
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
chs
2019-08-07
Many years ago someone created a new __link_set_sysctl_funcs to hold
pgoyette
2019-07-13
register with pmf to allow suspend.
mlelstv
2019-04-21
wether -> whether
maya
2019-04-21
Replace build option to enable hex encoded bignum parameters with a sysctl.
mlelstv
2019-04-11
Fix CVS Id
kamil
2019-04-01
Fix typo in comment (s/numer/number/).
msaitoh
2019-02-01
fix FALLTRHOUGH spell-o.
mrg
2018-12-07
interlock isn't taken when cleaning up.
mlelstv
2018-03-04
Return temporary errors when the session is trying to recover the last
mlelstv
2018-03-04
Add sanity check.
mlelstv
2017-12-06
Fix typo
ozaki-r
2017-12-03
- add a prefix to struct members (but not the ioctl ones because they affect
christos
2017-12-03
unreference session only for responses to SCSI commands.
mlelstv
2017-12-03
use same lock for ref/deref.
mlelstv
2017-12-03
add debug messages
mlelstv
2017-11-30
add fo_name so we can identify the fileops in a simple way.
christos
2017-06-24
Fix session cleanup.
mlelstv
2017-04-18
Remove redundant duplicate assignment.
maya
2017-02-25
Use correct lock for session wakeup.
mlelstv
2017-02-05
Destroy callouts when cleaning up.
mlelstv
2016-12-25
Lock correctly around CV calls.
mlelstv
2016-06-15
Work around an issue with MSG_WAITALL that would block for too long by
mlelstv
2016-06-15
Remove throttling code, instead signal scsipi layer to reduce the openings
mlelstv
2016-06-15
drop unused debug helper routine
mlelstv
2016-06-15
Fix field name in response pdu.
mlelstv
2016-06-05
use correct comparison of serial numbers
mlelstv
2016-06-05
Don't resume throttled CCBs when connection is terminating, except for
mlelstv
2016-06-05
Handle freeing of PDU when referencing CCB is freed.
mlelstv
2016-06-05
More debug output. Dump pending CCBs when cleaning up.
mlelstv
2016-06-05
more debug output
mlelstv
2016-06-05
acquire session lock when changing throttling queue
mlelstv
2016-06-05
wrong assertion.
mlelstv
2016-06-05
Need session mutex to read serial number.
mlelstv
2016-06-05
initialize before check.
mlelstv
2016-06-05
appease compiler
mlelstv
2016-06-05
Add missing mutex_exit().
mlelstv
2016-06-05
ensure that timeout counter is cleared when ccb is (re-)used.
mlelstv
2016-06-05
Whitespace, braces.
mlelstv
[next]