aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-2/+9
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig1-22/+1
2015-06-01target: simplify backend driver registrationChristoph Hellwig1-7/+4
2015-05-30target/user: Add support for bidirectional commandsIlias Tsitsimpis1-5/+24
2015-05-30target/user: Refactor data area allocation codeIlias Tsitsimpis1-83/+106
2015-05-30driver/user: Don't warn for DMA_NONE data directionIlias Tsitsimpis1-2/+3
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-1/+1
2015-05-30target: Move passthrough CDB parsing into a common functionAndy Grover1-42/+1
2015-05-30target/user: Only support full command pass-throughAndy Grover1-50/+74
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller1-0/+1
2015-05-02target/user: Disallow full passthrough (pass_level=0)Andy Grover1-65/+3
2015-04-19target: Version 2 of TCMU ABIAndy Grover1-12/+34
2015-03-26target: add missing __user annotationsChristoph Hellwig1-2/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+1
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger1-1/+0
2014-12-01target/user: Convert to external tcmu_backend_dev_attrsNicholas Bellinger1-0/+42
2014-10-03target/user: Recalculate pad size inside is_ring_space_avail()Andy Grover1-15/+16