aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: st: Drop driver owner initializationKrzysztof Kozlowski2024-04-051-1/+0
* scsi: st: Make st_sysfs_class constantRicardo B. Marliere2024-03-101-2/+2
* scsi: st: Add third party poweron reset handlingJohn Meneghini2023-08-241-0/+2
* scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig2023-06-121-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-2/+1
|\
| * scsi: st: Remove redundant variable pointer stpColin Ian King2022-08-311-2/+1
* | block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-1/+3
|/
* 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-241-15/+15
|\
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-011-3/+1
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-4/+3
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-1/+1
| * scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-011-2/+3
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-011-5/+7
* | scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig2022-03-081-1/+0
|/
* scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig2021-11-291-1/+1
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
* scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-1/+1
* block: drop unused includes in <linux/genhd.h>Christoph Hellwig2021-10-181-0/+1
* scsi: st: Add missing break in switch statement in st_ioctl()Nathan Chancellor2021-09-131-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-021-51/+22
|\
| * scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig2021-07-281-9/+1
| * scsi: st: Simplify ioctl handlingChristoph Hellwig2021-07-281-49/+29
| * scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig2021-07-281-1/+1
* | st: do not allocate a gendiskChristoph Hellwig2021-08-231-37/+12
|/
* 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 the now obsolete driver_byte definitionsHannes Reinecke2021-05-311-2/+2
* | scsi: st: Return error code in st_scsi_execute()Hannes Reinecke2021-05-311-2/+2
|/
* scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-061-12/+8
* scsi: st: Fix a use after free in st_open()Lv Yunlong2021-03-151-1/+1
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-1/+1
* scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-091-15/+5
* scsi: st: remove unneeded variable 'result' in st_release()Jason Yan2020-04-221-3/+2
* scsi: st: Use get_unaligned_be24() and sign_extend32()Bart Van Assche2020-03-161-2/+2
* scsi: docs: convert st.txt to ReSTMauro Carvalho Chehab2020-03-111-1/+1
* compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann2020-01-031-19/+32
* compat_ioctl: move tape handling into driversArnd Bergmann2019-10-231-10/+18
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-111-3/+3
|\
| * scsi: osst: kill obsolete driverHannes Reinecke2019-06-181-3/+3
| * scsi: st: add a SPDX tag to st.cChristoph Hellwig2019-05-211-0/+1
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+2
* scsi: st: osst: Remove negative constant left-shiftsIustin Pop2019-02-271-1/+1
* scsi: st: mark expected switch fall-throughsGustavo A. R. Silva2019-01-111-0/+4
* block: remove __blk_put_request()Jens Axboe2018-11-071-1/+1
* scsi: st: remove redundant pointer STbufferColin Ian King2018-08-081-3/+0