aboutsummaryrefslogtreecommitdiffstats
path: root/include/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche1-1/+0
2018-10-16scsi: target: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp2-5/+5
2018-08-02scsi: target: add session removal functionMike Christie1-0/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-08-02scsi: target: make transport_init_session_tags staticMike Christie1-2/+0
2018-07-30scsi: target: add helper to check if dev is configuredMike Christie1-0/+4
2018-07-02scsi: target: Remove se_dev_entry.ua_countBart Van Assche1-1/+0
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-1/+1
2018-07-02scsi: target: Simplify the code for waiting for command completionBart Van Assche1-1/+1
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are being abortedBart Van Assche1-2/+1
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche1-0/+1
2018-07-02scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche1-1/+1
2018-06-26scsi: target: remove target_find_deviceMike Christie1-2/+0
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2-3/+5
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-0/+5
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan1-0/+1
2018-01-16target core: add device action configfs filesMike Christie2-0/+2
2018-01-12target: add SAM_STAT_BUSY sense reasonMike Christie1-0/+1
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+2
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-6/+6
2017-11-07target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASKNicholas Bellinger1-0/+1
2017-11-04target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-19target: make config_item_type constBhumika Goyal1-6/+6
2017-08-06iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger1-0/+1
2017-07-11iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger1-0/+9
2017-07-06target: remove transport_completeMike Christie1-4/+0
2017-07-06target: add helper to copy sense to se_cmd bufferMike Christie1-0/+2
2017-07-06target: remove g_device_listMike Christie1-1/+0
2017-07-06target: add helper to find se_device by dev_indexMike Christie1-0/+2
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