summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche-6/+4
2018-07-02scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche-6/+2
2018-07-02scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche-17/+11
2018-07-02scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche-12/+3
2018-07-02scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche-6/+28
2018-07-02scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche-59/+23
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche-9/+18
2018-07-02scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche-5/+23
2018-07-02scsi: target: Move a list_del_init() statementBart Van Assche-2/+1
2018-07-02scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche-5/+17
2018-07-02scsi: target: Use config_item_name() instead of open-coding itBart Van Assche-5/+6
2018-06-26scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie-1/+1
2018-06-26scsi: target: remove target_find_deviceMike Christie-24/+0
2018-06-26scsi: tcmu: add module wide block/reset_netlink supportMike Christie-3/+97
2018-06-26scsi: tcmu: misc nl code cleanupMike Christie-12/+9
2018-06-26scsi: tcmu: simplify nl interfaceMike Christie-14/+12
2018-06-26scsi: tcmu: track nl commandsMike Christie-29/+39
2018-06-26scsi: tcmu: delete unused __waitMike Christie-1/+0
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox-10/+39
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox-4/+4
2018-06-19scsi: target: Fix truncated PR-in ReadKeys responseDavid Disseldorp-5/+10
2018-06-18scsi: tcmu: remove useless code and clean up the code style.Xiubo Li-6/+2
2018-06-18scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com-8/+36
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-70/+344
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds-12/+9
2018-05-30target: convert to bioset_init()/mempool_init()Kent Overstreet-9/+7
2018-05-28scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King-1/+1
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan-8/+61
2018-05-14scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever-0/+2
2018-05-14scsi: target: target/file: Add support of direct and async I/OAndrei Vagin-14/+124
2018-05-14block: Use bioset_init() for fs_bio_setKent Overstreet-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig-2/+1
2018-05-08scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan-69/+20
2018-05-08scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan-2/+21
2018-05-08scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan-2/+22
2018-05-08scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan-1/+15
2018-05-08scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan-1/+16
2018-05-08scsi: tcmu: add new netlink events helpersZhu Lingshan-0/+59
2018-04-20scsi: target: Fix fortify_panic kernel exceptionBryant G Ly-4/+4
2018-04-20scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap-2/+6
2018-04-20scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap-7/+10
2018-04-20scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap-1/+1
2018-04-19scsi: target: Change return type to vm_fault_tSouptick Joarder-1/+1
2018-04-19scsi: target: prefer dbroot of /etc/target over /var/targetLee Duncan-0/+26
2018-04-19scsi: target: fix crash with iscsi target and dvdMing Lei-0/+2
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds-27/+3
2018-03-26iscsi-target: use common inet_addr_is_anySagi Grimberg-26/+2
2018-03-08target/tcm_loop: Use blk_queue_flag_set()Bart Van Assche-1/+1