aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-11-05scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRITE failsBart Van Assche1-2/+2
2018-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+5
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-7/+5
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-95/+121
2018-10-23scsi: target: Don't request modules that aren't even builtRoland Dreier1-4/+4
2018-10-23scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells2-7/+5
2018-10-16scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche2-9/+8
2018-10-16scsi: target/core: Use sg_alloc_table() instead of open-coding itBart Van Assche1-6/+5
2018-10-16scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche2-3/+2
2018-10-16scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche1-6/+0
2018-10-16scsi: target/core: Remove an unused data member from struct xcopy_pt_cmdBart Van Assche1-3/+0
2018-10-16scsi: target/core: Fix spelling in two source code commentsBart Van Assche1-2/+2
2018-10-16scsi: target: stash sess_err_stats on Data-Out timeoutDavid Disseldorp1-0/+1
2018-10-16scsi: target: split out helper for cxn timeout error stashingDavid Disseldorp3-30/+22
2018-10-16scsi: target: log NOP ping timeouts as errorsDavid Disseldorp1-3/+5
2018-10-16scsi: target: log Data-Out timeouts as errorsDavid Disseldorp1-5/+11
2018-10-16scsi: target: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp1-2/+2
2018-10-16scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger1-2/+2
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche1-3/+3