summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-2818-549/+5470
|\
| * iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY raceNicholas Bellinger2016-05-171-9/+9
| * cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attributeNicholas Bellinger2016-05-162-8/+8
| * iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger2016-05-162-6/+5
| * 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
| * iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig2016-05-104-23/+12
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\ \
| * | treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
| |/
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2016-04-141-3/+2
|\ \ | |/ |/|
| * [net] drop 'size' argument of sock_recvmsg()Al Viro2016-03-281-3/+2
* | target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-301-8/+11
* | target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-301-9/+0
|/
* Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-171-54/+21
|\
| * configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-54/+21
* | iscsi-target: Use shash and ahashHerbert Xu2016-01-273-118/+111
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-207-32/+15
|\
| * target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger2016-01-201-1/+1
| * target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger2016-01-203-34/+7
| * iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger2016-01-201-1/+15
| * iscsi-target: Fix indentation + spelling + unreachable codeBart Van Assche2016-01-064-10/+6
* | iscsi-target: Fix rx_login_comp hang after login failureNicholas Bellinger2015-11-282-1/+13
* | iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt2015-11-281-5/+5
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-132-924/+533
|\
| * target: use per-attribute show and store methodsChristoph Hellwig2015-10-132-924/+533
* | iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger2015-09-241-2/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-1112-137/+172
|\
| * target: Fix max_cmd_sn increment w/o cmdsn mutex regressionsRoland Dreier2015-09-112-4/+5
| * target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storageAndy Grover2015-08-267-16/+16
| * target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-264-24/+49
| * target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-264-56/+45
| * target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover2015-08-266-38/+36
| * target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier2015-08-027-27/+24
| * iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp2015-08-024-5/+31
| * target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik2015-07-301-5/+4
* | target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik2015-07-301-2/+2
* | iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger2015-07-241-2/+16