summaryrefslogtreecommitdiff
path: root/drivers/target/iscsi
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen4-9/+6
2023-10-13scsi: target: core: Kill transport_handle_cdb_direct()Mike Christie2-2/+2
2023-10-13scsi: target: core: Move core_alua_check_nonop_delay() callMike Christie1-6/+0
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie1-0/+3
2023-10-13scsi: target: iscs: Make write_pending_must_be_called a bit fieldMike Christie1-1/+1
2023-09-27scsi: target: Remove the references to http://www.linux-iscsi.org/Bart Van Assche1-3/+6
2023-07-31Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...Martin K. Petersen1-36/+36
2023-07-31scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.cKonstantin Shelekhin1-9/+9
2023-07-31scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()Konstantin Shelekhin1-27/+27
2023-07-11scsi: target: iscsi: Remove the unused netif_timeout attributeMaurizio Lombardi3-29/+0
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+4
2023-06-25scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells1-6/+9
2023-05-22scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi1-1/+3
2023-05-22scsi: target: iscsi: Fix hang in the iSCSI login codeMaurizio Lombardi5-91/+99
2023-05-17scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-4/+4
2023-04-01Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen1-5/+7
2023-03-25scsi: target: iscsi: Handle abort for WRITE_PENDING cmdsDmitry Bogdanov1-0/+11
2023-03-25scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie1-7/+9
2023-03-25scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov1-3/+3
2023-03-25scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie1-0/+10
2023-03-25scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie2-12/+9
2023-03-25scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-4/+6
2023-03-25scsi: target: Move cmd counter allocationMike Christie1-0/+10
2023-03-07scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi1-5/+7
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+2
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+10
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-11-24scsi: target: iscsi: Fix a race condition between login_work and the login th...Maurizio Lombardi1-2/+10
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-07-27scsi: target: iscsi: Do not require target authenticationDmitry Bogdanov2-6/+12
2022-07-27scsi: target: iscsi: Allow AuthMethod=NoneDmitry Bogdanov3-2/+15
2022-07-27scsi: target: iscsi: Support base64 in CHAPDmitry Bogdanov3-24/+94
2022-07-27scsi: target: iscsi: Add support for extended CDB AHSDmitry Bogdanov1-3/+52
2022-07-19scsi: target: iscsi: Fix clang -Wformat warningsJustin Stitt2-3/+3
2022-06-17scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()Yang Li1-2/+1
2022-06-08scsi: target: iscsi: Control authentication per ACLDmitry Bogdanov3-1/+39
2022-06-08scsi: target: iscsi: Extract auth functionsDmitry Bogdanov1-48/+92
2022-06-08scsi: target: iscsi: Add upcast helpersDmitry Bogdanov3-62/+37
2022-05-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds36-715/+715
2022-05-18scsi: target: Fix incorrect use of cpumask_tMingzhe Zou2-20/+36
2022-05-11scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy21-119/+119
2022-05-11scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy29-368/+368
2022-05-11scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy23-297/+297
2022-03-15scsi: target: Add iscsi/cpus_allowed_list in configfsMingzhe Zou3-3/+114
2022-01-25scsi: target: iscsi: Make sure the np under each tpg is uniqueZouMingzhe1-0/+3
2021-10-19scsi: target: cxgbit: Enable Delayed ACKVarun Prakash2-10/+26
2021-10-19scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash1-5/+12
2021-10-05scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov1-59/+32
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King1-1/+1
2021-06-19scsi: target: iscsi: Remove redundant continue statementColin Ian King1-2/+0