summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-11-032-5/+5
|\
| * scsi: target: Don't request modules that aren't even builtRoland Dreier2018-10-231-4/+4
| * scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier2018-10-231-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-012-7/+5
|\ \
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-242-7/+5
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-2515-95/+121
|\ \ \ | | |/ | |/|
| * | scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche2018-10-162-9/+8
| * | scsi: target/core: Use sg_alloc_table() instead of open-coding itBart Van Assche2018-10-161-6/+5
| * | scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche2018-10-162-3/+2
| * | scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche2018-10-161-6/+0
| * | scsi: target/core: Remove an unused data member from struct xcopy_pt_cmdBart Van Assche2018-10-161-3/+0
| * | scsi: target/core: Fix spelling in two source code commentsBart Van Assche2018-10-161-2/+2
| * | scsi: target: stash sess_err_stats on Data-Out timeoutDavid Disseldorp2018-10-161-0/+1
| * | scsi: target: split out helper for cxn timeout error stashingDavid Disseldorp2018-10-163-30/+22
| * | scsi: target: log NOP ping timeouts as errorsDavid Disseldorp2018-10-161-3/+5
| * | scsi: target: log Data-Out timeouts as errorsDavid Disseldorp2018-10-161-5/+11
| * | scsi: target: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp2018-10-161-2/+2
| * | scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger2018-10-161-2/+2
| * | scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2018-09-251-3/+20
| * | scsi: target: iblock: split T10 PI SGL across command biosGreg Edwards2018-09-201-17/+37
| * | scsi: iscsi: target: fix spelling mistake "entires" -> "entries"Colin Ian King2018-09-174-4/+4
* | | block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche2018-10-031-3/+3
| |/ |/|
* | 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