summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2016-04-12target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani1-2/+0
2016-03-16target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger1-1/+0
2016-03-10target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie3-62/+66
2016-03-04target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger1-12/+41
2016-03-04target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2-51/+148
2016-03-04target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger1-7/+9
2016-03-04target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2-1/+38
2016-03-04target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2-61/+75
2016-02-25iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger1-1/+15
2015-11-29target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-11-29target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-29target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2-7/+12
2015-11-29target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2-10/+17
2015-11-29iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-29iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-29target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-29target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds12-2566/+1490
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-5/+5
2015-10-14target: use per-attribute show and store methodsChristoph Hellwig12-2566/+1490
2015-09-25iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3
2015-09-25target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger1-17/+23
2015-09-25target: Fix target_sense_desc_format NULL pointer dereferenceNicholas Bellinger1-1/+1
2015-09-25target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2-1/+6
2015-09-25target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2-26/+70
2015-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds23-489/+510
2015-09-11target: use stringify.h instead of own definitionDavid Disseldorp1-1/+2
2015-09-11target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover1-8/+2
2015-09-11target: Remove no-op conditionalAndy Grover1-2/+1
2015-09-11target/user: Remove unused variableAndy Grover1-1/+0
2015-09-11target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier2-4/+5
2015-09-11target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger1-2/+4
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger2-4/+60
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-44/+0
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-17/+10
2015-08-27target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover7-16/+16
2015-08-27target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover4-24/+49
2015-08-27target/iscsi: Keep local_ip as the actual sockaddrAndy Grover4-56/+45
2015-08-27target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover6-38/+36
2015-08-19target: Fix handling of small allocation lengths in REPORT LUNSRoland Dreier1-16/+16
2015-08-17target/rd: always chain S/G listChristoph Hellwig1-44/+0
2015-08-03target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier7-27/+24
2015-08-03target: REPORT LUNS should return LUN 0 even for dynamic ACLsRoland Dreier1-4/+10
2015-08-03iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp4-5/+31
2015-08-01drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-07-31target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp1-0/+3
2015-07-31target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier2-27/+13
2015-07-31target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker1-0/+36