aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-24iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3
2015-09-24target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger1-17/+23
2015-09-24target: Fix target_sense_desc_format NULL pointer dereferenceNicholas Bellinger1-1/+1
2015-09-24target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2-1/+6
2015-09-24target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2-26/+70
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus 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-26target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover7-16/+16
2015-08-26target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover4-24/+49
2015-08-26target/iscsi: Keep local_ip as the actual sockaddrAndy Grover4-56/+45
2015-08-26target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover6-38/+36
2015-08-18target: 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-02target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier7-27/+24
2015-08-02target: REPORT LUNS should return LUN 0 even for dynamic ACLsRoland Dreier1-4/+10
2015-08-02iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp4-5/+31
2015-07-31drivers: 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-30target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker1-0/+36
2015-07-30target: improve unsupported opcode messageJoern Engel2-3/+5
2015-07-30target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier1-3/+3
2015-07-30target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik1-5/+4
2015-07-30target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik1-2/+2
2015-07-30target: remove initiatorname field in se_acl_lunChris Zankel2-6/+4
2015-07-30target: Perform RCU callback barrier before backend/fabric unloadNicholas Bellinger2-2/+17
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig2-17/+10
2015-07-24iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger1-2/+16
2015-07-24iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger4-33/+67
2015-07-24iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger1-4/+8
2015-07-23target/configfs: handle match_int() errorsDavid Disseldorp1-8/+24
2015-07-23target: Do not return 0 from aptpl and alua configfs store functionsAndy Grover1-3/+3
2015-07-23target: Indicate success if writing 0 to pi_prot_typeAndy Grover1-1/+1
2015-07-23target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg3-4/+16
2015-07-23scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg1-3/+11
2015-07-23target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg1-3/+3
2015-07-23target: Use scsi helpers to build the sense data correctlySagi Grimberg2-43/+9
2015-07-23target: Split transport_send_check_condition_and_sense()Bart Van Assche1-235/+148
2015-07-23target: Inline transport_get_sense_codes()Bart Van Assche1-14/+2
2015-07-23tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke2-0/+22
2015-07-23tcm_loop: Remove SAS vestigiesHannes Reinecke1-8/+9
2015-07-06target/rd: Set ramdisk as non rotational deviceSagi Grimberg1-0/+1