- c9293c1 scsi: core: Rename status_byte to sg_status_byte by Mike Christie · 2 years, 4 months ago
- 4e80eef scsi: sg: Fix get_user() in call sg_scsi_ioctl() by Kirill A. Shutemov · 2 years, 4 months ago
- 6732932 scsi: Use blk_rq_map_user_io helper by Anuj Gupta · 2 years, 5 months ago
- d9a434f scsi: core: Fix warning in scsi_alloc_sgtables() by Jason Yan · 2 years, 8 months ago
- 66daf3e scsi: scsi_ioctl: Drop needless assignment in sg_io() by Lukas Bulwahn · 3 years ago
- 6aded12 scsi: core: Remove struct scsi_request by Christoph Hellwig · 3 years, 1 month ago
- dbb4c84 scsi: core: Move the result field from struct scsi_request to struct scsi_cmnd by Christoph Hellwig · 3 years, 1 month ago
- a9a4ea1 scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmnd by Christoph Hellwig · 3 years, 1 month ago
- 5b794f9 scsi: core: Remove the sense and sense_len fields from struct scsi_request by Christoph Hellwig · 3 years, 1 month ago
- ce70fd9 scsi: core: Remove the cmd field from struct scsi_request by Christoph Hellwig · 3 years, 1 month ago
- a30e344 scsi: remove the gendisk argument to scsi_ioctl by Christoph Hellwig · 3 years, 4 months ago
- b84ba30 block: remove the gendisk argument to blk_execute_rq by Christoph Hellwig · 3 years, 4 months ago
- 6cbcc7a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 4 months ago
- 20aaef5 scsi: scsi_ioctl: Validate command size by Tadeusz Struk · 3 years, 4 months ago
- 0bf6d96 block: remove blk_{get,put}_request by Christoph Hellwig · 3 years, 5 months ago
- 68ec3b8 scsi: add a scsi_alloc_request helper by Christoph Hellwig · 3 years, 5 months ago
- 04a71cd scsi: core: scsi_ioctl: Fix error code propagation in SG_IO by Halil Pasic · 3 years, 7 months ago
- 1e61c1a8 scsi: block: Remove the remaining SG_IO-related fields from struct request_queue by Christoph Hellwig · 3 years, 8 months ago
- 08dc2f9 scsi: scsi_ioctl: Unexport sg_scsi_ioctl() by Christoph Hellwig · 3 years, 8 months ago
- b2123d3 scsi: scsi_ioctl: Factor SG_IO handling into a helper by Christoph Hellwig · 3 years, 8 months ago
- 2102a5c scsi: scsi_ioctl: Factor SCSI_IOCTL_GET_IDLUN handling into a helper by Christoph Hellwig · 3 years, 8 months ago
- 5147618 scsi: scsi_ioctl: Consolidate the START STOP UNIT handling by Christoph Hellwig · 3 years, 8 months ago
- a970547 scsi: scsi_ioctl: Remove a very misleading comment by Christoph Hellwig · 3 years, 8 months ago
- f2542a3 scsi: scsi_ioctl: Move the "block layer" SCSI ioctl handling to drivers/scsi by Christoph Hellwig · 3 years, 8 months ago
- 2e27f57 scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl() by Christoph Hellwig · 3 years, 8 months ago
- 6fade45 scsi: core: Remove scsi_compat_ioctl() by Christoph Hellwig · 3 years, 8 months ago
- 464a00c scsi: core: Kill DRIVER_SENSE by Hannes Reinecke · 3 years, 11 months ago
- ced202f7 scsi: core: Stop using DRIVER_ERROR by Hannes Reinecke · 3 years, 11 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 7 months ago
- a656d47 scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user() by Al Viro · 5 years ago
- 7eafd13 compat_ioctl: add scsi_compat_ioctl by Arnd Bergmann · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
- c65be1a scsi: core: check for equality of result byte values by Johannes Thumshirn · 7 years ago
- 3bf2ff6 scsi: Suppress gcc 7 fall-through warnings reported with W=1 by Bart Van Assche · 8 years ago
- 74a78eb scsi: make the sense header argument to scsi_test_unit_ready mandatory by Christoph Hellwig · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- e9afccc scsi: return EAGAIN when resetting a device under EH by Christoph Hellwig · 10 years ago
- 906d15f scsi: split scsi_nonblockable_ioctl by Christoph Hellwig · 10 years ago
- 176aa9d scsi: refactor scsi_reset_provider handling by Christoph Hellwig · 10 years ago
- d811b84 scsi: use sdev as argument for sense code printing by Hannes Reinecke · 10 years ago
- 26cf591 scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctl by Douglas Gilbert · 10 years ago
- e5f73ce scsi: use dev_printk() variants for ioctl by Hannes Reinecke · 11 years ago
- 3f9daed [SCSI] add scsi target reset support to scsi ioctl by Mike Christie · 15 years ago
- 71610f5 [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- f4f4e47 [SCSI] add residual argument to scsi_execute and scsi_execute_req by FUJITA Tomonori · 16 years ago
- decf67e [SCSI] scsi ioctl: fix kernel-doc warning by Randy Dunlap · 16 years ago
- 83ff6fe [PATCH] don't mess with file in scsi_nonblockable_ioctl() by Al Viro · 17 years ago
- e915e87 [PATCH] switch sg_scsi_ioctl() to passing fmode_t by Al Viro · 17 years ago
- 001aac2 [SCSI] sd,sr: add early detection of medium not present by James Bottomley · 17 years ago
- eb44820c [SCSI] Add Documentation and integrate into docbook build by Rob Landley · 17 years ago
- a75ad3c [PATCH] scsi: kill overeager "not-ready" messages by Jens Axboe · 19 years ago
- beb4048 [SCSI] remove scsi_request infrastructure by Christoph Hellwig · 19 years ago
- 21b2f0c [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations by Christoph Hellwig · 19 years ago
- 24669f75 [SCSI] SCSI core kmalloc2kzalloc by Jes Sorensen · 19 years ago
- 4647722 [SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.c by Jayachandran C · 19 years ago
- 9ccfc75 [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk by James Bottomley · 19 years ago
- c53033f [PATCH] gfp_t: drivers/scsi by Al Viro · 19 years ago
- 939647e [SCSI] fix oops on usb storage device disconnect by James Bottomley · 19 years ago
- 17fa53d Merge by hand (conflicts in sd.c) by James Bottomley · 20 years ago
- 3299352 [SCSI] fix SCSI_IOCTL_PROBE_HOST by Christoph Hellwig · 20 years ago
- ea73a9f [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API) by James Bottomley · 20 years ago
- 1cf7269 [SCSI] convert the remaining mid-layer pieces to scsi_execute_req by James Bottomley · 20 years ago
- d330187 [SCSI] host state model update: replace old host bitmap state by Mike Anderson · 20 years ago
- b665112 [PATCH] consolidate timeout defintions in scsi.h by · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago v2.6.12-rc2