summaryrefslogtreecommitdiff
path: root/drivers/scsi/sg.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05scsi: sg: Avoid race in error handling & drop bogus warnAlexander Wetzel1-8/+10
2024-03-25scsi: sg: Avoid sg device teardown raceAlexander Wetzel1-1/+3
2024-03-11scsi: sg: Make sg_sysfs_class constantRicardo B. Marliere1-9/+9
2023-10-11scsi: Remove now superfluous sentinel element from ctl_table arrayJoel Granados1-1/+0
2023-07-20scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai1-3/+4
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2023-06-23scsi/sg: don't grab scsi host module referenceYu Kuai1-3/+3
2023-06-16scsi: sg: Increase number of devicesHannes Reinecke1-1/+1
2023-06-15scsi: sg: fix blktrace debugfs entries leakageYu Kuai1-0/+9
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig1-2/+3
2023-06-12scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig1-1/+1
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman1-4/+4
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-12-01scsi: core: Rename status_byte to sg_status_byteMike Christie1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-09-30scsi: Use blk_rq_map_user_io helperAnuj Gupta1-20/+2
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-4/+5
2022-07-19scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby1-20/+33
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-1/+2
2022-03-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-29/+23
2022-03-02scsi: core: Remove struct scsi_requestChristoph Hellwig1-3/+1
2022-03-02scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-2/+1
2022-03-02scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig1-1/+1
2022-03-02scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig1-3/+4
2022-03-02scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-19/+11
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-5/+0
2022-02-23scsi: Remove drivers/scsi/scsi.hBart Van Assche1-2/+6
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni1-1/+34
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig1-2/+2
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-3/+3
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-2/+2
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-27/+6
2021-08-25sg: pass the device name to blk_trace_setupChristoph Hellwig1-1/+1
2021-08-23sg: do not allocate a gendiskChristoph Hellwig1-23/+9
2021-07-29scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig1-1/+1
2021-07-29scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig1-2/+3
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-1/+1
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig1-3/+0
2021-07-29scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig1-22/+3
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-01block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-01scsi: core: Drop message byte helperHannes Reinecke1-1/+1
2021-06-01scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+5
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-8/+2
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1