summaryrefslogtreecommitdiff
path: root/drivers/scsi/st.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei
2026-01-11scsi: st: Convert to SCSI bus methodsUwe Kleine-König
2026-01-11scsi: core: Pass a struct scsi_driver to scsi_{,un}register_driver()Uwe Kleine-König
2025-11-08scsi: st: Skip buffer flush for information ioctlsDavid Jeffery
2025-11-08scsi: st: Separate st-unique ioctl handling from SCSI common ioctl handlingDavid Jeffery
2025-03-17scsi: st: Tighten the page format heuristics with MODE SELECTKai Mäkisara
2025-03-17scsi: st: ERASE does not change tape locationKai Mäkisara
2025-03-17scsi: st: Fix array overflow in st_setup()Kai Mäkisara
2025-02-03scsi: st: Add sysfs file position_lost_in_resetKai Mäkisara
2025-02-03scsi: st: Modify st.c to use the new scsi_error countersKai Mäkisara
2025-02-03scsi: st: Restore some drive settings after resetKai Mäkisara
2025-01-10scsi: st: Don't set pos_unknown just after device recognitionKai Mäkisara
2024-11-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2024-11-06scsi: st: New session only when Unit Attention for new tapeKai Mäkisara
2024-11-06scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device resetKai Mäkisara
2024-11-06scsi: st: Don't modify unknown block number in MTIOCGETKai Mäkisara
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-12scsi: st: Fix input/output error on empty drive resetRafael Rocha
2024-04-05scsi: st: Drop driver owner initializationKrzysztof Kozlowski
2024-03-10scsi: st: Make st_sysfs_class constantRicardo B. Marliere
2023-08-24scsi: st: Add third party poweron reset handlingJohn Meneghini
2023-06-12scsi: replace the fmode_t argument to scsi_ioctl with a simple boolChristoph Hellwig
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-08-31scsi: st: Remove redundant variable pointer stpColin Ian King
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-08scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig
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
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-13scsi: st: Add missing break in switch statement in st_ioctl()Nathan Chancellor
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-08-23st: do not allocate a gendiskChristoph Hellwig
2021-07-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig
2021-07-28scsi: st: Simplify ioctl handlingChristoph Hellwig
2021-07-28scsi: core: Remove scsi_compat_ioctl()Christoph 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 the now obsolete driver_byte definitionsHannes Reinecke