summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig2023-06-121-17/+17
* scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig2023-06-121-4/+4
* scsi: core: Convert to scsi_execute_cmd()Mike Christie2023-01-131-2/+5
* scsi: core: Rename status_byte to sg_status_byteMike Christie2022-12-011-1/+1
* scsi: sg: Fix get_user() in call sg_scsi_ioctl()Kirill A. Shutemov2022-11-261-1/+1
* scsi: Use blk_rq_map_user_io helperAnuj Gupta2022-09-301-19/+3
* scsi: core: Fix warning in scsi_alloc_sgtables()Jason Yan2022-07-261-1/+1
* scsi: scsi_ioctl: Drop needless assignment in sg_io()Lukas Bulwahn2022-03-151-1/+0
* scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-011-8/+4
* scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-5/+4
* scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-011-1/+1
* scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-011-8/+8
* scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-011-20/+17
* scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-291-24/+15
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-121-0/+2
|\
| * scsi: scsi_ioctl: Validate command sizeTadeusz Struk2021-11-031-0/+2
* | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
* | scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-2/+2
|/
* scsi: core: scsi_ioctl: Fix error code propagation in SG_IOHalil Pasic2021-08-241-1/+1
* scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig2021-07-301-33/+30
* scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig2021-07-281-3/+2
* scsi: scsi_ioctl: Factor SG_IO handling into a helperChristoph Hellwig2021-07-281-16/+19
* scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helperChristoph Hellwig2021-07-281-12/+16
* scsi: scsi_ioctl: Consolidate the START STOP UNIT handlingChristoph Hellwig2021-07-281-38/+10
* scsi: scsi_ioctl: Remove a very misleading commentChristoph Hellwig2021-07-281-23/+0
* scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig2021-07-281-5/+735
* scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-281-5/+12
* scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-281-40/+20
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-2/+1
* scsi: core: Stop using DRIVER_ERRORHannes Reinecke2021-05-311-1/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()Al Viro2020-04-251-10/+10
* compat_ioctl: add scsi_compat_ioctlArnd Bergmann2020-01-031-14/+40
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* scsi: core: check for equality of result byte valuesJohannes Thumshirn2018-06-261-2/+2
* scsi: Suppress gcc 7 fall-through warnings reported with W=1Bart Van Assche2017-08-251-1/+3
* scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig2017-02-221-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* scsi: return EAGAIN when resetting a device under EHChristoph Hellwig2014-11-121-1/+1
* scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-121-34/+13
* scsi: refactor scsi_reset_provider handlingChristoph Hellwig2014-11-121-32/+1
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-121-1/+1
* scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert2014-11-121-7/+13
* scsi: use dev_printk() variants for ioctlHannes Reinecke2014-07-171-6/+11
* [SCSI] add scsi target reset support to scsi ioctlMike Christie2009-12-041-0/+3
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-1/+8
* [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-1/+1
* [SCSI] scsi ioctl: fix kernel-doc warningRandy Dunlap2008-12-291-2/+2