summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: iscsi: set auth_protocol back to NULL if CHAP_A value is not supportedMaurizio Lombardi2019-07-261-8/+8
* scsi: tcmu: fix use after freeXiubo Li2019-07-101-1/+2
* scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche2019-03-231-2/+2
* scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li2019-02-271-27/+61
* scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun2019-02-231-1/+1
* scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2019-01-262-11/+30
* scsi: target: use consistent left-aligned ASCII INQUIRY dataDavid Disseldorp2019-01-261-5/+12
* scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2019-01-221-1/+4
* scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2019-01-221-3/+20
* Revert "scsi: target: iscsi: cxgbit: fix csk leak"Sasha Levin2019-01-221-4/+1Star
* scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash2019-01-131-0/+1
* scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2019-01-131-1/+4
* scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger2018-11-131-2/+2
* scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier2018-09-211-12/+3Star
* scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier2018-09-211-16/+14Star
* scsi: iscsi: target: Don't use stack buffer for scatterlistLaura Abbott2018-09-121-8/+14
* scsi: iscsi: target: Fix conn_ops double freeMike Christie2018-08-303-75/+77
* scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values ...Vincent Pelletier2018-08-301-5/+3Star
* scsi: target: iscsi: cxgbit: use pr_debug() instead of pr_info()Varun Prakash2018-08-271-4/+4
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-263-34/+21Star
|\
| * target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-223-30/+10Star
| * iscsi target: fix session creation failure handlingMike Christie2018-08-221-14/+21
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-1620-433/+508
|\ \
| * | scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * | scsi: tcm_fc: use target_remove_sessionMike Christie2018-08-021-2/+1Star
| * | scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-021-2/+1Star
| * | scsi: target: add session removal functionMike Christie2018-08-021-0/+7
| * | scsi: target: rename target_alloc_sessionMike Christie2018-08-024-5/+5
| * | scsi: target: make transport_init_session_tags staticMike Christie2018-08-021-4/+3Star
| * | scsi: iscsi target: have iscsit_start_nopin_timer call __iscsit_start_nopin_t...Mike Christie2018-08-021-19/+1Star
| * | scsi: target: fix __transport_register_session lockingMike Christie2018-08-021-2/+3
| * | Revert "scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callers"Bart Van Assche2018-07-313-2/+5
| * | scsi: tcmu: use u64 for dev_sizeMike Christie2018-07-311-13/+8Star
| * | scsi: tcmu: use match_int for dev paramsMike Christie2018-07-311-23/+14Star
| * | scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie2018-07-311-33/+40
| * | scsi: tcmu: unmap if dev is configuredMike Christie2018-07-311-0/+5
| * | scsi: tcmu: check if dev is configured before block/resetMike Christie2018-07-311-0/+10
| * | scsi: tcmu: use lio core se_device configuration helperMike Christie2018-07-311-8/+3Star
| * | scsi: target: add helper to check if dev is configuredMike Christie2018-07-313-8/+9
| * | scsi: tcmu: initialize list headMike Christie2018-07-311-0/+1
| * | scsi: target_core_user: fix double unlockMike Christie2018-07-311-1/+0Star
| * | scsi: target: Remove se_dev_entry.ua_countBart Van Assche2018-07-022-11/+2Star
| * | scsi: target: Fix handling of removed LUNsBart Van Assche2018-07-023-18/+39
| * | scsi: target: Send unit attention condition even if the sense buffer is too s...Bart Van Assche2018-07-021-14/+7Star
| * | scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche2018-07-021-6/+3Star
| * | scsi: target/tcm_loop: Avoid that static checkers warn about dead codeBart Van Assche2018-07-021-4/+1Star
| * | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-025-17/+8Star
| * | scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche2018-07-021-2/+1Star
| * | scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callersBart Van Assche2018-07-023-5/+2Star
| * | scsi: target: Simplify the code for waiting for command completionBart Van Assche2018-07-021-16/+8Star