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
change fn protos in iscsi-auth-client.h to look like the driver code More... about 21 years ago
use get_random_bytes directly like the str* functions in the kernel code More... about 21 years ago
removes some unused code in the auth code and makes some code static. More... about 21 years ago
remove portalfailover from user level code. More... about 21 years ago
Incorporate Mike's suggested changes w.r.t protal failover removal. More... about 21 years ago
cleanup of fill_task_immediate_data More... about 21 years ago
Convert printk to iscsi_err, iscsi_warn, ... and iscsi_host_err, iscsi_host_* More... about 21 years ago
further cleanup with iscsi_kmap_sg and iscsi_kunmap_sg More... about 21 years ago
rm iscsi-limits.h, and move values to iscsi.h or iscsi-session.h More... about 21 years ago
iscsi_xmit_task sends the SCSI command PDU so move to iscsi-xmit-pdu.c More... about 21 years ago
remove iscsi_update_address func ptr More... about 21 years ago
Messed up on merge/commit of doc book patch below. More... about 21 years ago
Many functions were almost using the Documentation doc book style. This patch just cleans them up. More... about 21 years ago
amend iscsi_logout_and_disconnect Changelog comments to reflect TODO item More... about 21 years ago
iscsi_logout_and_disconnect() will only work in userspace. The kernel code has its own logout code. Mv this function to up to avoid confusion as to how it would work with the kernel code, and why we do not use it for the driver code. More... about 21 years ago
fixes up iscsi-login.c function comments to use the doc book style in the Documentation dir. More... about 21 years ago
*** empty log message *** More... about 21 years ago
remove portal-failover More... about 21 years ago
make function declarations consistent when they return ponters. More... about 21 years ago
Move functions from iscsi-initiator.c to iscsi-session.c that are session related to better match comments at top of both files. More... about 21 years ago
Put header includes in correct order. More... about 21 years ago
Use kernel_recvmsg and kernel_sendmsg More... about 21 years ago
more cleanup in iscsi_kmap_sg More... about 21 years ago
Changes iscsi_strtoul to simple_strtoul in the kernel More... about 21 years ago
Patch that changes iscsi_strtoul to simple_strtoul in the kernel More... about 21 years ago
Incorportated changes as per Mike's comments More... about 21 years ago
Revert the Makefile changes that were made here http://cvs.sourceforge.net/viewcvs.py/linux-iscsi/linux-iscsi/driver/Makefile?r1=1.11&r2=1.12 More... about 21 years ago
cleanup_uint.patch converts all the uint* in the kernel to u* More... about 21 years ago
minor change. More... about 21 years ago
[PATCH] iscsi_kmap_sg now unmaps mapped pages in the 'sg' if kmap of any page fails. More... about 21 years ago