index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
target
/
target_core_user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-31
tcmu: free old string on reconfig
Bryant G. Ly
1
-0
/
+2
2017-07-31
tcmu: Fix possible to/from address overflow when doing the memcpy
Xiubo Li
1
-6
/
+5
2017-07-11
tcmu: clean up the code and with one small fix
Xiubo Li
1
-13
/
+11
2017-07-11
tcmu: Fix possbile memory leak / OOPs when recalculating cmd base size
Xiubo Li
1
-7
/
+5
2017-07-10
tcmu: Fix dev_config_store
Bryant G. Ly
1
-8
/
+24
2017-07-07
tcmu: fix sense handling during completion
Mike Christie
1
-2
/
+1
2017-07-07
tcmu: Fix flushing cmd entry dcache page
Xiubo Li
1
-2
/
+2
2017-07-07
tcmu: fix multiple uio open/close sequences
Mike Christie
1
-1
/
+5
2017-07-07
tcmu: drop configured check in destroy
Mike Christie
1
-4
/
+2
2017-07-07
tcmu: perfom device add, del and reconfig synchronously
Mike Christie
1
-20
/
+193
2017-07-07
target: break up free_device callback
Mike Christie
1
-3
/
+9
2017-07-07
tcmu: reconfigure netlink attr changes
Mike Christie
1
-29
/
+44
2017-07-07
tcmu: make array tcmu_attrib_attrs static const
Colin Ian King
1
-1
/
+1
2017-07-07
tcmu: Fix module removal due to stuck unmap_thread thread again
Xiubo Li
1
-1
/
+1
2017-07-07
tcmu: Add Type of reconfig into netlink
Bryant G. Ly
1
-6
/
+14
2017-07-07
tcmu: Make dev_config configurable
Bryant G. Ly
1
-0
/
+41
2017-07-07
tcmu: Make dev_size configurable via userspace
Bryant G. Ly
1
-5
/
+54
2017-07-07
tcmu: Add netlink for device reconfiguration
Bryant G. Ly
1
-0
/
+12
2017-07-07
tcmu: Support emulate_write_cache
Bryant G. Ly
1
-0
/
+30
2017-05-24
tcmu: fix crash during device removal
Mike Christie
1
-13
/
+33
2017-05-05
tcmu: fix module removal due to stuck thread
Mike Christie
1
-0
/
+3
2017-05-03
tcmu: Recalculate the tcmu_cmd size to save cmd area memories
Xiubo Li
1
-11
/
+41
2017-05-02
tcmu: Add global data block pool support
Xiubo Li
1
-128
/
+336
2017-05-02
tcmu: Add dynamic growing data area feature support
Xiubo Li
1
-101
/
+237
2017-04-03
tcmu: Skip Data-Out blocks before gathering Data-In buffer for BIDI case
Xiubo Li
1
-15
/
+33
2017-03-30
tcmu: Fix wrongly calculating of the base_command_size
Xiubo Li
1
-2
/
+8
2017-03-30
tcmu: Fix possible overwrite of t_data_sg's last iov[]
Xiubo Li
1
-11
/
+23
2017-03-30
tcmu: Allow cmd_time_out to be set to zero (disabled)
Nicholas Bellinger
1
-5
/
+0
2017-03-19
tcmu: Convert cmd_time_out into backend device attribute
Nicholas Bellinger
1
-26
/
+68
2017-03-19
tcmu: make cmd timeout configurable
Mike Christie
1
-6
/
+35
2017-03-19
tcmu: add helper to check if dev was configured
Mike Christie
1
-2
/
+6
2017-03-19
tcmu: return on first Opt parse failure
Mike Christie
1
-0
/
+3
2017-03-19
tcmu: allow hw_max_sectors greater than 128
Mike Christie
1
-19
/
+35
2017-03-01
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-3
/
+1
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+3
2017-02-14
idr: Return the deleted entry from idr_remove
Matthew Wilcox
1
-3
/
+1
2016-12-21
Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+2
2016-12-15
target/user: Fix use-after-free of tcmu_cmds if they are expired
Andy Grover
1
-2
/
+0
2016-12-09
target/user: Add an #include directive
Bart Van Assche
1
-0
/
+1
2016-12-09
target/user: Fix a data type in tcmu_queue_cmd()
Bart Van Assche
1
-1
/
+1
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-29
/
+21
2016-10-27
genetlink: mark families as __ro_after_init
Johannes Berg
1
-1
/
+1
2016-10-27
genetlink: statically initialize families
Johannes Berg
1
-0
/
+1
2016-10-27
genetlink: no longer support using static family IDs
Johannes Berg
1
-1
/
+0
2016-10-20
target/user: Fix comments to not refer to data ring
Andy Grover
1
-7
/
+5
2016-10-20
target/user: Return an error if cmd data size is too large
Andy Grover
1
-3
/
+6
2016-10-20
target/user: Use sense_reason_t in tcmu_queue_cmd_ring
Andy Grover
1
-19
/
+10
2016-03-11
target/user: Report capability of handling out-of-order completions to userspace
Sheng Yang
1
-0
/
+1
2016-03-11
target/user: Fix size_t format-spec build warning
Nicholas Bellinger
1
-3
/
+2
2016-03-11
target/user: Don't free expired command when time out
Sheng Yang
1
-8
/
+17
[next]