index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
scsi_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-01
scsi: core: Rename status_byte to sg_status_byte
Mike Christie
1
-1
/
+1
2022-11-26
scsi: sg: Fix get_user() in call sg_scsi_ioctl()
Kirill A. Shutemov
1
-1
/
+1
2022-09-30
scsi: Use blk_rq_map_user_io helper
Anuj Gupta
1
-19
/
+3
2022-07-27
scsi: core: Fix warning in scsi_alloc_sgtables()
Jason Yan
1
-1
/
+1
2022-03-15
scsi: scsi_ioctl: Drop needless assignment in sg_io()
Lukas Bulwahn
1
-1
/
+0
2022-03-02
scsi: core: Remove struct scsi_request
Christoph Hellwig
1
-8
/
+4
2022-03-02
scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd
Christoph Hellwig
1
-5
/
+4
2022-03-02
scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...
Christoph Hellwig
1
-1
/
+1
2022-03-02
scsi: core: Remove the sense and sense_len fields from struct scsi_request
Christoph Hellwig
1
-8
/
+8
2022-03-02
scsi: core: Remove the cmd field from struct scsi_request
Christoph Hellwig
1
-20
/
+17
2021-11-29
scsi: remove the gendisk argument to scsi_ioctl
Christoph Hellwig
1
-24
/
+15
2021-11-29
block: remove the gendisk argument to blk_execute_rq
Christoph Hellwig
1
-2
/
+2
2021-11-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+2
2021-11-04
scsi: scsi_ioctl: Validate command size
Tadeusz Struk
1
-0
/
+2
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
1
-2
/
+2
2021-10-22
scsi: add a scsi_alloc_request helper
Christoph Hellwig
1
-2
/
+2
2021-08-25
scsi: core: scsi_ioctl: Fix error code propagation in SG_IO
Halil Pasic
1
-1
/
+1
2021-07-31
scsi: block: Remove the remaining SG_IO-related fields from struct request_queue
Christoph Hellwig
1
-33
/
+30
2021-07-29
scsi: scsi_ioctl: Unexport sg_scsi_ioctl()
Christoph Hellwig
1
-3
/
+2
2021-07-29
scsi: scsi_ioctl: Factor SG_IO handling into a helper
Christoph Hellwig
1
-16
/
+19
2021-07-29
scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helper
Christoph Hellwig
1
-12
/
+16
2021-07-29
scsi: scsi_ioctl: Consolidate the START STOP UNIT handling
Christoph Hellwig
1
-38
/
+10
2021-07-29
scsi: scsi_ioctl: Remove a very misleading comment
Christoph Hellwig
1
-23
/
+0
2021-07-29
scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi
Christoph Hellwig
1
-5
/
+735
2021-07-29
scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()
Christoph Hellwig
1
-5
/
+12
2021-07-29
scsi: core: Remove scsi_compat_ioctl()
Christoph Hellwig
1
-40
/
+20
2021-06-01
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-2
/
+1
2021-06-01
scsi: core: Stop using DRIVER_ERROR
Hannes Reinecke
1
-1
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-04-26
scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()
Al Viro
1
-10
/
+10
2020-01-03
compat_ioctl: add scsi_compat_ioctl
Arnd Bergmann
1
-14
/
+40
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-06-26
scsi: core: check for equality of result byte values
Johannes Thumshirn
1
-2
/
+2
2017-08-26
scsi: Suppress gcc 7 fall-through warnings reported with W=1
Bart Van Assche
1
-1
/
+3
2017-02-23
scsi: make the sense header argument to scsi_test_unit_ready mandatory
Christoph Hellwig
1
-1
/
+2
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2014-11-12
scsi: return EAGAIN when resetting a device under EH
Christoph Hellwig
1
-1
/
+1
2014-11-12
scsi: split scsi_nonblockable_ioctl
Christoph Hellwig
1
-34
/
+13
2014-11-12
scsi: refactor scsi_reset_provider handling
Christoph Hellwig
1
-32
/
+1
2014-11-12
scsi: use sdev as argument for sense code printing
Hannes Reinecke
1
-1
/
+1
2014-11-12
scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl
Douglas Gilbert
1
-7
/
+13
2014-07-18
scsi: use dev_printk() variants for ioctl
Hannes Reinecke
1
-6
/
+11
2009-12-04
[SCSI] add scsi target reset support to scsi ioctl
Mike Christie
1
-0
/
+3
2009-01-02
[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+8
2008-12-29
[SCSI] add residual argument to scsi_execute and scsi_execute_req
FUJITA Tomonori
1
-1
/
+1
2008-12-29
[SCSI] scsi ioctl: fix kernel-doc warning
Randy Dunlap
1
-2
/
+2
2008-10-21
[PATCH] don't mess with file in scsi_nonblockable_ioctl()
Al Viro
1
-2
/
+2
2008-10-21
[PATCH] switch sg_scsi_ioctl() to passing fmode_t
Al Viro
1
-1
/
+1
2008-01-12
[SCSI] sd,sr: add early detection of medium not present
James Bottomley
1
-1
/
+1
[next]