Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15scsi: scsi_ioctl: Drop needless assignment in sg_io()Lukas Bulwahn
2022-03-02scsi: core: Remove struct scsi_requestChristoph Hellwig
2022-03-02scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig
2022-03-02scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig
2022-03-02scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig
2022-03-02scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-04scsi: scsi_ioctl: Validate command sizeTadeusz Struk
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-08-25scsi: core: scsi_ioctl: Fix error code propagation in SG_IOHalil Pasic
2021-07-31scsi: block: Remove the remaining SG_IO-related fields from struct request_queueChristoph Hellwig
2021-07-29scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig
2021-07-29scsi: scsi_ioctl: Factor SG_IO handling into a helperChristoph Hellwig
2021-07-29scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helperChristoph Hellwig
2021-07-29scsi: scsi_ioctl: Consolidate the START STOP UNIT handlingChristoph Hellwig
2021-07-29scsi: scsi_ioctl: Remove a very misleading commentChristoph Hellwig
2021-07-29scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsiChristoph Hellwig
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-06-01scsi: core: Stop using DRIVER_ERRORHannes Reinecke
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-04-26scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()Al Viro
2020-01-03compat_ioctl: add scsi_compat_ioctlArnd Bergmann
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds
2018-06-26scsi: core: check for equality of result byte valuesJohannes Thumshirn
2017-08-26scsi: Suppress gcc 7 fall-through warnings reported with W=1Bart Van Assche
2017-02-23scsi: make the sense header argument to scsi_test_unit_ready mandatoryChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2014-11-12scsi: return EAGAIN when resetting a device under EHChristoph Hellwig
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert
2014-07-18scsi: use dev_printk() variants for ioctlHannes Reinecke
2009-12-04[SCSI] add scsi target reset support to scsi ioctlMike Christie
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori
2008-12-29[SCSI] scsi ioctl: fix kernel-doc warningRandy Dunlap
2008-10-21[PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro
2008-10-21[PATCH] switch sg_scsi_ioctl() to passing fmode_tAl Viro
2008-01-12[SCSI] sd,sr: add early detection of medium not presentJames Bottomley
2008-01-12[SCSI] Add Documentation and integrate into docbook buildRob Landley
2006-07-28[PATCH] scsi: kill overeager "not-ready" messagesJens Axboe
2006-06-11[SCSI] remove scsi_request infrastructureChristoph Hellwig
2006-04-13[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig