aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/st.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-24scsi: st: Add third party poweron reset handlingGravatar John Meneghini 1-0/+2
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolGravatar Christoph Hellwig 1-1/+1
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2022-09-30block: change request end_io handler to pass back a return valueGravatar Jens Axboe 1-1/+3
2022-08-31scsi: st: Remove redundant variable pointer stpGravatar Colin Ian King 1-2/+1
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitGravatar Christoph Hellwig 1-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-15/+15
2022-03-08scsi: don't use disk->private_data to find the scsi_driverGravatar Christoph Hellwig 1-1/+0
2022-03-01scsi: core: Remove struct scsi_requestGravatar Christoph Hellwig 1-3/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndGravatar Christoph Hellwig 1-4/+3
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Gravatar Christoph Hellwig 1-1/+1
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestGravatar Christoph Hellwig 1-2/+3
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestGravatar Christoph Hellwig 1-5/+7
2021-11-29scsi: remove the gendisk argument to scsi_ioctlGravatar Christoph Hellwig 1-1/+1
2021-11-29block: remove the gendisk argument to blk_execute_rqGravatar Christoph Hellwig 1-1/+1
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-2/+2
2021-10-22scsi: add a scsi_alloc_request helperGravatar Christoph Hellwig 1-1/+1
2021-10-18block: drop unused includes in <linux/genhd.h>Gravatar Christoph Hellwig 1-0/+1
2021-09-13scsi: st: Add missing break in switch statement in st_ioctl()Gravatar Nathan Chancellor 1-0/+1
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-51/+22
2021-08-23st: do not allocate a gendiskGravatar Christoph Hellwig 1-37/+12
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Gravatar Christoph Hellwig 1-9/+1
2021-07-28scsi: st: Simplify ioctl handlingGravatar Christoph Hellwig 1-49/+29
2021-07-28scsi: core: Remove scsi_compat_ioctl()Gravatar Christoph Hellwig 1-1/+1
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Gravatar Christoph Hellwig 1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsGravatar Hannes Reinecke 1-2/+2
2021-05-31scsi: st: Return error code in st_scsi_execute()Gravatar Hannes Reinecke 1-2/+2
2021-04-06scsi: remove the unchecked_isa_dma flagGravatar Christoph Hellwig 1-12/+8
2021-03-15scsi: st: Fix a use after free in st_open()Gravatar Lv Yunlong 1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGravatar Guoqing Jiang 1-1/+1
2020-10-26scsi: Remove unneeded break statementsGravatar Tom Rix 1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-4/+4
2020-06-09scsi: st: Convert convert get_user_pages() --> pin_user_pages()Gravatar John Hubbard 1-15/+5
2020-04-22scsi: st: remove unneeded variable 'result' in st_release()Gravatar Jason Yan 1-3/+2
2020-03-16scsi: st: Use get_unaligned_be24() and sign_extend32()Gravatar Bart Van Assche 1-2/+2
2020-03-11scsi: docs: convert st.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-01-03compat_ioctl: scsi: move ioctl handling into driversGravatar Arnd Bergmann 1-19/+32
2019-10-23compat_ioctl: move tape handling into driversGravatar Arnd Bergmann 1-10/+18
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+3
2019-06-18scsi: osst: kill obsolete driverGravatar Hannes Reinecke 1-3/+3
2019-05-21scsi: st: add a SPDX tag to st.cGravatar Christoph Hellwig 1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 1-1/+2
2019-02-27scsi: st: osst: Remove negative constant left-shiftsGravatar Iustin Pop 1-1/+1
2019-01-11scsi: st: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+4
2018-11-07block: remove __blk_put_request()Gravatar Jens Axboe 1-1/+1
2018-08-08scsi: st: remove redundant pointer STbufferGravatar Colin Ian King 1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2