summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier2018-09-211-12/+3
* scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier2018-09-211-16/+14
* scsi: iscsi: target: Don't use stack buffer for scatterlistLaura Abbott2018-09-111-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/+3
* 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/+21
|\
| * target/iscsi: Allocate session IDs from an IDAMatthew Wilcox2018-08-213-30/+10
| * iscsi target: fix session creation failure handlingMike Christie2018-08-211-14/+21
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-1520-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/+1
| * | scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-021-2/+1
| * | 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/+3
| * | scsi: iscsi target: have iscsit_start_nopin_timer call __iscsit_start_nopin_t...Mike Christie2018-08-021-19/+1
| * | 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-303-2/+5
| * | scsi: tcmu: use u64 for dev_sizeMike Christie2018-07-301-13/+8
| * | scsi: tcmu: use match_int for dev paramsMike Christie2018-07-301-23/+14
| * | scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie2018-07-301-33/+40
| * | scsi: tcmu: unmap if dev is configuredMike Christie2018-07-301-0/+5
| * | scsi: tcmu: check if dev is configured before block/resetMike Christie2018-07-301-0/+10
| * | scsi: tcmu: use lio core se_device configuration helperMike Christie2018-07-301-8/+3
| * | scsi: target: add helper to check if dev is configuredMike Christie2018-07-303-8/+9
| * | scsi: tcmu: initialize list headMike Christie2018-07-301-0/+1
| * | scsi: target_core_user: fix double unlockMike Christie2018-07-301-1/+0
| * | scsi: target: Remove se_dev_entry.ua_countBart Van Assche2018-07-022-11/+2
| * | 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/+7
| * | scsi: target: Do not duplicate the code that marks that a command has sense dataBart Van Assche2018-07-021-6/+3
| * | scsi: target/tcm_loop: Avoid that static checkers warn about dead codeBart Van Assche2018-07-021-4/+1
| * | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-025-17/+8
| * | scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche2018-07-021-2/+1
| * | scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callersBart Van Assche2018-07-023-5/+2
| * | scsi: target: Simplify the code for waiting for command completionBart Van Assche2018-07-021-16/+8
| * | scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche2018-07-021-6/+4
| * | scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche2018-07-021-6/+2
| * | scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche2018-07-023-17/+11
| * | scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche2018-07-021-12/+3
| * | scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche2018-07-021-6/+28
| * | scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche2018-07-022-59/+23
| * | scsi: target: Introduce transport_init_session()Bart Van Assche2018-07-022-9/+18
| * | scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche2018-07-022-5/+23
| * | scsi: target: Move a list_del_init() statementBart Van Assche2018-07-021-2/+1
| * | scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche2018-07-021-5/+17
| * | scsi: target: Use config_item_name() instead of open-coding itBart Van Assche2018-07-022-5/+6
| * | scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie2018-06-261-1/+1
| * | scsi: target: remove target_find_deviceMike Christie2018-06-261-24/+0