summaryrefslogtreecommitdiff
path: root/drivers/scsi/st.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-18scsi: st: Tighten the page format heuristics with MODE SELECTKai Mäkisara1-1/+3
2025-03-18scsi: st: ERASE does not change tape locationKai Mäkisara1-1/+0
2025-03-18scsi: st: Fix array overflow in st_setup()Kai Mäkisara1-1/+1
2025-02-04scsi: st: Add sysfs file position_lost_in_resetKai Mäkisara1-0/+19
2025-02-04scsi: st: Modify st.c to use the new scsi_error countersKai Mäkisara1-5/+25
2025-02-04scsi: st: Restore some drive settings after resetKai Mäkisara1-3/+21
2025-01-11scsi: st: Don't set pos_unknown just after device recognitionKai Mäkisara1-0/+6
2024-11-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+26
2024-11-07scsi: st: New session only when Unit Attention for new tapeKai Mäkisara1-1/+4
2024-11-07scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device resetKai Mäkisara1-8/+21
2024-11-07scsi: st: Don't modify unknown block number in MTIOCGETKai Mäkisara1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-13scsi: st: Fix input/output error on empty drive resetRafael Rocha1-2/+3
2024-04-06scsi: st: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-03-11scsi: st: Make st_sysfs_class constantRicardo B. Marliere1-2/+2
2023-08-25scsi: st: Add third party poweron reset handlingJohn Meneghini1-0/+2
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig1-1/+1
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-1/+3
2022-09-01scsi: st: Remove redundant variable pointer stpColin Ian King1-2/+1
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-15/+15
2022-03-09scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig1-1/+0
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-4/+3
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-2/+3
2022-03-02scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-5/+7
2021-11-29scsi: remove the gendisk argument to scsi_ioctlChristoph Hellwig1-1/+1
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-1/+1
2021-10-18block: drop unused includes in <linux/genhd.h>Christoph Hellwig1-0/+1
2021-09-14scsi: st: Add missing break in switch statement in st_ioctl()Nathan Chancellor1-0/+1
2021-09-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-51/+22
2021-08-23st: do not allocate a gendiskChristoph Hellwig1-37/+12
2021-07-29scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-9/+1
2021-07-29scsi: st: Simplify ioctl handlingChristoph Hellwig1-49/+29
2021-07-29scsi: core: Remove scsi_compat_ioctl()Christoph Hellwig1-1/+1
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 the now obsolete driver_byte definitionsHannes Reinecke1-2/+2
2021-06-01scsi: st: Return error code in st_scsi_execute()Hannes Reinecke1-2/+2
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig1-12/+8
2021-03-16scsi: st: Fix a use after free in st_open()Lv Yunlong1-1/+1
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2020-10-27scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-10scsi: st: Convert convert get_user_pages() --> pin_user_pages()John Hubbard1-15/+5
2020-04-22scsi: st: remove unneeded variable 'result' in st_release()Jason Yan1-3/+2