summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)Author
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-15target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover
2016-12-09target/user: Add an #include directiveBart Van Assche
2016-12-09target/user: Fix a data type in tcmu_queue_cmd()Bart Van Assche
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-19target/user: Fix comments to not refer to data ringAndy Grover
2016-10-19target/user: Return an error if cmd data size is too largeAndy Grover
2016-10-19target/user: Use sense_reason_t in tcmu_queue_cmd_ringAndy Grover
2016-03-10target/user: Report capability of handling out-of-order completions to userspaceSheng Yang
2016-03-10target/user: Fix size_t format-spec build warningNicholas Bellinger
2016-03-10target/user: Don't free expired command when time outSheng Yang
2016-03-10target/user: Introduce data_bitmap, replace data_length/data_head/data_tailSheng Yang
2016-03-10target/user: Free data ring in unified functionSheng Yang
2016-03-10target/user: Use iovec[] to describe continuous areaSheng Yang
2016-02-06target/user: Fix cast from pointer to phys_addr_tArnd Bergmann
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-20target/user: Make sure netlink would reach all network namespacesSheng Yang
2016-01-07target/user: Allow user to set block size before enabling deviceSheng Yang
2016-01-06target: use offset_in_page macroGeliang Tang
2015-11-28target/user: Do not set unused fields in tcmu_opsAndy Grover
2015-11-28target/user: Fix time calc in expired cmd processingAndy Grover
2015-09-11target: use stringify.h instead of own definitionDavid Disseldorp
2015-09-11target/user: Fix UFLAG_UNKNOWN_OP handlingAndy Grover
2015-09-11target/user: Remove unused variableAndy Grover
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-23target/user: Fix inconsistent kmap_atomic/kunmap_atomicSagi Grimberg
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger
2015-06-01target: consolidate backend attribute implementationsChristoph Hellwig
2015-06-01target: simplify backend driver registrationChristoph Hellwig
2015-05-30target/user: Add support for bidirectional commandsIlias Tsitsimpis
2015-05-30target/user: Refactor data area allocation codeIlias Tsitsimpis
2015-05-30driver/user: Don't warn for DMA_NONE data directionIlias Tsitsimpis
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover
2015-05-30target: Move passthrough CDB parsing into a common functionAndy Grover
2015-05-30target/user: Only support full command pass-throughAndy Grover
2015-05-28treewide: Add missing vmalloc.h inclusion.David S. Miller
2015-05-02target/user: Disallow full passthrough (pass_level=0)Andy Grover
2015-04-19target: Version 2 of TCMU ABIAndy Grover
2015-03-26target: add missing __user annotationsChristoph Hellwig
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg
2015-01-09target: Drop left-over fabric_max_sectors attributeNicholas Bellinger
2014-12-01target/user: Convert to external tcmu_backend_dev_attrsNicholas Bellinger
2014-10-03target/user: Recalculate pad size inside is_ring_space_avail()Andy Grover