summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: target/core: Add target_send_busy()Bart Van Assche2019-02-051-0/+16
| * scsi: target/core: Inline transport_lun_remove_cmd()Bart Van Assche2019-02-051-28/+3Star
| * scsi: target/core: Simplify the LUN RESET implementationBart Van Assche2019-02-051-12/+2Star
| * scsi: target/core: Remove several state tests from the TMF codeBart Van Assche2019-02-052-27/+0Star
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-058-44/+0Star
* | scsi: target: make the pi_prot_format ConfigFS path readableDavid Disseldorp2019-02-051-1/+7
* | scsi: tcmu: fix use after freeXiubo Li2019-01-231-1/+2
* | scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comesXiubo Li2019-01-121-27/+61
* | scsi: target/iscsi: fix error msg typo when create lio_qr_cache failedLeo Zhang2019-01-091-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-2821-570/+500Star
|\
| * scsi: remove the use_clustering flagChristoph Hellwig2018-12-191-1/+1
| * scsi: target/core: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-191-1/+1
| * scsi: target: perform t10_wwn ID initialisation in target_alloc_device()David Disseldorp2018-12-081-14/+7Star
| * scsi: target: remove hardcoded T10 Vendor ID in INQUIRY responseDavid Disseldorp2018-12-081-3/+5
| * scsi: target: add device vendor_id configfs attributeDavid Disseldorp2018-12-081-0/+70
| * scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-085-99/+52Star
| * scsi: target: use consistent left-aligned ASCII INQUIRY dataDavid Disseldorp2018-12-081-5/+12
| * scsi: target/core: Reduce the amount of code executed with a spinlock heldBart Van Assche2018-12-081-6/+2Star
| * scsi: target/core: Make ABORT and LUN RESET handling synchronousBart Van Assche2018-12-083-134/+147
| * scsi: target/core: Fix TAS handling for aborted commandsBart Van Assche2018-12-084-87/+10Star
| * scsi: target/core: Simplify the code for aborting SCSI commandsBart Van Assche2018-12-082-20/+4Star
| * scsi: target/core: Make it possible to wait from more than one context for co...Bart Van Assche2018-12-081-5/+9
| * scsi: target/core: Use system workqueues for TMFBart Van Assche2018-12-082-17/+1Star
| * scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche2018-12-082-11/+30
| * scsi: target/core: Simplify transport_clear_lun_ref()Bart Van Assche2018-12-083-32/+5Star
| * scsi: target/core: Use kvcalloc() instead of open-coding itBart Van Assche2018-12-081-7/+4Star
| * scsi: target/tcmu: Fix queue_cmd_ring() declarationBart Van Assche2018-12-081-1/+1
| * scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-295-16/+19
| * scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-2915-122/+97Star
| * scsi: target: drop unused pi_prot_format attribute storageDavid Disseldorp2018-11-291-2/+1Star
| * scsi: target: add emulate_pr backstore attr to toggle PR supportDavid Disseldorp2018-11-224-6/+41
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-282-6/+8
|\ \
| * | sbitmap: optimize wakeup checkJens Axboe2018-11-301-5/+7
| * | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-2/+2
| |\ \
| * | | block: remove __blk_put_request()Jens Axboe2018-11-071-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-4/+4
|\ \ \
| * | | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-4/+4
| | |/ | |/|
* | | scsi: target: iscsi: cxgbit: add missing spin_lock_init()Varun Prakash2018-12-131-0/+1
* | | scsi: target: iscsi: cxgbit: fix csk leakVarun Prakash2018-12-131-1/+4
|/ /
* / scsi: target/core: Avoid that a kernel oops is triggered when COMPARE AND WRI...Bart Van Assche2018-11-061-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-11-032-5/+5
|\
| * scsi: target: Don't request modules that aren't even builtRoland Dreier2018-10-241-4/+4
| * scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier2018-10-241-1/+1
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-022-7/+5Star
|\ \
| * | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-242-7/+5Star
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-2515-95/+121
|\ \ \ | | |/ | |/|
| * | scsi: target/core: Always call transport_complete_callback() upon failureBart Van Assche2018-10-162-9/+8Star
| * | scsi: target/core: Use sg_alloc_table() instead of open-coding itBart Van Assche2018-10-161-6/+5Star
| * | scsi: target/core: Use the SECTOR_SHIFT constantBart Van Assche2018-10-162-3/+2Star
| * | scsi: target/core: Remove the SCF_COMPARE_AND_WRITE_POST flagBart Van Assche2018-10-161-6/+0Star