summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe2016-08-071-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-08-059-53/+89
|\
| * target: fix spelling mistake: "limitiation" -> "limitation"Colin Ian King2016-07-241-1/+1
| * target: Fix residual overflow handling in target_complete_cmd_with_lengthSumit Rai2016-07-241-1/+15
| * tcm_fc: set and unset FCP_SPPF_TARG_FCNHannes Reinecke2016-07-201-0/+2
| * iscsi-target: Fix panic when adding second TCP connection to iSCSI sessionFeng Li2016-07-201-2/+3
| * target: Fix ordered task CHECK_CONDITION early exception handlingNicholas Bellinger2016-07-201-1/+6
| * target: Fix ordered task target_setup_cmd_from_cdb exception hangNicholas Bellinger2016-07-203-28/+37
| * target: Fix max_unmap_lba_count calc overflowMike Christie2016-07-203-7/+7
| * target: Fix race between iscsi-target connection shutdown + ABORT_TASKNicholas Bellinger2016-07-202-7/+18
| * target: Fix missing complete during ABORT_TASK + CMD_T_FABRIC_STOPNicholas Bellinger2016-07-201-6/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-274-2/+5
|\ \
| * | libcxgb: export ppm release and tagmask set apiVarun Prakash2016-07-251-0/+2
| * | libcxgb: add library module for Chelsio driversVarun Prakash2016-07-253-2/+3
| |/
* | target: stop using blk_make_requestChristoph Hellwig2016-07-211-53/+34Star
* | target: use bio op accessorsMike Christie2016-06-072-16/+15Star
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-11/+13
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-05-2830-683/+5571
|\
| * 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-172-8/+8
| * iscsi-target: Convert transport drivers to signal rdma_shutdownNicholas Bellinger2016-05-172-6/+5Star
| * iscsi-target: Make iscsi_tpg_np driver show/store use generic codeNicholas Bellinger2016-05-171-158/+41Star
| * 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/+0Star
| * target: remove sess_kref and ->shutdown_sessionChristoph Hellwig2016-05-102-34/+3Star
| * iscsi-target: remove usage of ->shutdown_sessionChristoph Hellwig2016-05-104-23/+12Star
| * target: make close_session optionalChristoph Hellwig2016-05-104-17/+2Star
| * target: make ->shutdown_session optionalChristoph Hellwig2016-05-107-31/+4Star
| * target: remove acl_stopChristoph Hellwig2016-05-102-10/+7Star
| * target: consolidate and fix session shutdownChristoph Hellwig2016-05-101-54/+33Star
| * 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/+0Star
| * 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/+2Star
| * 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/+195Star
| * target: use new "dbroot" target attributeLee Duncan2016-05-102-4/+4
| * target: make target db location configurableLee Duncan2016-05-102-0/+68
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-202-15/+19
|\ \
| * | target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig2016-05-132-15/+19
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-181-1/+1
|\ \
| * | treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-181-3/+2Star
|\ \