summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-025-17/+8Star
| * | scsi: target/iscsi: Make iscsit_ta_authentication() respect the output buffer...Bart Van Assche2018-07-021-2/+1Star
| * | scsi: target/iscsi: Reduce number of __iscsit_free_cmd() callersBart Van Assche2018-07-023-5/+2Star
| * | scsi: target: Simplify the code for waiting for command completionBart Van Assche2018-07-021-16/+8Star
| * | scsi: target: Simplify transport_generic_free_cmd() (2/2)Bart Van Assche2018-07-021-6/+4Star
| * | scsi: target: Simplify transport_generic_free_cmd() (1/2)Bart Van Assche2018-07-021-6/+2Star
| * | scsi: target: Fold core_tmr_handle_tas_abort() into transport_cmd_finish_abort()Bart Van Assche2018-07-023-17/+11Star
| * | scsi: target: Simplify core_tmr_handle_tas_abort()Bart Van Assche2018-07-021-12/+3Star
| * | scsi: target: Document when CMD_T_STOP and CMD_T_COMPLETE are setBart Van Assche2018-07-021-6/+28
| * | scsi: target: Make the session shutdown code also wait for commands that are ...Bart Van Assche2018-07-022-59/+23Star
| * | scsi: target: Introduce transport_init_session()Bart Van Assche2018-07-022-9/+18
| * | scsi: target: Rename transport_init_session() into transport_alloc_session()Bart Van Assche2018-07-022-5/+23
| * | scsi: target: Move a list_del_init() statementBart Van Assche2018-07-021-2/+1Star
| * | scsi: target: Avoid that EXTENDED COPY commands trigger lock inversionBart Van Assche2018-07-021-5/+17
| * | scsi: target: Use config_item_name() instead of open-coding itBart Van Assche2018-07-022-5/+6
| * | scsi: tcmu: Don't pass KERN_ERR to pr_errMike Christie2018-06-261-1/+1
| * | scsi: target: remove target_find_deviceMike Christie2018-06-261-24/+0Star
| * | scsi: tcmu: add module wide block/reset_netlink supportMike Christie2018-06-261-3/+97
| * | scsi: tcmu: misc nl code cleanupMike Christie2018-06-261-12/+9Star
| * | scsi: tcmu: simplify nl interfaceMike Christie2018-06-261-14/+12Star
| * | scsi: tcmu: track nl commandsMike Christie2018-06-261-29/+39
| * | scsi: tcmu: delete unused __waitMike Christie2018-06-261-1/+0Star
| * | scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-204-10/+39
| * | scsi: target: Abstract tag freeingMatthew Wilcox2018-06-203-4/+4
| * | scsi: tcmu: remove useless code and clean up the code style.Xiubo Li2018-06-191-6/+2Star
* | | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-142-2/+4
|\ \ \ | |_|/ |/| |
| * | target/loop: depend on SCSIChristoph Hellwig2018-08-071-0/+1
| * | target: don't depend on SCSIChristoph Hellwig2018-08-021-2/+3
* | | scsi: target: iscsi: cxgbit: fix max iso npdu calculationVarun Prakash2018-07-131-7/+9
|/ /
* | scsi: target: Fix truncated PR-in ReadKeys responseDavid Disseldorp2018-06-201-5/+10
* | scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com2018-06-191-8/+36
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-3/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-107-70/+344
|\
| * scsi: target: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King2018-05-291-1/+1
| * scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan2018-05-182-8/+61
| * scsi: target: target/file: Add support of direct and async I/OAndrei Vagin2018-05-152-14/+124
| * scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan2018-05-081-69/+20Star
| * scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan2018-05-081-2/+21
| * scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan2018-05-081-2/+22
| * scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan2018-05-081-1/+15
| * scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan2018-05-081-1/+16
| * scsi: tcmu: add new netlink events helpersZhu Lingshan2018-05-081-0/+59
| * scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap2018-04-211-2/+6
| * scsi: target: target_core_transport.c: enable+fix kernel-docRandy Dunlap2018-04-211-7/+10
| * scsi: target: target_core_transport.c: fix kernel-doc warningsRandy Dunlap2018-04-211-1/+1
| * scsi: target: Change return type to vm_fault_tSouptick Joarder2018-04-191-1/+1
| * scsi: target: prefer dbroot of /etc/target over /var/targetLee Duncan2018-04-192-0/+26
* | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-043-12/+9Star
|\ \
| * | target: convert to bioset_init()/mempool_init()Kent Overstreet2018-05-302-9/+7Star