summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAgeFilesLines
* tcmu: fix module removal due to stuck threadMike Christie2017-05-041-0/+3
* tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li2017-05-021-11/+41
* tcmu: Add global data block pool supportXiubo Li2017-05-011-128/+336
* tcmu: Add dynamic growing data area feature supportXiubo Li2017-05-011-101/+237
* tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li2017-04-021-15/+33
* tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li2017-03-301-2/+8
* tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li2017-03-301-11/+23
* tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger2017-03-301-5/+0
* tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger2017-03-181-26/+68
* tcmu: make cmd timeout configurableMike Christie2017-03-181-6/+35
* tcmu: add helper to check if dev was configuredMike Christie2017-03-181-2/+6
* tcmu: return on first Opt parse failureMike Christie2017-03-181-0/+3
* tcmu: allow hw_max_sectors greater than 128Mike Christie2017-03-181-19/+35
* Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-281-3/+1
|\
| * idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-131-3/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+3
|/
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-3/+2
|\
| * target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover2016-12-151-2/+0
| * target/user: Add an #include directiveBart Van Assche2016-12-091-0/+1
| * target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche2016-12-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-29/+21
|\ \ | |/
| * target/user: Fix comments to not refer to data ringAndy Grover2016-10-191-7/+5
| * target/user: Return an error if cmd data size is too largeAndy Grover2016-10-191-3/+6
| * target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover2016-10-191-19/+10
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-0/+1
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
|/
* target/user: Report capability of handling out-of-order completions to userspaceSheng Yang2016-03-101-0/+1
* target/user: Fix size_t format-spec build warningNicholas Bellinger2016-03-101-3/+2
* target/user: Don't free expired command when time outSheng Yang2016-03-101-8/+17
* target/user: Introduce data_bitmap, replace data_length/data_head/data_tailSheng Yang2016-03-101-100/+121
* target/user: Free data ring in unified functionSheng Yang2016-03-101-10/+12
* target/user: Use iovec[] to describe continuous areaSheng Yang2016-03-101-15/+26
* target/user: Fix cast from pointer to phys_addr_tArnd Bergmann2016-02-061-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-201-3/+6
|\
| * target/user: Make sure netlink would reach all network namespacesSheng Yang2016-01-201-1/+2
| * target/user: Allow user to set block size before enabling deviceSheng Yang2016-01-071-1/+3
| * target: use offset_in_page macroGeliang Tang2016-01-061-1/+1
* | target/user: Do not set unused fields in tcmu_opsAndy Grover2015-11-281-2/+0
* | target/user: Fix time calc in expired cmd processingAndy Grover2015-11-281-1/+1
|/
* target: use stringify.h instead of own definitionDavid Disseldorp2015-09-111-1/+2
* target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover2015-09-111-8/+2
* target/user: Remove unused variableAndy Grover2015-09-111-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-119/+147
|\
| * target/user: Fix inconsistent kmap_atomic/kunmap_atomicSagi Grimberg2015-06-231-6/+8
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-2/+9
| * target: consolidate backend attribute implementationsChristoph Hellwig2015-06-011-22/+1
| * target: simplify backend driver registrationChristoph Hellwig2015-06-011-7/+4
| * target/user: Add support for bidirectional commandsIlias Tsitsimpis2015-05-301-5/+24
| * target/user: Refactor data area allocation codeIlias Tsitsimpis2015-05-301-83/+106
OpenPOWER on IntegriCloud