aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-27scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_byGravatar Kees Cook 1-1/+1
2023-06-21scsi: target: tcmu: Replace strlcpy() with strscpy()Gravatar Azeem Shaikh 1-2/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2022-08-29genetlink: start to validate reserved header bytesGravatar Jakub Kicinski 1-0/+1
2022-05-19scsi: target: tcmu: Avoid holding XArray lock when calling lock_pageGravatar Bodo Stroesser 1-5/+5
2022-05-02scsi: target: tcmu: Fix possible data corruptionGravatar Xiaoguang Wang 1-3/+37
2022-03-29scsi: target: tcmu: Fix possible page UAFGravatar Xiaoguang Wang 1-1/+2
2022-02-22scsi: target: tcmu: Make cmd_ring_size changeable via configfsGravatar Guixin Liu 1-10/+63
2021-10-18scsi: target: tcmu: Allocate zeroed pages for data areaGravatar Bodo Stroesser 1-2/+2
2021-10-04scsi: target: tcmu: Use struct_size() helper in kmalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFGravatar Bodo Stroesser 1-11/+139
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-5/+5
2021-05-21scsi: target: tcmu: Fix boolreturn.cocci warningsGravatar kernel test robot 1-1/+1
2021-05-21scsi: target: tcmu: Fix xarray RCU warningGravatar Bodo Stroesser 1-5/+7
2021-05-14scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDGravatar Bodo Stroesser 1-4/+4
2021-04-28scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundGravatar Bodo Stroesser 1-2/+2
2021-04-12scsi: target: tcmu: Make data_pages_per_blk changeable via configfsGravatar Bodo Stroesser 1-2/+53
2021-04-12scsi: target: tcmu: Replace block size definitions with new udev membersGravatar Bodo Stroesser 1-37/+45
2021-04-12scsi: target: tcmu: Remove function tcmu_get_block_page()Gravatar Bodo Stroesser 1-7/+1
2021-04-12scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZEGravatar Bodo Stroesser 1-89/+116
2021-04-12scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZEGravatar Bodo Stroesser 1-41/+41
2021-04-12scsi: target: tcmu: Adjust names of variables and definitionsGravatar Bodo Stroesser 1-17/+22
2021-03-15scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()Gravatar Bodo Stroesser 1-1/+1
2021-03-09scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lockGravatar Bodo Stroesser 1-2/+2
2021-03-09scsi: target: tcmu: Replace radix_tree with XArrayGravatar Bodo Stroesser 1-18/+16
2021-03-09scsi: target: tcmu: Replace IDR by XArrayGravatar Bodo Stroesser 1-15/+15
2021-03-04scsi: target: tcmu: Add backend plug/unplug calloutsGravatar Mike Christie 1-2/+25
2021-02-22scsi: target: tcmu: Fix memory leak caused by wrong uio usageGravatar Bodo Stroesser 1-3/+26
2021-02-22scsi: target: tcmu: Move some functions without code changeGravatar Bodo Stroesser 1-80/+80
2021-01-14scsi: target: tcmu: Fix use-after-free of se_cmd->privGravatar Shin'ichiro Kawasaki 1-3/+8
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-89/+75
2020-10-29scsi: target: tcmu: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-10-26scsi: target: tcmu: scatter_/gather_data_area() reworkGravatar Bodo Stroesser 1-89/+75
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-3/+3
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 1-3/+3
2020-10-02scsi: target: tcmu: Fix warning: 'page' may be used uninitializedGravatar John Donnelly 1-1/+1
2020-09-22scsi: target: tcmu: Optimize scatter_data_area()Gravatar Bodo Stroesser 1-76/+63
2020-09-22scsi: target: tcmu: Optimize queue_cmd_ring()Gravatar Bodo Stroesser 1-82/+102
2020-09-22scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()Gravatar Bodo Stroesser 1-30/+23
2020-09-15scsi: target: tcmu: Add missing newline when printing parametersGravatar Xiongfeng Wang 1-1/+1
2020-07-28scsi: target: tcmu: Make TMR notification optionalGravatar Bodo Stroesser 1-0/+38
2020-07-28scsi: target: tcmu: Implement tmr_notify callbackGravatar Bodo Stroesser 1-9/+216
2020-07-28scsi: target: tcmu: Fix and simplify timeout handlingGravatar Bodo Stroesser 1-36/+23
2020-07-28scsi: target: tcmu: Factor out new helper ring_insert_paddingGravatar Bodo Stroesser 1-21/+30
2020-07-28scsi: target: tcmu: Do not queue aborted commandsGravatar Bodo Stroesser 1-3/+4
2020-07-28scsi: target: tcmu: Use priv pointer in se_cmdGravatar Bodo Stroesser 1-2/+5
2020-06-29scsi: target: tcmu: Fix crash on ARM during cmd completionGravatar Bodo Stroesser 1-1/+8
2020-06-19scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMGravatar Bodo Stroesser 1-1/+1
2020-06-19scsi: target: tcmu: Optimize use of flush_dcache_pageGravatar Bodo Stroesser 1-4/+7
2020-06-19scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHTGravatar Bodo Stroesser 1-2/+0