summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-111-1/+1
|\
| * t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-031-1/+1
* | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-051-3/+3
|\ \
| * | fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-2/+2
| * | fs: implement vfs_iter_read using do_iter_readChristoph Hellwig2017-06-291-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-053-15/+10
|\ \ \ | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-304-14/+35
| |\ \
| * | | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-8/+4
| * | | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-3/+2
| * | | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-5/+5
| * | | cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar2017-06-071-3/+3
| | |/ | |/|
* | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-032-10/+8
|\ \ \ | |_|/ |/| |
| * | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-2/+0
| * | blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
| * | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-127-88/+217
| |\|
| * | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-5/+5
| * | block: introduce new block status code typeChristoph Hellwig2017-06-091-2/+2
* | | iscsi-target: Reject immediate data underflow larger than SCSI transfer lengthNicholas Bellinger2017-06-081-0/+12
* | | iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMPNicholas Bellinger2017-06-081-2/+8
* | | target: Fix kref->refcount underflow in transport_cmd_finish_abortNicholas Bellinger2017-06-083-12/+15
| |/ |/|
* | iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi2017-05-314-8/+34
* | iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger2017-05-311-62/+132
* | tcmu: fix crash during device removalMike Christie2017-05-231-13/+33
* | target: Re-add check to reject control WRITEs with overflow dataNicholas Bellinger2017-05-151-5/+18
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-05-1216-238/+682
|\
| * Revert "target: Fix VERIFY and WRITE VERIFY command parsing"Nicholas Bellinger2017-05-111-64/+10
| * target/fileio: Fix zero-length READ and WRITE handlingBart Van Assche2017-05-071-2/+1
| * tcmu: fix module removal due to stuck threadMike Christie2017-05-041-0/+3
| * target: Don't force session reset if queue_depth does not changeNicholas Bellinger2017-05-041-0/+7
| * iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatementNicholas Bellinger2017-05-043-0/+3
| * target: Fix compare_and_write_callback handling for non GOOD statusNicholas Bellinger2017-05-041-1/+4
| * tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li2017-05-021-11/+41
| * tcmu: Add global data block pool supportXiubo Li2017-05-011-128/+336
| * tcmu: Add dynamic growing data area feature supportXiubo Li2017-05-011-101/+237
| * target: fixup error message in target_tg_pt_gp_tg_pt_gp_id_store()Hannes Reinecke2017-05-011-4/+4
| * target: fixup error message in target_tg_pt_gp_alua_access_type_store()Hannes Reinecke2017-05-011-1/+1
| * target/user: PGR SupportBryant G. Ly2017-05-014-7/+46
| * target: Add WRITE_VERIFY_16Bryant G. Ly2017-05-011-0/+2
| * target: Use kmalloc_array() in transport_kmap_data_sg()Markus Elfring2017-05-011-1/+1
| * target: Use kmalloc_array() in compare_and_write_callback()Markus Elfring2017-05-011-2/+2
| * target: Improve size determinations in two functionsMarkus Elfring2017-05-011-2/+2
| * target: Delete error messages for failed memory allocationsMarkus Elfring2017-05-011-18/+5
| * target: Use kcalloc() in two functionsMarkus Elfring2017-05-011-4/+2
| * iscsi-target: Improve size determinations in four functionsMarkus Elfring2017-05-011-6/+4
| * iscsi-target: Delete error messages for failed memory allocationsMarkus Elfring2017-05-011-27/+10
| * iscsi-target: Use kcalloc() in iscsit_allocate_iovecs()Markus Elfring2017-05-011-2/+1
| * tcm: make pi data verification configurableDmitry Monakhov2017-05-013-10/+47
| * tcm_fileio: Prevent information leak for short readsDmitry Monakhov2017-05-011-6/+17
| * target: Fix VERIFY and WRITE VERIFY command parsingBart Van Assche2017-05-011-9/+62
| * target/pr: update PR out action code tableZhu Lingshan2017-05-011-4/+5