aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-07-05Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-15/+10
2017-07-03t10-pi: Move opencoded contants to common headerDmitry Monakhov1-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-10/+8
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+35
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-2/+2
2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig1-1/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-2/+0
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-8/+4
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-3/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-5/+5
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe7-88/+217
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-5/+5
2017-06-09block: introduce new block status code typeChristoph Hellwig1-2/+2
2017-06-08iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger1-0/+12
2017-06-08iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger1-2/+8
2017-06-08target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger3-12/+15
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar1-3/+3
2017-05-31iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi4-8/+34
2017-05-31iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger1-62/+132
2017-05-23tcmu: fix crash during device removalMike Christie1-13/+33
2017-05-15target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger1-5/+18
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds16-238/+682
2017-05-11Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger1-64/+10
2017-05-07target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche1-2/+1
2017-05-04tcmu: fix module removal due to stuck threadMike Christie1-0/+3
2017-05-04target: Don't force session reset if queue_depth does not changeNicholas Bellinger1-0/+7
2017-05-04iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger3-0/+3
2017-05-04target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger1-1/+4
2017-05-02tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li1-11/+41
2017-05-01tcmu: Add global data block pool supportXiubo Li1-128/+336
2017-05-01tcmu: Add dynamic growing data area feature supportXiubo Li1-101/+237
2017-05-01target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke1-4/+4
2017-05-01target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke1-1/+1
2017-05-01target/user: PGR SupportBryant G. Ly4-7/+46
2017-05-01target: Add WRITE_VERIFY_16Bryant G. Ly1-0/+2
2017-05-01target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring1-1/+1
2017-05-01target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring1-2/+2
2017-05-01target: Improve size determinations in two functionsMarkus Elfring1-2/+2
2017-05-01target: Delete error messages for failed memory allocationsMarkus Elfring1-18/+5
2017-05-01target: Use kcalloc() in two functionsMarkus Elfring1-4/+2
2017-05-01iscsi-target: Improve size determinations in four functionsMarkus Elfring1-6/+4
2017-05-01iscsi-target: Delete error messages for failed memory allocationsMarkus Elfring1-27/+10
2017-05-01iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()Markus Elfring1-2/+1
2017-05-01tcm: make pi data verification configurableDmitry Monakhov3-10/+47
2017-05-01tcm_fileio: Prevent information leak for short readsDmitry Monakhov1-6/+17
2017-05-01target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche1-9/+62
2017-05-01target/pr: update PR out action code tableZhu Lingshan1-4/+5