1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Dec 15, 2024 — Dec 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
mv #include to proper place (according to linux coding style). More... about 21 years ago
Added comment mentioning the reason for preallocating tfms More... about 21 years ago
Cleanup of the naming of all the externed functions to iscsi_ More... about 21 years ago
Coding style cleanup and rearrange the logic to permit more code to be written on each line (less tabs) in update_sn. More... about 21 years ago
Rearrange logic to permit more code to be written on each line (less tabbing and and less breaking up of lines) in iscsi_recv_reject. More... about 21 years ago
cleanup up old code (task->scsi_cmnd will never be null there) in iscsi_recv_r2t(). More... about 21 years ago
Cleanup old some old comments and merge similar error messages in iscsi-recv-task-mgmt(). More... about 21 years ago
update locking comments More... about 21 years ago
Handle data digest errors More... about 21 years ago
use spin_lock_bh to grab task_lock. More... about 21 years ago
[PATCH] scsi_cmnd->result now contains valid values More... about 21 years ago
Updated for: #1060875 - disk_command_timeout needs to removed from user space More... about 21 years ago
Fix for: #1060875 - disk_command_timeout needs to removed from user space More... about 21 years ago
update README to reflect new required kernel version More... about 21 years ago
adds a task management task completion function so that the recv code does not have to figure out when to wake the scsi error thread. See changlog for more details More... about 21 years ago
wake up the eh thread if the session is dropped while the eh is running and the task is a abort or a reset More... about 21 years ago
shorten the task management fucntion values More... about 21 years ago
rename the rest of the task enum values by prefixing a ISCSI_ to them More... about 21 years ago
This patch now adds scsi-ml template eh functions. See Changlog for more details More... about 21 years ago
begin to remove old scsi-eh funtions. These do not really end up doing anything anyways. More... about 21 years ago
rm iscsi-recovery.c and iscsi-timer.c. They will be replaced with scsi-ml functions in the next patches. More... about 21 years ago
rm disk_command_timeout from driver. This should be set from the scsi sysfs attrs. More... about 21 years ago
redo task refcount code More... about 21 years ago
rm find_task_for_cmnd(). It is not used. More... about 21 years ago
description added for change in IO queuing limits. More... about 21 years ago
1045121 - Amendment to README More... about 21 years ago
#1045121 - Amendment to README (sysfsutils) More... about 21 years ago
Remove read queue depth attr (provided by scsi-ml). More... about 21 years ago
Cleanup up some of the nop-in and nop-out code. More... about 21 years ago
Only drop a session if one is established. More... about 21 years ago