summaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* target: Move a declaration of a global variable into a header fileBart Van Assche2017-11-042-2/+1
* tcmu: fix double se_cmd completionMike Christie2017-11-041-23/+31
* target: return SAM_STAT_TASK_SET_FULL for TCM_OUT_OF_RESOURCESMike Christie2017-11-041-7/+9
* target: fix ALUA state file path truncationDavid Disseldorp2017-11-042-32/+28
* target: fix PR state file path truncationDavid Disseldorp2017-11-041-9/+7
* cxgbit: Abort the TCP connection in case of data out timeoutVarun Prakash2017-11-043-0/+55
* target: Add netlink command reply supported option for each deviceKenjiro Nakayama2017-11-041-1/+58
* target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama2017-11-041-2/+1
* tcmu: fix crash when removing the tcmu deviceXiubo Li2017-11-041-45/+47
* iscsi-target: fix memory leak in iscsit_release_discovery_tpg()tangwenji2017-11-041-2/+5
* iscsi-target: fix memory leak in lio_target_tiqn_addtpg()tangwenji2017-11-041-1/+2
* target:fix condition return in core_pr_dump_initiator_port()tangwenji2017-11-041-1/+3
* target: fix match_token option in target_core_configfs.ctangwenji2017-11-041-7/+7
* target: add sense code INSUFFICIENT REGISTRATION RESOURCEStangwenji2017-11-042-8/+23
* target: fix double unmap data sg in core_scsi3_emulate_pro_register_and_move()tangwenji2017-11-041-2/+0
* target: fix buffer offset in core_scsi3_pri_read_full_statustangwenji2017-11-041-0/+1
* target: fix null pointer regression in core_tmr_drain_tmr_listtangwenji2017-11-041-1/+2
* target/file: Do not return error for UNMAP if length is zeroJiang Yi2017-11-041-0/+4
* Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-153-3/+5
|\
| * fs: fix kernel_write prototypeChristoph Hellwig2017-09-053-3/+5
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-2/+2
|\ \ | |/ |/|
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
* | target: Fix node_acl demo-mode + uncached dynamic shutdown regressionNicholas Bellinger2017-08-102-4/+4
* | iscsi-target: Fix iscsi_np reset hung task during parallel deleteNicholas Bellinger2017-08-062-2/+6
* | cxgbit: fix sg_nents calculationVarun Prakash2017-07-311-5/+7
* | iscsi-target: fix invalid flags in text responseVarun Prakash2017-07-311-2/+2
* | iscsi-target: fix memory leak in iscsit_setup_text_cmd()Varun Prakash2017-07-311-0/+1
* | cxgbit: add missing __kfree_skb()Varun Prakash2017-07-311-4/+12
* | tcmu: free old string on reconfigBryant G. Ly2017-07-311-0/+2
* | tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-311-6/+5
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-152-11/+25
|\
| * iscsi: ensure RNG is seeded before useJason A. Donenfeld2017-06-202-11/+25
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-1330-600/+1121
|\ \
| * | iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger2017-07-116-16/+55
| * | tcmu: clean up the code and with one small fixXiubo Li2017-07-111-13/+11
| * | tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li2017-07-111-7/+5
| * | target: export lio pgr/alua support as device attrMike Christie2017-07-111-0/+24
| * | target: Fix return sense reason in target_scsi3_emulate_pr_outTang Wenji2017-07-101-5/+5
| * | target: Fix cmd size for PR-OUT in passthrough_parse_cdbTang Wenji2017-07-102-2/+2
| * | tcmu: Fix dev_config_storeBryant G. Ly2017-07-101-8/+24
| * | target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal2017-07-071-6/+11
| * | target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal2017-07-071-1/+1
| * | target: fix SAM_STAT_BUSY/TASK_SET_FULL handlingMike Christie2017-07-071-3/+11
| * | target: remove transport_completeMike Christie2017-07-071-6/+0
| * | pscsi: finish cmd processing from pscsi_req_doneMike Christie2017-07-072-26/+16
| * | tcmu: fix sense handling during completionMike Christie2017-07-071-2/+1
| * | target: add helper to copy sense to se_cmd bufferMike Christie2017-07-071-0/+18
| * | target: do not require a transport_complete for SCF_TRANSPORT_TASK_SENSEMike Christie2017-07-071-2/+2
| * | target: make device_mutex and device_list staticColin Ian King2017-07-071-2/+2
| * | tcmu: Fix flushing cmd entry dcache pageXiubo Li2017-07-071-2/+2