summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: Make iscsi_tpg_np driver show/store use generic codeNicholas Bellinger2016-05-161-158/+41
* iscsi-target: graceful disconnect on invalid mapping to iovecImran Haider2016-05-101-1/+8
* target: need_to_release is always false, remove redundant check and kfreeColin Ian King2016-05-101-4/+0
* target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-102-34/+3
* iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig2016-05-104-23/+12
* target: make close_session optionalChristoph Hellwig2016-05-104-17/+2
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-107-31/+4
* target: remove acl_stopChristoph Hellwig2016-05-102-10/+7
* target: consolidate and fix session shutdownChristoph Hellwig2016-05-101-54/+33
* cxgbit: add files for cxgbit.koVarun Prakash2016-05-0910-0/+5114
* iscsi-target: export symbolsVarun Prakash2016-05-096-10/+23
* iscsi-target: call complete on conn_logout_compVarun Prakash2016-05-091-4/+6
* iscsi-target: clear tx_thread_activeVarun Prakash2016-05-091-2/+4
* iscsi-target: add new offload transport typeVarun Prakash2016-05-091-0/+76
* iscsi-target: use conn_transport->transport_type in text rspVarun Prakash2016-05-091-1/+2
* iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash2016-05-091-26/+0
* iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash2016-05-091-1/+4
* iscsi-target: add int (*iscsit_validate_params)()Varun Prakash2016-05-091-0/+10
* iscsi-target: split iscsi_target_rx_thread()Varun Prakash2016-05-091-26/+33
* iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash2016-05-091-8/+2
* iscsi-target: add void (*iscsit_release_cmd)()Varun Prakash2016-05-091-0/+3
* iscsi-target: add int (*iscsit_xmit_pdu)()Varun Prakash2016-05-091-351/+195
* target: use new "dbroot" target attributeLee Duncan2016-05-092-4/+4
* target: make target db location configurableLee Duncan2016-05-092-0/+68
* target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-302-8/+14
* target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig2016-03-301-8/+9
* target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-302-12/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-2212-273/+404
|\
| * target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani2016-03-221-2/+0
| * target: Avoid DataIN transfers for non-GOOD SAM statusNicholas Bellinger2016-03-101-0/+8
| * target/user: Report capability of handling out-of-order completions to userspaceSheng Yang2016-03-101-0/+1
| * target/user: Fix size_t format-spec build warningNicholas Bellinger2016-03-101-3/+2
| * target/user: Don't free expired command when time outSheng Yang2016-03-101-8/+17
| * target/user: Introduce data_bitmap, replace data_length/data_head/data_tailSheng Yang2016-03-101-100/+121
| * target/user: Free data ring in unified functionSheng Yang2016-03-101-10/+12
| * target/user: Use iovec[] to describe continuous areaSheng Yang2016-03-101-15/+26
| * target: Remove enum transport_lunflags_tableAndy Grover2016-03-105-62/+43
| * target/iblock: pass WRITE_SAME to device if possibleMike Christie2016-03-101-0/+34
| * tcm_fc: Convert to TARGET_SCF_ACK_KREF I/O + TMR krefsNicholas Bellinger2016-03-101-4/+16
| * sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-101-14/+16
| * sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2016-03-101-6/+30
| * tcm_fc: Convert to target_alloc_session usageNicholas Bellinger2016-03-101-22/+22
| * target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-102-53/+26
| * target: Add target_alloc_session() helper functionNicholas Bellinger2016-02-271-0/+56
* | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-175-383/+131
|\ \
| * | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-065-383/+131
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-173-118/+111
|\ \
| * | iscsi-target: Use shash and ahashHerbert Xu2016-01-273-118/+111
* | | target: Drop incorrect ABORT_TASK put for completed commandsNicholas Bellinger2016-03-051-1/+0
| |/ |/|
* | target/transport: add flag to indicate CPU Affinity is observedQuinn Tran2016-02-101-3/+9