summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)Author
2017-07-30tcmu: free old string on reconfigBryant G. Ly
2017-07-30tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li
2017-07-11tcmu: clean up the code and with one small fixXiubo Li
2017-07-11tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li
2017-07-09tcmu: Fix dev_config_storeBryant G. Ly
2017-07-06tcmu: fix sense handling during completionMike Christie
2017-07-06tcmu: Fix flushing cmd entry dcache pageXiubo Li
2017-07-06tcmu: fix multiple uio open/close sequencesMike Christie
2017-07-06tcmu: drop configured check in destroyMike Christie
2017-07-06tcmu: perfom device add, del and reconfig synchronouslyMike Christie
2017-07-06target: break up free_device callbackMike Christie
2017-07-06tcmu: reconfigure netlink attr changesMike Christie
2017-07-06tcmu: make array tcmu_attrib_attrs static constColin Ian King
2017-07-06tcmu: Fix module removal due to stuck unmap_thread thread againXiubo Li
2017-07-06tcmu: Add Type of reconfig into netlinkBryant G. Ly
2017-07-06tcmu: Make dev_config configurableBryant G. Ly
2017-07-06tcmu: Make dev_size configurable via userspaceBryant G. Ly
2017-07-06tcmu: Add netlink for device reconfigurationBryant G. Ly
2017-07-06tcmu: Support emulate_write_cacheBryant G. Ly
2017-05-23tcmu: fix crash during device removalMike Christie
2017-05-04tcmu: fix module removal due to stuck threadMike Christie
2017-05-02tcmu: Recalculate the tcmu_cmd size to save cmd area memoriesXiubo Li
2017-05-01tcmu: Add global data block pool supportXiubo Li
2017-05-01tcmu: Add dynamic growing data area feature supportXiubo Li
2017-04-02tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI caseXiubo Li
2017-03-30tcmu: Fix wrongly calculating of the base_command_sizeXiubo Li
2017-03-30tcmu: Fix possible overwrite of t_data_sg's last iov[]Xiubo Li
2017-03-30tcmu: Allow cmd_time_out to be set to zero (disabled)Nicholas Bellinger
2017-03-18tcmu: Convert cmd_time_out into backend device attributeNicholas Bellinger
2017-03-18tcmu: make cmd timeout configurableMike Christie
2017-03-18tcmu: add helper to check if dev was configuredMike Christie
2017-03-18tcmu: return on first Opt parse failureMike Christie
2017-03-18tcmu: allow hw_max_sectors greater than 128Mike Christie
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
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