aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-09iscsi-target: export symbolsVarun Prakash6-10/+23
2016-05-09iscsi-target: call complete on conn_logout_compVarun Prakash1-4/+6
2016-05-09iscsi-target: clear tx_thread_activeVarun Prakash1-2/+4
2016-05-09iscsi-target: add new offload transport typeVarun Prakash1-0/+76
2016-05-09iscsi-target: use conn_transport->transport_type in text rspVarun Prakash1-1/+2
2016-05-09iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash1-26/+0
2016-05-09iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash1-1/+4
2016-05-09iscsi-target: add int (*iscsit_validate_params)()Varun Prakash1-0/+10
2016-05-09iscsi-target: split iscsi_target_rx_thread()Varun Prakash1-26/+33
2016-05-09iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash1-8/+2
2016-05-09iscsi-target: add void (*iscsit_release_cmd)()Varun Prakash1-0/+3
2016-05-09iscsi-target: add int (*iscsit_xmit_pdu)()Varun Prakash1-351/+195
2016-05-09target: use new "dbroot" target attributeLee Duncan2-4/+4
2016-05-09target: make target db location configurableLee Duncan2-0/+68
2016-03-30target: add a new add_wwn_groups fabrics methodChristoph Hellwig2-8/+14
2016-03-30target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig1-8/+9
2016-03-30target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2-12/+1
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds12-273/+404
2016-03-22target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani1-2/+0
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds5-383/+131
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-118/+111
2016-03-10target: Avoid DataIN transfers for non-GOOD SAM statusNicholas Bellinger1-0/+8
2016-03-10target/user: Report capability of handling out-of-order completions to userspaceSheng Yang1-0/+1
2016-03-10target/user: Fix size_t format-spec build warningNicholas Bellinger1-3/+2
2016-03-10target/user: Don't free expired command when time outSheng Yang1-8/+17
2016-03-10target/user: Introduce data_bitmap, replace data_length/data_head/data_tailSheng Yang1-100/+121
2016-03-10target/user: Free data ring in unified functionSheng Yang1-10/+12
2016-03-10target/user: Use iovec[] to describe continuous areaSheng Yang1-15/+26
2016-03-10target: Remove enum transport_lunflags_tableAndy Grover5-62/+43
2016-03-10target/iblock: pass WRITE_SAME to device if possibleMike Christie1-0/+34
2016-03-10tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger1-4/+16
2016-03-10sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-14/+16
2016-03-10sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger1-6/+30
2016-03-10tcm_fc: Convert to target_alloc_session usageNicholas Bellinger1-22/+22
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2-53/+26
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig5-383/+131
2016-03-05target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger1-1/+0
2016-02-27target: Add target_alloc_session() helper functionNicholas Bellinger1-0/+56
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-27iscsi-target: Use shash and ahashHerbert Xu3-118/+111
2016-01-21Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2