summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-12-141-4/+3Star
|\ \
| * | fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-011-4/+3Star
| |/
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-132-10/+6Star
|\ \
| * | target: avoid accessing .bi_vcnt directlyMing Lei2016-11-221-6/+2Star
| * | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-4/+4
* | | cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-181-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-307-75/+104
|\ \ \ | | |/ | |/|
| * | target/tcm_fc: use CPU affinity for responsesHannes Reinecke2016-10-211-1/+1
| * | target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke2016-10-211-11/+26
| * | target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke2016-10-211-2/+3
| * | target/tcm_fc: print command pointer in debug messageHannes Reinecke2016-10-211-1/+1
| * | target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke2016-10-211-4/+8
| * | Revert "target: Fix residual overflow handling in target_complete_cmd_with_le...Nicholas Bellinger2016-10-201-15/+1Star
| * | target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni2016-10-201-4/+12
| * | target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2016-10-202-6/+23
| * | target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger2016-10-201-1/+3
| * | iscsi-target: fix iscsi cmd leakVarun Prakash2016-10-201-0/+4
| * | iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited"Colin Ian King2016-10-202-3/+3
| * | target/user: Fix comments to not refer to data ringAndy Grover2016-10-201-7/+5Star
| * | target/user: Return an error if cmd data size is too largeAndy Grover2016-10-201-3/+6
| * | target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover2016-10-201-19/+10Star
| |/
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+1
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0Star
|/
* chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai2016-09-191-0/+3
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-161-10/+6Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-161-9/+2Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-161-10/+3Star
* libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-161-10/+3Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-161-9/+2Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-161-10/+1Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-161-17/+3Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-161-10/+1Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-161-45/+6Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-161-31/+5Star
* libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()Varun Prakash2016-09-161-38/+3Star
* 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
| |/