summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2018-10-10scsi: iscsi: target: Fix conn_ops double freeMike Christie3-75/+77
2018-10-10scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values ...Vincent Pelletier1-5/+3
2018-10-04scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche1-5/+17
2018-10-04scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche1-2/+1
2018-09-29scsi: target: iscsi: Use bin2hex instead of a re-implementationVincent Pelletier1-12/+3
2018-09-29scsi: target: iscsi: Use hex2bin instead of a re-implementationVincent Pelletier1-16/+14
2018-09-19scsi: tcmu: do not set max_blocks if data_bitmap has been setupMike Christie1-33/+40
2018-09-19scsi: target: fix __transport_register_session lockingMike Christie1-2/+3
2018-09-05iscsi target: fix session creation failure handlingMike Christie1-14/+21
2018-07-13scsi: target: iscsi: cxgbit: fix max iso npdu calculationVarun Prakash1-7/+9
2018-06-20scsi: target: Fix truncated PR-in ReadKeys responseDavid Disseldorp1-5/+10
2018-06-19scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com1-8/+36
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-3/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-70/+344
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds3-12/+9
2018-05-31target: convert to bioset_init()/mempool_init()Kent Overstreet2-9/+7
2018-05-29scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King1-1/+1
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan2-8/+61
2018-05-15scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever1-0/+2
2018-05-15scsi: target: target/file: Add support of direct and async I/OAndrei Vagin2-14/+124
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-2/+1
2018-05-08scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan1-69/+20
2018-05-08scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan1-2/+21
2018-05-08scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan1-2/+22
2018-05-08scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan1-1/+15
2018-05-08scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan1-1/+16
2018-05-08scsi: tcmu: add new netlink events helpersZhu Lingshan1-0/+59
2018-04-21scsi: target: Fix fortify_panic kernel exceptionBryant G Ly1-4/+4
2018-04-21scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap1-2/+6
2018-04-21scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap1-7/+10
2018-04-21scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2018-04-19scsi: target: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-04-19scsi: target: prefer dbroot of /etc/target over /var/targetLee Duncan2-0/+26
2018-04-19scsi: target: fix crash with iscsi target and dvdMing Lei1-0/+2
2018-04-06Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2-27/+3
2018-03-26iscsi-target: use common inet_addr_is_anySagi Grimberg1-26/+2
2018-03-09target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-9/+9
2018-02-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds13-389/+795
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-42/+5
2018-01-24iscsi-target: make sure to wake up sleeping login workerFlorian Westphal1-0/+3
2018-01-19lib/scatterlist: Fix chaining support in sgl_alloc_order()Bart Van Assche1-1/+1
2018-01-18tcmu: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-18tcmu: fix cmd user after freeMike Christie1-2/+1
2018-01-18target: fix destroy device in target_configure_devicetangwenji1-1/+3
2018-01-17tcmu: allow userspace to reset ringMike Christie1-4/+166
2018-01-17target core: add device action configfs filesMike Christie2-0/+7
2018-01-13tcmu: fix error return code in tcmu_configure_device()Wei Yongjun1-1/+3