summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2015-09-24iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger-2/+3
2015-09-24target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger-17/+23
2015-09-24target: Fix target_sense_desc_format NULL pointer dereferenceNicholas Bellinger-1/+1
2015-09-24target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger-1/+6
2015-09-24target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger-26/+70
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-489/+510
2015-09-11target: use stringify.h instead of own definitionDavid Disseldorp-1/+2
2015-09-11target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover-8/+2
2015-09-11target: Remove no-op conditionalAndy Grover-2/+1
2015-09-11target/user: Remove unused variableAndy Grover-1/+0
2015-09-11target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier-4/+5
2015-09-11target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger-2/+4
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger-4/+60
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockLinus Torvalds-44/+0
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds-17/+10
2015-08-26target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover-16/+16
2015-08-26target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover-24/+49
2015-08-26target/iscsi: Keep local_ip as the actual sockaddrAndy Grover-56/+45
2015-08-26target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover-38/+36
2015-08-18target: Fix handling of small allocation lengths in REPORT LUNSRoland Dreier-16/+16
2015-08-17target/rd: always chain S/G listChristoph Hellwig-44/+0
2015-08-02target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier-27/+24
2015-08-02target: REPORT LUNS should return LUN 0 even for dynamic ACLsRoland Dreier-4/+10
2015-08-02iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp-5/+31
2015-07-31drivers: target: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar-1/+1
2015-07-31target: check DPO/FUA usage for COMPARE AND WRITEDavid Disseldorp-0/+3
2015-07-31target: Remove cmd->se_ordered_id (unused except debug log lines)Roland Dreier-27/+13
2015-07-30target: add support for START_STOP_UNIT SCSI opcodeBrian Bunker-0/+36
2015-07-30target: improve unsupported opcode messageJoern Engel-3/+5
2015-07-30target: allow underflow/overflow for PR OUT etc. commandsRoland Dreier-3/+3
2015-07-30target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik-5/+4
2015-07-30target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik-2/+2
2015-07-30target: remove initiatorname field in se_acl_lunChris Zankel-6/+4
2015-07-30target: Perform RCU callback barrier before backend/fabric unloadNicholas Bellinger-2/+17
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig-17/+10
2015-07-24iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger-2/+16
2015-07-24iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger-33/+67
2015-07-24iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger-4/+8
2015-07-23target/configfs: handle match_int() errorsDavid Disseldorp-8/+24
2015-07-23target: Do not return 0 from aptpl and alua configfs store functionsAndy Grover-3/+3
2015-07-23target: Indicate success if writing 0 to pi_prot_typeAndy Grover-1/+1
2015-07-23target: Return descriptor format sense data in case the LU spans 64bit sectorsSagi Grimberg-4/+16
2015-07-23scsi: Protect against buffer possible overflow in scsi_set_sense_informationSagi Grimberg-3/+11
2015-07-23target: Return ABORTED_COMMAND sense key for PI errorsSagi Grimberg-3/+3
2015-07-23target: Use scsi helpers to build the sense data correctlySagi Grimberg-43/+9
2015-07-23target: Split transport_send_check_condition_and_sense()Bart Van Assche-235/+148
2015-07-23target: Inline transport_get_sense_codes()Bart Van Assche-14/+2
2015-07-23tcm_loop: Send I_T_NEXUS_LOSS_OCCURRED UAHannes Reinecke-0/+22
2015-07-23tcm_loop: Remove SAS vestigiesHannes Reinecke-8/+9
2015-07-06target/rd: Set ramdisk as non rotational deviceSagi Grimberg-0/+1