aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-23tcmu: fix crash during device removalMike Christie1-13/+33
2017-05-04tcmu: fix module removal due to stuck threadMike Christie1-0/+3
2017-05-02tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li1-11/+41
2017-05-01tcmu: Add global data block pool supportXiubo Li1-128/+336
2017-05-01tcmu: Add dynamic growing data area feature supportXiubo Li1-101/+237
2017-04-02tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li1-15/+33
2017-03-30tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li1-2/+8
2017-03-30tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li1-11/+23
2017-03-30tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger1-5/+0
2017-03-18tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger1-26/+68
2017-03-18tcmu: make cmd timeout configurableMike Christie1-6/+35
2017-03-18tcmu: add helper to check if dev was configuredMike Christie1-2/+6
2017-03-18tcmu: return on first Opt parse failureMike Christie1-0/+3
2017-03-18tcmu: allow hw_max_sectors greater than 128Mike Christie1-19/+35
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-3/+1
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-3/+2
2016-12-15target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover1-2/+0
2016-12-09target/user: Add an #include directiveBart Van Assche1-0/+1
2016-12-09target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+21
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: statically initialize familiesJohannes Berg1-0/+1
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-19target/user: Fix comments to not refer to data ringAndy Grover1-7/+5
2016-10-19target/user: Return an error if cmd data size is too largeAndy Grover1-3/+6
2016-10-19target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover1-19/+10
2016-03-10target/user: Report capability of handling out-of-order completions to userspaceSheng Yang1-0/+1
2016-03-10target/user: Fix size_t format-spec build warningNicholas Bellinger1-3/+2
2016-03-10target/user: Don't free expired command when time outSheng Yang1-8/+17
2016-03-10target/user: Introduce data_bitmap, replace data_length/data_head/data_tailSheng Yang1-100/+121
2016-03-10target/user: Free data ring in unified functionSheng Yang1-10/+12
2016-03-10target/user: Use iovec[] to describe continuous areaSheng Yang1-15/+26
2016-02-06target/user: Fix cast from pointer to phys_addr_tArnd Bergmann1-1/+1
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+6
2016-01-20target/user: Make sure netlink would reach all network namespacesSheng Yang1-1/+2
2016-01-07target/user: Allow user to set block size before enabling deviceSheng Yang1-1/+3
2016-01-06target: use offset_in_page macroGeliang Tang1-1/+1
2015-11-28target/user: Do not set unused fields in tcmu_opsAndy Grover1-2/+0
2015-11-28target/user: Fix time calc in expired cmd processingAndy Grover1-1/+1
2015-09-11target: use stringify.h instead of own definitionDavid Disseldorp1-1/+2
2015-09-11target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover1-8/+2
2015-09-11target/user: Remove unused variableAndy Grover1-1/+0
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-119/+147
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2015-06-23target/user: Fix inconsistent kmap_atomic/kunmap_atomicSagi Grimberg1-6/+8
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+3
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-111/+32