| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: replace the fmode_t argument to scsi_ioctl with a simple bool | Christoph Hellwig | 2023-06-12 | 1 | -17/+17 |
* | scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool | Christoph Hellwig | 2023-06-12 | 1 | -4/+4 |
* | scsi: core: Convert to scsi_execute_cmd() | Mike Christie | 2023-01-14 | 1 | -2/+5 |
* | scsi: core: Rename status_byte to sg_status_byte | Mike Christie | 2022-12-01 | 1 | -1/+1 |
* | scsi: sg: Fix get_user() in call sg_scsi_ioctl() | Kirill A. Shutemov | 2022-11-26 | 1 | -1/+1 |
* | scsi: Use blk_rq_map_user_io helper | Anuj Gupta | 2022-09-30 | 1 | -19/+3 |
* | scsi: core: Fix warning in scsi_alloc_sgtables() | Jason Yan | 2022-07-27 | 1 | -1/+1 |
* | scsi: scsi_ioctl: Drop needless assignment in sg_io() | Lukas Bulwahn | 2022-03-15 | 1 | -1/+0 |
* | scsi: core: Remove struct scsi_request | Christoph Hellwig | 2022-03-02 | 1 | -8/+4 |
* | scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd | Christoph Hellwig | 2022-03-02 | 1 | -5/+4 |
* | scsi: core: Move the resid_len field from struct scsi_request to struct scsi_... | Christoph Hellwig | 2022-03-02 | 1 | -1/+1 |
* | scsi: core: Remove the sense and sense_len fields from struct scsi_request | Christoph Hellwig | 2022-03-02 | 1 | -8/+8 |
* | scsi: core: Remove the cmd field from struct scsi_request | Christoph Hellwig | 2022-03-02 | 1 | -20/+17 |
* | scsi: remove the gendisk argument to scsi_ioctl | Christoph Hellwig | 2021-11-29 | 1 | -24/+15 |
* | block: remove the gendisk argument to blk_execute_rq | Christoph Hellwig | 2021-11-29 | 1 | -2/+2 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2021-11-12 | 1 | -0/+2 |
|\ |
|
| * | scsi: scsi_ioctl: Validate command size | Tadeusz Struk | 2021-11-04 | 1 | -0/+2 |
* | | block: remove blk_{get,put}_request | Christoph Hellwig | 2021-10-29 | 1 | -2/+2 |
* | | scsi: add a scsi_alloc_request helper | Christoph Hellwig | 2021-10-22 | 1 | -2/+2 |
|/ |
|
* | scsi: core: scsi_ioctl: Fix error code propagation in SG_IO | Halil Pasic | 2021-08-25 | 1 | -1/+1 |
* | scsi: block: Remove the remaining SG_IO-related fields from struct request_queue | Christoph Hellwig | 2021-07-31 | 1 | -33/+30 |
* | scsi: scsi_ioctl: Unexport sg_scsi_ioctl() | Christoph Hellwig | 2021-07-29 | 1 | -3/+2 |
* | scsi: scsi_ioctl: Factor SG_IO handling into a helper | Christoph Hellwig | 2021-07-29 | 1 | -16/+19 |
* | scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helper | Christoph Hellwig | 2021-07-29 | 1 | -12/+16 |
* | scsi: scsi_ioctl: Consolidate the START STOP UNIT handling | Christoph Hellwig | 2021-07-29 | 1 | -38/+10 |
* | scsi: scsi_ioctl: Remove a very misleading comment | Christoph Hellwig | 2021-07-29 | 1 | -23/+0 |
* | scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi | Christoph Hellwig | 2021-07-29 | 1 | -5/+735 |
* | scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() | Christoph Hellwig | 2021-07-29 | 1 | -5/+12 |
* | scsi: core: Remove scsi_compat_ioctl() | Christoph Hellwig | 2021-07-29 | 1 | -40/+20 |
* | scsi: core: Kill DRIVER_SENSE | Hannes Reinecke | 2021-06-01 | 1 | -2/+1 |
* | scsi: core: Stop using DRIVER_ERROR | Hannes Reinecke | 2021-06-01 | 1 | -1/+3 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -2/+2 |
* | scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user() | Al Viro | 2020-04-26 | 1 | -10/+10 |
* | compat_ioctl: add scsi_compat_ioctl | Arnd Bergmann | 2020-01-03 | 1 | -14/+40 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Remove 'type' argument from access_ok() function | Linus Torvalds | 2019-01-04 | 1 | -1/+1 |
* | scsi: core: check for equality of result byte values | Johannes Thumshirn | 2018-06-26 | 1 | -2/+2 |
* | scsi: Suppress gcc 7 fall-through warnings reported with W=1 | Bart Van Assche | 2017-08-25 | 1 | -1/+3 |
* | scsi: make the sense header argument to scsi_test_unit_ready mandatory | Christoph Hellwig | 2017-02-23 | 1 | -1/+2 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | scsi: return EAGAIN when resetting a device under EH | Christoph Hellwig | 2014-11-12 | 1 | -1/+1 |
* | scsi: split scsi_nonblockable_ioctl | Christoph Hellwig | 2014-11-12 | 1 | -34/+13 |
* | scsi: refactor scsi_reset_provider handling | Christoph Hellwig | 2014-11-12 | 1 | -32/+1 |
* | scsi: use sdev as argument for sense code printing | Hannes Reinecke | 2014-11-12 | 1 | -1/+1 |
* | scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl | Douglas Gilbert | 2014-11-12 | 1 | -7/+13 |
* | scsi: use dev_printk() variants for ioctl | Hannes Reinecke | 2014-07-17 | 1 | -6/+11 |
* | [SCSI] add scsi target reset support to scsi ioctl | Mike Christie | 2009-12-04 | 1 | -0/+3 |
* | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-02 | 1 | -1/+8 |
* | [SCSI] add residual argument to scsi_execute and scsi_execute_req | FUJITA Tomonori | 2008-12-29 | 1 | -1/+1 |
* | [SCSI] scsi ioctl: fix kernel-doc warning | Randy Dunlap | 2008-12-29 | 1 | -2/+2 |