summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-13target/user: Fix use-after-free of tcmu_cmds if they are expiredAndy Grover1-2/+0
2015-05-31target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover1-1/+1
2015-05-31target: Move passthrough CDB parsing into a common functionAndy Grover1-42/+1
2015-05-31target/user: Only support full command pass-throughAndy Grover1-50/+74
2015-05-03target/user: Disallow full passthrough (pass_level=0)Andy Grover1-65/+3
2015-04-20target: Version 2 of TCMU ABIAndy Grover1-12/+34
2015-03-27target: add missing __user annotationsChristoph Hellwig1-2/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-3/+1
2015-01-10target: Drop left-over fabric_max_sectors attributeNicholas Bellinger1-1/+0
2014-12-02target/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
2014-10-03target/user: Fix up smatch warnings in tcmu_netlink_eventNicholas Bellinger1-10/+13
2014-10-03target: Add a user-passthrough backstoreAndy Grover1-0/+1163