summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: sg: Enable runtime power managementBart Van Assche2024-11-071-8/+1
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* scsi: sg: Avoid race in error handling & drop bogus warnAlexander Wetzel2024-04-051-8/+10
* scsi: sg: Avoid sg device teardown raceAlexander Wetzel2024-03-251-1/+3
* scsi: sg: Make sg_sysfs_class constantRicardo B. Marliere2024-03-101-9/+9
* scsi: Remove now superfluous sentinel element from ctl_table arrayJoel Granados2023-10-111-1/+0
* scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai2023-07-201-3/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-301-1/+1
|\
| * scsi: sg: Increase number of devicesHannes Reinecke2023-06-161-1/+1
* | scsi/sg: don't grab scsi host module referenceYu Kuai2023-06-231-3/+3
* | scsi: sg: fix blktrace debugfs entries leakageYu Kuai2023-06-151-0/+9
* | scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig2023-06-121-2/+3
* | scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig2023-06-121-1/+1
|/
* driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-4/+4
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-101-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-221-1/+1
|\
| * scsi: core: Rename status_byte to sg_status_byteMike Christie2022-12-011-1/+1
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* scsi: Use blk_rq_map_user_io helperAnuj Gupta2022-09-301-20/+2
* block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-4/+5
* scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby2022-07-191-20/+33
* blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-251-29/+23
|\
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-021-3/+1
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-021-2/+1
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-021-1/+1
| * scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-021-3/+4
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-021-19/+11
| * scsi: Remove drivers/scsi/scsi.hBart Van Assche2022-02-231-2/+6
* | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-5/+0
|/
* scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni2022-01-221-1/+34
* scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-291-2/+2
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-3/+3
* scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-2/+2
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-031-27/+6
|\
| * scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig2021-07-291-1/+1
| * scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig2021-07-291-2/+3
| * scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-291-1/+1
| * scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-291-3/+0
| * scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig2021-07-291-22/+3
* | sg: pass the device name to blk_trace_setupChristoph Hellwig2021-08-251-1/+1
* | sg: do not allocate a gendiskChristoph Hellwig2021-08-231-23/+9
|/
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* | scsi: core: Drop message byte helperHannes Reinecke2021-06-011-1/+1
* | scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-06-011-2/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-291-1/+1
|\