summaryrefslogtreecommitdiff
path: root/drivers/scsi/sg.c
AgeCommit message (Expand)Author
2023-10-11scsi: Remove now superfluous sentinel element from ctl_table arrayJoel Granados
2023-07-19scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-23scsi/sg: don't grab scsi host module referenceYu Kuai
2023-06-16scsi: sg: Increase number of devicesHannes Reinecke
2023-06-14scsi: sg: fix blktrace debugfs entries leakageYu Kuai
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig
2023-06-12scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple boolChristoph Hellwig
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-12-01scsi: core: Rename status_byte to sg_status_byteMike Christie
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-09-30scsi: Use blk_rq_map_user_io helperAnuj Gupta
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-07-18scsi: sg: Allow waiting for commands to complete on removed deviceTony Battersby
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-22scsi: Remove drivers/scsi/scsi.hBart Van Assche
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-25sg: pass the device name to blk_trace_setupChristoph Hellwig
2021-08-23sg: do not allocate a gendiskChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Unexport sg_scsi_ioctl()Christoph Hellwig
2021-07-28scsi: scsi_ioctl: Simplify SCSI passthrough permission checkingChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig
2021-07-28scsi: sg: Consolidate compat ioctl handlingChristoph Hellwig
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-05-31scsi: core: Drop message byte helperHannes Reinecke
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2021-03-04scsi: core: Add scsi_device_busy() wrapperMing Lei
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-04-14scsi: sg: add sg_remove_request in sg_writeWu Bo