summaryrefslogtreecommitdiffstats
path: root/drivers/target/iscsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig2016-05-104-23/+12
* cxgbit: add files for cxgbit.koVarun Prakash2016-05-1010-0/+5114
* iscsi-target: export symbolsVarun Prakash2016-05-106-10/+23
* iscsi-target: call complete on conn_logout_compVarun Prakash2016-05-101-4/+6
* iscsi-target: clear tx_thread_activeVarun Prakash2016-05-101-2/+4
* iscsi-target: add new offload transport typeVarun Prakash2016-05-101-0/+76
* iscsi-target: use conn_transport->transport_type in text rspVarun Prakash2016-05-101-1/+2
* iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash2016-05-101-26/+0
* iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash2016-05-101-1/+4
* iscsi-target: add int (*iscsit_validate_params)()Varun Prakash2016-05-101-0/+10
* iscsi-target: split iscsi_target_rx_thread()Varun Prakash2016-05-101-26/+33
* iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash2016-05-101-8/+2
* iscsi-target: add void (*iscsit_release_cmd)()Varun Prakash2016-05-101-0/+3
* iscsi-target: add int (*iscsit_xmit_pdu)()Varun Prakash2016-05-101-351/+195
* target: add a new add_wwn_groups fabrics methodChristoph Hellwig2016-03-311-8/+11
* target: remove ->fabric_cleanup_nodeaclChristoph Hellwig2016-03-311-9/+0
* Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-181-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-217-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-292-1/+13
* | iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc()Luis de Bethencourt2015-11-291-5/+5
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-142-924/+533
|\
| * target: use per-attribute show and store methodsChristoph Hellwig2015-10-142-924/+533
* | iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger2015-09-251-2/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-1212-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-277-16/+16
| * target/iscsi: Replace conn->login_ip with login_sockaddrAndy Grover2015-08-274-24/+49
| * target/iscsi: Keep local_ip as the actual sockaddrAndy Grover2015-08-274-56/+45
| * target/iscsi: Fix np_ip bracket issue by removing np_ipAndy Grover2015-08-276-38/+36
| * target: Drop iSCSI use of mutex around max_cmd_sn incrementRoland Dreier2015-08-037-27/+24
| * iscsi-target: Add tpg_enabled_sendtargets for disabled discoveryDavid Disseldorp2015-08-034-5/+31
| * target/iscsi: Use proper SGL accessors for digest computationAlexei Potashnik2015-07-311-5/+4
* | target/iscsi: Fix double free of a TUR followed by a solicited NOPOUTAlexei Potashnik2015-07-311-2/+2
* | iscsi-target: Fix iser explicit logout TX kthread leakNicholas Bellinger2015-07-241-2/+16
* | iscsi-target: Fix iscsit_start_kthreads failure OOPsNicholas Bellinger2015-07-244-33/+67
* | iscsi-target: Fix use-after-free during TPG session shutdownNicholas Bellinger2015-07-241-4/+8
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-0412-577/+67
|\
| * target: use 64-bit LUNsHannes Reinecke2015-06-161-2/+2
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-162-4/+7
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-2/+0
| * iscsi-target: fix variable name typo in iscsi_check_acceptor_state()Christophe Vu-Brugier2015-05-311-4/+4
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-314-4/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-312-9/+2
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-311-3/+0