aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-0/+2
2021-11-03scsi: scsi_ioctl: Validate command sizeGravatar Tadeusz Struk 1-0/+2
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-2/+2
2021-10-22scsi: add a scsi_alloc_request helperGravatar Christoph Hellwig 1-2/+2
2021-08-24scsi: core: scsi_ioctl: Fix error code propagation in SG_IOGravatar Halil Pasic 1-1/+1
2021-07-30scsi: block: Remove the remaining SG_IO-related fields from struct request_queueGravatar Christoph Hellwig 1-33/+30
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Gravatar Christoph Hellwig 1-3/+2
2021-07-28scsi: scsi_ioctl: Factor SG_IO handling into a helperGravatar Christoph Hellwig 1-16/+19
2021-07-28scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helperGravatar Christoph Hellwig 1-12/+16
2021-07-28scsi: scsi_ioctl: Consolidate the START STOP UNIT handlingGravatar Christoph Hellwig 1-38/+10
2021-07-28scsi: scsi_ioctl: Remove a very misleading commentGravatar Christoph Hellwig 1-23/+0
2021-07-28scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiGravatar Christoph Hellwig 1-5/+735
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Gravatar Christoph Hellwig 1-5/+12
2021-07-28scsi: core: Remove scsi_compat_ioctl()Gravatar Christoph Hellwig 1-40/+20
2021-05-31scsi: core: Kill DRIVER_SENSEGravatar Hannes Reinecke 1-2/+1
2021-05-31scsi: core: Stop using DRIVER_ERRORGravatar Hannes Reinecke 1-1/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-04-25scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()Gravatar Al Viro 1-10/+10
2020-01-03compat_ioctl: add scsi_compat_ioctlGravatar Arnd Bergmann 1-14/+40
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-1/+1
2018-06-26scsi: core: check for equality of result byte valuesGravatar Johannes Thumshirn 1-2/+2
2017-08-25scsi: Suppress gcc 7 fall-through warnings reported with W=1Gravatar Bart Van Assche 1-1/+3
2017-02-22scsi: make the sense header argument to scsi_test_unit_ready mandatoryGravatar Christoph Hellwig 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-11-12scsi: return EAGAIN when resetting a device under EHGravatar Christoph Hellwig 1-1/+1
2014-11-12scsi: split scsi_nonblockable_ioctlGravatar Christoph Hellwig 1-34/+13
2014-11-12scsi: refactor scsi_reset_provider handlingGravatar Christoph Hellwig 1-32/+1
2014-11-12scsi: use sdev as argument for sense code printingGravatar Hannes Reinecke 1-1/+1
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlGravatar Douglas Gilbert 1-7/+13
2014-07-17scsi: use dev_printk() variants for ioctlGravatar Hannes Reinecke 1-6/+11
2009-12-04[SCSI] add scsi target reset support to scsi ioctlGravatar Mike Christie 1-0/+3
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+8
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqGravatar FUJITA Tomonori 1-1/+1
2008-12-29[SCSI] scsi ioctl: fix kernel-doc warningGravatar Randy Dunlap 1-2/+2
2008-10-21[PATCH] don't mess with file in scsi_nonblockable_ioctl()Gravatar Al Viro 1-2/+2
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tGravatar Al Viro 1-1/+1
2008-01-11[SCSI] sd,sr: add early detection of medium not presentGravatar James Bottomley 1-1/+1
2008-01-11[SCSI] Add Documentation and integrate into docbook buildGravatar Rob Landley 1-8/+16
2006-07-28[PATCH] scsi: kill overeager "not-ready" messagesGravatar Jens Axboe 1-4/+1
2006-06-10[SCSI] remove scsi_request infrastructureGravatar Christoph Hellwig 1-1/+1
2006-04-13[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsGravatar Christoph Hellwig 1-175/+1
2006-02-27[SCSI] SCSI core kmalloc2kzallocGravatar Jes Sorensen 1-2/+1
2005-10-28[SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.cGravatar Jayachandran C 1-2/+2
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkGravatar James Bottomley 1-7/+3
2005-10-28[PATCH] gfp_t: drivers/scsiGravatar Al Viro 1-1/+2
2005-09-19[SCSI] fix oops on usb storage device disconnectGravatar James Bottomley 1-1/+1
2005-09-06Merge by hand (conflicts in sd.c)Gravatar James Bottomley 1-9/+9
2005-09-06[SCSI] fix SCSI_IOCTL_PROBE_HOSTGravatar Christoph Hellwig 1-9/+9
2005-08-28[SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)Gravatar James Bottomley 1-9/+6