aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds49-18/+169
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-12-16iscsi-target: Return error if unable to add network portalVarun Prakash1-1/+3
2016-12-16target: Fix spelling mistake and unwrap multi-line textColin Ian King1-2/+1
2016-12-16target/iscsi: Fix double free in lio_target_tiqn_addtpg()Dan Carpenter1-1/+0
2016-12-15target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover1-2/+0
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-12/+12
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-4/+3
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+6
2016-12-09target: Minimize #include directivesBart Van Assche45-8/+158
2016-12-09target/user: Add an #include directiveBart Van Assche1-0/+1
2016-12-09cxgbit: Add an #include directiveBart Van Assche1-0/+1
2016-12-09sbp-target: Add an #include directiveBart Van Assche1-0/+1
2016-12-09sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche1-1/+1
2016-12-09target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche1-1/+1
2016-12-09target: Use NULL instead of 0 to represent a pointerBart Van Assche1-2/+2
2016-12-04don't open-code file_inode()Al Viro1-1/+1
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-4/+3
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei1-6/+2
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-0/+1
2016-11-08scsi: libfc: Replace ->seq_release callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_assign callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_set_resp callback with direct function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->seq_start_next callback with function callHannes Reinecke2-3/+3
2016-11-08scsi: libfc: Replace ->exch_done callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->seq_send callback with function callHannes Reinecke2-4/+4
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-4/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-75/+104
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+1
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-21target/tcm_fc: use CPU affinity for responsesHannes Reinecke1-1/+1
2016-10-21target/tcm_fc: Update debugging statements to match libfc usageHannes Reinecke1-11/+26
2016-10-21target/tcm_fc: return detailed error in ft_sess_create()Hannes Reinecke1-2/+3
2016-10-21target/tcm_fc: print command pointer in debug messageHannes Reinecke1-1/+1
2016-10-21target: fix potential race window in target_sess_cmd_list_waiting()Hannes Reinecke1-4/+8
2016-10-19Revert "target: Fix residual overflow handling in target_complete_cmd_with_length"Nicholas Bellinger1-15/+1
2016-10-19target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni1-4/+12
2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger2-6/+23
2016-10-19target: Re-add missing SCF_ACK_KREF assignment in v4.1.yNicholas Bellinger1-1/+3
2016-10-19iscsi-target: fix iscsi cmd leakVarun Prakash1-0/+4
2016-10-19iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited"Colin Ian King2-3/+3
2016-10-19target/user: Fix comments to not refer to data ringAndy Grover1-7/+5
2016-10-19target/user: Return an error if cmd data size is too largeAndy Grover1-3/+6
2016-10-19target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover1-19/+10
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD'sHariprasad Shenai1-0/+3
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash1-10/+6
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash1-9/+2
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash1-10/+3
2016-09-15libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash1-10/+3