summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_user.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com2018-06-181-8/+36
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-39/+121
|\
| * scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan2018-05-081-69/+20
| * scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan2018-05-081-2/+21
| * scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan2018-05-081-2/+22
| * scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan2018-05-081-1/+15
| * scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan2018-05-081-1/+16
| * scsi: tcmu: add new netlink events helpersZhu Lingshan2018-05-081-0/+59
| * scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap2018-04-201-2/+6
| * scsi: target: Change return type to vm_fault_tSouptick Joarder2018-04-191-1/+1
* | scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever2018-05-141-0/+2
|/
* tcmu: Fix trailing semicolonLuis de Bethencourt2018-01-181-1/+1
* tcmu: fix cmd user after freeMike Christie2018-01-181-2/+1
* tcmu: allow userspace to reset ringMike Christie2018-01-161-4/+166
* tcmu: fix error return code in tcmu_configure_device()Wei Yongjun2018-01-121-1/+3
* target_core_user: add cmd id to broken ring messageMike Christie2018-01-121-1/+2
* tcmu: prevent corruption when invalid data page requestedMike Christie2018-01-121-37/+6
* tcmu: allow max block and global max blocks to be settableMike Christie2018-01-121-19/+124
* tcmu: make ring buffer timer configurableMike Christie2018-01-121-34/+115
* tcmu: don't block submitting context for block waitsMike Christie2018-01-121-95/+169
* tcmu: simplify dbi thresh handlingMike Christie2018-01-121-19/+3
* tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie2018-01-121-15/+27
* tcmu: clean up the scatter helperXiubo Li2018-01-121-5/+25
* tcmu: fix free block calculationMike Christie2018-01-121-3/+4
* tcmu: simplify scatter_data_area error handlingMike Christie2018-01-121-24/+7
* tcmu: release blocks for partially setup cmdsMike Christie2018-01-121-0/+7
* tcmu: remove commands_lockMike Christie2018-01-121-10/+3
* tcmu: move expired command completion to unmap threadMike Christie2018-01-121-9/+39
* tcmu: fix unmap thread raceMike Christie2018-01-121-33/+10
* tcmu: split unmap_thread_fnMike Christie2018-01-121-50/+70
* tcmu: merge common block release codeMike Christie2018-01-121-16/+8
* tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji2018-01-121-2/+3
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-4/+3
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-11-241-71/+137
|\ \ | |/ |/|
| * tcmu: Add a missing unlock on an error pathDan Carpenter2017-11-081-0/+1
| * tcmu: Fix some memory corruptionDan Carpenter2017-11-081-3/+2
| * tcmu: fix double se_cmd completionMike Christie2017-11-041-23/+31
| * target: Add netlink command reply supported option for each deviceKenjiro Nakayama2017-11-041-1/+58
| * target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama2017-11-041-2/+1
| * tcmu: fix crash when removing the tcmu deviceXiubo Li2017-11-041-45/+47
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/
* tcmu: free old string on reconfigBryant G. Ly2017-07-301-0/+2
* tcmu: Fix possible to/from address overflow when doing the memcpyXiubo Li2017-07-301-6/+5
* tcmu: clean up the code and with one small fixXiubo Li2017-07-111-13/+11
* tcmu: Fix possbile memory leak / OOPs when recalculating cmd base sizeXiubo Li2017-07-111-7/+5
* tcmu: Fix dev_config_storeBryant G. Ly2017-07-091-8/+24
* tcmu: fix sense handling during completionMike Christie2017-07-061-2/+1
* tcmu: Fix flushing cmd entry dcache pageXiubo Li2017-07-061-2/+2