summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_user.c
AgeCommit message (Expand)Author
2018-06-18scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-14scsi: target: tcmu: fix error resetting qfull_time_out to defaultPrasanna Kumar Kalever
2018-05-08scsi: tcmu: refactor nl wr_cache attr with new helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor nl dev_size attr with new helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor nl dev_cfg attr with new nl helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor rm_device cmd with new nl helpersZhu Lingshan
2018-05-08scsi: tcmu: refactor add_device cmd with new nl helpersZhu Lingshan
2018-05-08scsi: tcmu: add new netlink events helpersZhu Lingshan
2018-04-20scsi: target: target_core_user.[ch]: convert comments into DOC:Randy Dunlap
2018-04-19scsi: target: Change return type to vm_fault_tSouptick Joarder
2018-01-18tcmu: Fix trailing semicolonLuis de Bethencourt
2018-01-18tcmu: fix cmd user after freeMike Christie
2018-01-16tcmu: allow userspace to reset ringMike Christie
2018-01-12tcmu: fix error return code in tcmu_configure_device()Wei Yongjun
2018-01-12target_core_user: add cmd id to broken ring messageMike Christie
2018-01-12tcmu: prevent corruption when invalid data page requestedMike Christie
2018-01-12tcmu: allow max block and global max blocks to be settableMike Christie
2018-01-12tcmu: make ring buffer timer configurableMike Christie
2018-01-12tcmu: don't block submitting context for block waitsMike Christie
2018-01-12tcmu: simplify dbi thresh handlingMike Christie
2018-01-12tcmu: prep queue_cmd_ring to be used by unmap wqMike Christie
2018-01-12tcmu: clean up the scatter helperXiubo Li
2018-01-12tcmu: fix free block calculationMike Christie
2018-01-12tcmu: simplify scatter_data_area error handlingMike Christie
2018-01-12tcmu: release blocks for partially setup cmdsMike Christie
2018-01-12tcmu: remove commands_lockMike Christie
2018-01-12tcmu: move expired command completion to unmap threadMike Christie
2018-01-12tcmu: fix unmap thread raceMike Christie
2018-01-12tcmu: split unmap_thread_fnMike Christie
2018-01-12tcmu: merge common block release codeMike Christie
2018-01-12tcmu: fix page addr in tcmu_flush_dcache_rangetangwenji
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-08tcmu: Add a missing unlock on an error pathDan Carpenter
2017-11-08tcmu: Fix some memory corruptionDan Carpenter
2017-11-04tcmu: fix double se_cmd completionMike Christie
2017-11-04target: Add netlink command reply supported option for each deviceKenjiro Nakayama
2017-11-04target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_showKenjiro Nakayama
2017-11-04tcmu: fix crash when removing the tcmu deviceXiubo Li
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
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