aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-06target: use idr for se_device dev indexMike Christie1-1/+0
2017-07-06target: break up free_device callbackMike Christie1-0/+1
2017-07-06target: Introduce a function that shows the command stateBart Van Assche1-0/+1
2017-07-06iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger1-1/+0
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-0/+8
2017-07-06target: Remove se_device.dev_listBart Van Assche1-2/+0
2017-07-06target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger1-1/+2
2017-06-08target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger1-2/+0
2017-06-08target/configfs: Kill se_device->dev_link_magicNicholas Bellinger1-2/+0
2017-05-31iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger1-0/+1
2017-05-01target/user: PGR SupportBryant G. Ly1-0/+1
2017-05-01tcm: make pi data verification configurableDmitry Monakhov1-0/+1
2017-03-30target: Fix ALUA transition state race between multiple initiatorsMike Christie1-6/+2
2017-03-30target: Fix unknown fabric callback queue-full errorsNicholas Bellinger1-0/+1
2017-03-30target: Avoid mappedlun symlink creation during lun shutdownNicholas Bellinger1-0/+1
2017-03-18target: fix ALUA transition timeout handlingMike Christie1-1/+1
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie1-1/+6
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-03sched/headers: Remove <linux/cgroup-defs.h> from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-6/+14
2017-03-02sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar1-0/+1
2017-02-26target: Add counters for ABORT_TASK success + failureNicholas Bellinger1-0/+2
2017-02-26target: Fix NULL dereference during LUN lookup + active I/O shutdownNicholas Bellinger1-0/+1
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+1
2017-02-18target/iscsi: split iscsit_check_dataout_hdr()Varun Prakash1-2/+9
2017-02-09target: Remove command flag CMD_T_DEV_ACTIVEBart Van Assche1-1/+0
2017-02-09target: Remove command flag CMD_T_BUSYBart Van Assche1-1/+0
2017-02-09target: Inline transport_cmd_check_stop()Bart Van Assche1-1/+1
2017-02-09target: Remove se_tmr_req.tmr_lunBart Van Assche1-1/+0
2017-02-09target/iscsi: Introduce a helper function for TMF translationBart Van Assche1-0/+1
2017-02-08target: Fix multi-session dynamic se_node_acl double free OOPsNicholas Bellinger1-0/+1
2017-01-27IB/srpt: Accept GUIDs as port namesBart Van Assche1-0/+1
2017-01-10target: add XCOPY target/segment desc sense codesDavid Disseldorp1-0/+4
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds6-17/+29
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-1/+1
2016-12-09target: Minimize #include directivesBart Van Assche6-17/+29
2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger1-0/+1
2016-07-20target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger1-0/+1
2016-07-20target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger1-1/+0
2016-07-20target: Fix max_unmap_lba_count calc overflowMike Christie1-1/+1
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds4-8/+68
2016-05-16cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attributeNicholas Bellinger1-1/+1
2016-05-16iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger1-0/+1
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig2-1/+4
2016-05-10target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2-7/+0
2016-05-10target: remove acl_stopChristoph Hellwig1-1/+0
2016-05-09iscsi-target: export symbolsVarun Prakash1-0/+33
2016-05-09iscsi-target: add new offload transport typeVarun Prakash1-0/+1
2016-05-09iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash1-0/+26
2016-05-09iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash1-0/+2