aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-18scsi: remove the use_clustering flagChristoph Hellwig
2018-12-18scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun
2018-12-12scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash
2018-12-12scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash
2018-12-07scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp
2018-12-07scsi: target: remove hardcoded T10 Vendor ID in INQUIRY responseDavid Disseldorp
2018-12-07scsi: target: add device vendor_id configfs attributeDavid Disseldorp
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp
2018-12-07scsi: target: use consistent left-aligned ASCII INQUIRY dataDavid Disseldorp
2018-12-07scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche
2018-12-07scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche
2018-12-07scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche
2018-12-07scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche
2018-12-07scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche
2018-12-07scsi: target/core: Use system workqueues for TMFBart Van Assche
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche
2018-12-07scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche
2018-12-07scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche
2018-12-07scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche
2018-11-30sbitmap: optimize wakeup checkJens Axboe
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-11-28scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur
2018-11-21scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-11-05scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...Bart Van Assche
2018-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-10-23scsi: target: Don't request modules that aren't even builtRoland Dreier
2018-10-23scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-16scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche
2018-10-16scsi: target/core: Use sg_alloc_table() instead of open-coding itBart Van Assche
2018-10-16scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche
2018-10-16scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche
2018-10-16scsi: target/core: Remove an unused data member from struct xcopy_pt_cmdBart Van Assche
2018-10-16scsi: target/core: Fix spelling in two source code commentsBart Van Assche
2018-10-16scsi: target: stash sess_err_stats on Data-Out timeoutDavid Disseldorp
2018-10-16scsi: target: split out helper for cxn timeout error stashingDavid Disseldorp
2018-10-16scsi: target: log NOP ping timeouts as errorsDavid Disseldorp
2018-10-16scsi: target: log Data-Out timeouts as errorsDavid Disseldorp
2018-10-16scsi: target: use ISCSI_IQN_LEN in iscsi_target_statDavid Disseldorp
2018-10-16scsi: target: Fix target_wait_for_sess_cmds breakage with active signalsNicholas Bellinger
2018-10-03block: Finish renaming REQ_DISCARD into REQ_OP_DISCARDBart Van Assche