1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
do not need SESSION_SCSI_EH_UP hack More... over 19 years ago
cleanup iscsi_eh_timedout now that cmnds are only on the pending queue when the enter the driver More... over 19 years ago
replaces dashes for colons in some odd places in the docbook comments More... over 19 years ago
allow scsi-ml to have the final say in whether or not to retry a command. Also fix bug when a command completes before a TMF completes More... over 19 years ago
iscsi_recvmsg cleanup. More... over 19 years ago
cleanup file headers More... over 19 years ago
patch: handle returns from kernel_recvmsg(), esp signals More... over 19 years ago
More cleanup of iscsi_update_session to return the correct values to the calling function. More... over 19 years ago
We have allocate_auth_buffers and assign_session_auth_buffers, so this patch just renames the latter to assign_auth_buffers. More... over 19 years ago
The last destroy_session patch was a bad diff. Need to also set the drop time. More... over 19 years ago
Cleanup of session update and create functions and related string functions More... over 19 years ago
Cleaup of create and update session code More... over 19 years ago
remove host_no, channel, and target_id. These can be found on the host if needed. More... over 19 years ago
cleanup iscsi.h (remove old LOG macros). More... over 19 years ago
log_name is no longer used. The attached patch just removes it. More... over 19 years ago
Make common code use same style as driver for multi-line comments. More... over 19 years ago
If the session is already down using iscsi_drop_session() will not work for termination. More... over 19 years ago
Need to send the task mgmt task from the tx thread or have the rx thread wait for all tasks (tmfs and scsi cmnd), to avoid problems with session drops. This patch just makes the tx thread send it. More... over 19 years ago
Compilation of eh cleanups patches. See Changlog. More... over 19 years ago
When we switched to kernel_*msg we didn't we switch to kvecs. This patch converts us. More... over 19 years ago
If there is no session the eh_abort/reset functions do not have much use. This patch uses the eh_timed_out callback to handle this in most cases. More... over 19 years ago
Add wait_for_session function. ReplacementTimeout is now ticking from the time we start to re-establish a new session instead of the drop time (this will be fixecd later). Confailtimeout also temporarly removed until timeout update and timer fix up is complete. More... over 19 years ago
move auth buffer allocation out of establish session. More... over 19 years ago
rm last __KERNEL__ from shared code More... over 19 years ago
Added URL to device mapper page More... over 19 years ago
handle data digest errors in case of tape devices More... over 19 years ago
rm iscsi-limits.h from cvs More... over 19 years ago
Forgot to do a cvs remove iscsi-login.h when rm iscsi-limits.h patch was merged below. More... over 19 years ago
Removed references of portal failover from Documentation. More... over 19 years ago
iscsi_make_text_pdu is moved from common code to userspace code. More... over 19 years ago