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