index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_user.c
Age
Commit message (
Expand
)
Author
2016-03-10
target/user: Report capability of handling out-of-order completions to userspace
Sheng Yang
2016-03-10
target/user: Fix size_t format-spec build warning
Nicholas Bellinger
2016-03-10
target/user: Don't free expired command when time out
Sheng Yang
2016-03-10
target/user: Introduce data_bitmap, replace data_length/data_head/data_tail
Sheng Yang
2016-03-10
target/user: Free data ring in unified function
Sheng Yang
2016-03-10
target/user: Use iovec[] to describe continuous area
Sheng Yang
2016-02-06
target/user: Fix cast from pointer to phys_addr_t
Arnd Bergmann
2016-01-20
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2016-01-20
target/user: Make sure netlink would reach all network namespaces
Sheng Yang
2016-01-07
target/user: Allow user to set block size before enabling device
Sheng Yang
2016-01-06
target: use offset_in_page macro
Geliang Tang
2015-11-28
target/user: Do not set unused fields in tcmu_ops
Andy Grover
2015-11-28
target/user: Fix time calc in expired cmd processing
Andy Grover
2015-09-11
target: use stringify.h instead of own definition
David Disseldorp
2015-09-11
target/user: Fix UFLAG_UNKNOWN_OP handling
Andy Grover
2015-09-11
target/user: Remove unused variable
Andy Grover
2015-07-04
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-06-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2015-06-23
target/user: Fix inconsistent kmap_atomic/kunmap_atomic
Sagi Grimberg
2015-06-02
target: Minimize SCSI header #include directives
Bart Van Assche
2015-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-06-01
target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage
Nicholas Bellinger
2015-06-01
target: consolidate backend attribute implementations
Christoph Hellwig
2015-06-01
target: simplify backend driver registration
Christoph Hellwig
2015-05-30
target/user: Add support for bidirectional commands
Ilias Tsitsimpis
2015-05-30
target/user: Refactor data area allocation code
Ilias Tsitsimpis
2015-05-30
driver/user: Don't warn for DMA_NONE data direction
Ilias Tsitsimpis
2015-05-30
target: Use a PASSTHROUGH flag instead of transport_types
Andy Grover
2015-05-30
target: Move passthrough CDB parsing into a common function
Andy Grover
2015-05-30
target/user: Only support full command pass-through
Andy Grover
2015-05-28
treewide: Add missing vmalloc.h inclusion.
David S. Miller
2015-05-02
target/user: Disallow full passthrough (pass_level=0)
Andy Grover
2015-04-19
target: Version 2 of TCMU ABI
Andy Grover
2015-03-26
target: add missing __user annotations
Christoph Hellwig
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
2015-01-09
target: Drop left-over fabric_max_sectors attribute
Nicholas Bellinger
2014-12-01
target/user: Convert to external tcmu_backend_dev_attrs
Nicholas Bellinger
2014-10-03
target/user: Recalculate pad size inside is_ring_space_avail()
Andy Grover
2014-10-03
target/user: Fix up smatch warnings in tcmu_netlink_event
Nicholas Bellinger
2014-10-03
target: Add a user-passthrough backstore
Andy Grover