aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+9
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds22-231/+86
2019-03-06scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko1-5/+3
2019-03-06scsi: target: tcmu: wait for nl reply only if there are listeners or during an addCathy Avery1-5/+6
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig1-15/+0
2019-02-04scsi: target: make the pi_prot_format ConfigFS path readableDavid Disseldorp1-1/+7
2019-02-04scsi: target/iscsi: Simplify iscsit_handle_text_cmd()Bart Van Assche1-14/+11
2019-02-04scsi: target/iscsi: Simplify iscsit_dump_data_payload()Bart Van Assche1-32/+9
2019-02-04scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlockBart Van Assche1-2/+2
2019-02-04scsi: target/iscsi: Rename a function and a function pointerBart Van Assche4-5/+5
2019-02-04scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche4-7/+7
2019-02-04scsi: target/iscsi: Convert comments about locking into runtime checksBart Van Assche7-42/+31
2019-02-04scsi: target/iscsi: Remove an incorrect commentBart Van Assche1-3/+0
2019-02-04scsi: target/core: Add target_send_busy()Bart Van Assche1-0/+16
2019-02-04scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche1-28/+3
2019-02-04scsi: target/core: Simplify the LUN RESET implementationBart Van Assche1-12/+2
2019-02-04scsi: target/core: Remove several state tests from the TMF codeBart Van Assche2-27/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche8-44/+0
2019-01-22scsi: tcmu: fix use after freeXiubo Li1-1/+2
2019-01-11scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li1-27/+61
2019-01-08scsi: target/iscsi: fix error msg typo when create lio_qr_cache failedLeo Zhang1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds21-570/+500
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+8
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig1-1/+1
2018-12-18scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-12scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash1-0/+1
2018-12-12scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash1-1/+4
2018-12-07scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp1-14/+7
2018-12-07scsi: target: remove hardcoded T10 Vendor ID in INQUIRY responseDavid Disseldorp1-3/+5
2018-12-07scsi: target: add device vendor_id configfs attributeDavid Disseldorp1-0/+70
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp5-99/+52
2018-12-07scsi: target: use consistent left-aligned ASCII INQUIRY dataDavid Disseldorp1-5/+12
2018-12-07scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche1-6/+2
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche3-134/+147
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche4-87/+10
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche2-20/+4
2018-12-07scsi: target/core: Make it possible to wait from more than one context for command completionBart Van Assche1-5/+9
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche2-17/+1
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2-11/+30
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche3-32/+5
2018-12-07scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche1-7/+4
2018-12-07scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche1-1/+1
2018-11-30sbitmap: optimize wakeup checkJens Axboe1-5/+7
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp5-16/+19
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp15-122/+97
2018-11-28scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp1-2/+1
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur1-4/+4
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp4-6/+41
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-2/+2