summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)Author
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-05-17iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY raceNicholas Bellinger
2016-05-16cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attributeNicholas Bellinger
2016-05-16iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger
2016-05-16iscsi-target: Make iscsi_tpg_np driver show/store use generic codeNicholas Bellinger
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig
2016-05-10iscsi-target: graceful disconnect on invalid mapping to iovecImran Haider
2016-05-10target: need_to_release is always false, remove redundant check and kfreeColin Ian King
2016-05-10target: remove sess_kref and ->shutdown_sessionChristoph Hellwig
2016-05-10iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig
2016-05-10target: make close_session optionalChristoph Hellwig
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig
2016-05-10target: remove acl_stopChristoph Hellwig
2016-05-10target: consolidate and fix session shutdownChristoph Hellwig
2016-05-09cxgbit: add files for cxgbit.koVarun Prakash
2016-05-09iscsi-target: export symbolsVarun Prakash
2016-05-09iscsi-target: call complete on conn_logout_compVarun Prakash
2016-05-09iscsi-target: clear tx_thread_activeVarun Prakash
2016-05-09iscsi-target: add new offload transport typeVarun Prakash
2016-05-09iscsi-target: use conn_transport->transport_type in text rspVarun Prakash
2016-05-09iscsi-target: move iscsit_thread_check_cpumask()Varun Prakash
2016-05-09iscsi-target: add void (*iscsit_get_r2t_ttt)()Varun Prakash
2016-05-09iscsi-target: add int (*iscsit_validate_params)()Varun Prakash
2016-05-09iscsi-target: split iscsi_target_rx_thread()Varun Prakash
2016-05-09iscsi-target: add void (*iscsit_get_rx_pdu)()Varun Prakash
2016-05-09iscsi-target: add void (*iscsit_release_cmd)()Varun Prakash
2016-05-09iscsi-target: add int (*iscsit_xmit_pdu)()Varun Prakash
2016-05-09target: use new "dbroot" target attributeLee Duncan
2016-05-09target: make target db location configurableLee Duncan
2016-04-28treewide: Fix typos in printkMasanari Iida
2016-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2016-04-13block: kill off q->flush_flagsJens Axboe
2016-03-30target: add a new add_wwn_groups fabrics methodChristoph Hellwig
2016-03-30target: initialize the nacl base CIT begfore init_nodeaclChristoph Hellwig
2016-03-30target: remove ->fabric_cleanup_nodeaclChristoph Hellwig
2016-03-28[net] drop 'size' argument of sock_recvmsg()Al Viro
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-03-22target: Fix target_release_cmd_kref shutdown comp leakHimanshu Madhani
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-10target: Avoid DataIN transfers for non-GOOD SAM statusNicholas Bellinger
2016-03-10target/user: Report capability of handling out-of-order completions to userspaceSheng Yang
2016-03-10target/user: Fix size_t format-spec build warningNicholas Bellinger
2016-03-10target/user: Don't free expired command when time outSheng Yang
2016-03-10target/user: Introduce data_bitmap, replace data_length/data_head/data_tailSheng Yang
2016-03-10target/user: Free data ring in unified functionSheng Yang
2016-03-10target/user: Use iovec[] to describe continuous areaSheng Yang