aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-10target/transport: add flag to indicate CPU Affinity is observedQuinn Tran1-3/+9
2016-02-10target: Fix incorrect unmap_zeroes_data_store returnNicholas Bellinger1-1/+1
2016-02-06target/user: Fix cast from pointer to phys_addr_tArnd Bergmann1-1/+1
2016-02-06target: Drop legacy se_cmd->task_stop_comp + REQUEST_STOP usageNicholas Bellinger2-38/+0
2016-02-06target: Fix race with SCF_SEND_DELAYED_TAS handlingNicholas Bellinger1-12/+41
2016-02-05target: Fix remote-port TMR ABORT + se_cmd fabric stopNicholas Bellinger2-51/+148
2016-02-03target: Fix TAS handling for multi-session se_node_aclsNicholas Bellinger1-7/+9
2016-02-03target: Fix LUN_RESET active TMR descriptor handlingNicholas Bellinger2-1/+38
2016-02-03target: Fix LUN_RESET active I/O handling for ACK_KREFNicholas Bellinger2-61/+75
2016-01-29target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectorsMike Christie3-64/+67
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds23-221/+265
2016-01-20target/user: Make sure netlink would reach all network namespacesSheng Yang1-1/+2
2016-01-20target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger3-8/+55
2016-01-20target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger5-143/+54
2016-01-20iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger1-1/+15
2016-01-12tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger3-35/+16
2016-01-07tcm_fc: Wait for command completion before freeing a sessionBart Van Assche1-6/+11
2016-01-07target: Fix a memory leak in target_dev_lba_map_store()Bart Van Assche1-3/+3
2016-01-07target: Support aborting tasks with a 64-bit tagBart Van Assche1-1/+1
2016-01-07target: Remove an unused variableBart Van Assche2-4/+0
2016-01-07target: Fix indentation in target_core_configfs.cBart Van Assche1-1/+1
2016-01-07target/user: Allow user to set block size before enabling deviceSheng Yang1-1/+3
2016-01-07target/fcoe: Add tag support to tcm_fcAndy Grover1-0/+22
2016-01-07qla2xxx: Add selective command queuingQuinn Tran1-1/+4
2016-01-06target: use offset_in_page macroGeliang Tang2-5/+5
2016-01-06target: fix deprecated attribute names in dmesgChristophe Vu-Brugier1-1/+2
2016-01-06target/sbc: Add LBPRZ attribute + control CDB emulationJamie Pocas5-1/+61
2016-01-06sbp-target: Remove a superfluous forward declarationBart Van Assche1-2/+0
2016-01-06iscsi-target: Fix indentation + spelling + unreachable codeBart Van Assche4-10/+6
2016-01-06target: Fix spelling + remove set-but-not-used variablesBart Van Assche3-11/+4
2015-12-20fs: configfs: Drop unused parameter from configfs_undepend_item()Krzysztof Opasiak1-1/+1
2015-12-03blk-integrity: empty implementation when disabledKeith Busch1-2/+2
2015-11-29tcm_loop: Show address of tpg in configfsSheng Yang1-0/+14
2015-11-28target/stat: print full t10_wwn.model bufferDavid Disseldorp1-1/+1
2015-11-28target: fix COMPARE_AND_WRITE non zero SGL offset data corruptionJan Engelhardt1-2/+2
2015-11-28target: Invoke release_cmd() callback without holding a spinlockBart Van Assche2-7/+12
2015-11-28target: Fix race for SCF_COMPARE_AND_WRITE_POST checkingNicholas Bellinger2-10/+17
2015-11-28iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2-1/+13
2015-11-28iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt1-5/+5
2015-11-28target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-28target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds12-2566/+1490
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-5/+5
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig12-2566/+1490
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