summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro2008-10-211-2/+2
* [PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro2008-10-211-1/+1
* [SCSI] sd,sr: add early detection of medium not presentJames Bottomley2008-01-111-1/+1
* [SCSI] Add Documentation and integrate into docbook buildRob Landley2008-01-111-8/+16
* [PATCH] scsi: kill overeager "not-ready" messagesJens Axboe2006-07-281-4/+1
* [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-101-1/+1
* [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2006-04-131-175/+1
* [SCSI] SCSI core kmalloc2kzallocJes Sorensen2006-02-271-2/+1
* [SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.cJayachandran C2005-10-281-2/+2
* [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-7/+3
* [PATCH] gfp_t: drivers/scsiAl Viro2005-10-281-1/+2
* [SCSI] fix oops on usb storage device disconnectJames Bottomley2005-09-191-1/+1
* Merge by hand (conflicts in sd.c)James Bottomley2005-09-061-9/+9
|\
| * [SCSI] fix SCSI_IOCTL_PROBE_HOSTChristoph Hellwig2005-09-061-9/+9
* | [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)James Bottomley2005-08-281-9/+6