summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)Author
2021-10-18scsi: target: tcmu: Allocate zeroed pages for data areaBodo Stroesser
2021-10-04scsi: target: tcmu: Use struct_size() helper in kmalloc()Gustavo A. R. Silva
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-05-21scsi: target: tcmu: Fix boolreturn.cocci warningskernel test robot
2021-05-21scsi: target: tcmu: Fix xarray RCU warningBodo Stroesser
2021-05-14scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDBodo Stroesser
2021-04-28scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser
2021-04-12scsi: target: tcmu: Make data_pages_per_blk changeable via configfsBodo Stroesser
2021-04-12scsi: target: tcmu: Replace block size definitions with new udev membersBodo Stroesser
2021-04-12scsi: target: tcmu: Remove function tcmu_get_block_page()Bodo Stroesser
2021-04-12scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZEBodo Stroesser
2021-04-12scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZEBodo Stroesser
2021-04-12scsi: target: tcmu: Adjust names of variables and definitionsBodo Stroesser
2021-03-15scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()Bodo Stroesser
2021-03-09scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lockBodo Stroesser
2021-03-09scsi: target: tcmu: Replace radix_tree with XArrayBodo Stroesser
2021-03-09scsi: target: tcmu: Replace IDR by XArrayBodo Stroesser
2021-03-04scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie
2021-02-22scsi: target: tcmu: Fix memory leak caused by wrong uio usageBodo Stroesser
2021-02-22scsi: target: tcmu: Move some functions without code changeBodo Stroesser
2021-01-14scsi: target: tcmu: Fix use-after-free of se_cmd->privShin'ichiro Kawasaki
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-29scsi: target: tcmu: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-26scsi: target: tcmu: scatter_/gather_data_area() reworkBodo Stroesser
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-10-02scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly
2020-09-22scsi: target: tcmu: Optimize scatter_data_area()Bodo Stroesser
2020-09-22scsi: target: tcmu: Optimize queue_cmd_ring()Bodo Stroesser
2020-09-22scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()Bodo Stroesser
2020-09-15scsi: target: tcmu: Add missing newline when printing parametersXiongfeng Wang
2020-07-28scsi: target: tcmu: Make TMR notification optionalBodo Stroesser
2020-07-28scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser
2020-07-28scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser
2020-07-28scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser
2020-07-28scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser
2020-07-28scsi: target: tcmu: Use priv pointer in se_cmdBodo Stroesser
2020-06-29scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser
2020-06-19scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser
2020-06-19scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser
2020-06-19scsi: target: tcmu: Remove unnecessary bit TCMU_CMD_BIT_INFLIGHTBodo Stroesser
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-06-02scsi: target: tcmu: Fix size in calls to tcmu_flush_dcache_rangeBodo Stroesser
2020-05-26scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd()Dan Carpenter
2020-05-19scsi: target: tcmu: Userspace must not complete queued commandsBodo Stroesser
2020-05-07scsi: target: tcmu: Make pgr_support and alua_support attributes writableBodo Stroesser
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser
2020-05-07scsi: target: tcmu: Add attributes enforce_pr_isids and force_pr_aptplBodo Stroesser