aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-05scsi: st: Drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-03-10scsi: st: Make st_sysfs_class constantRicardo B. Marliere1-2/+2
2023-08-24scsi: 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-08-31scsi: 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-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-15/+15
2022-03-08scsi: don't use disk->private_data to find the scsi_driverChristoph Hellwig1-1/+0
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig1-3/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-4/+3
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig1-1/+1
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig1-2/+3
2022-03-01scsi: 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-13scsi: st: Add missing break in switch statement in st_ioctl()Nathan Chancellor1-0/+1
2021-09-02Merge 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-28scsi: scsi_ioctl: Call scsi_cmd_ioctl() from scsi_ioctl()Christoph Hellwig1-9/+1
2021-07-28scsi: st: Simplify ioctl handlingChristoph Hellwig1-49/+29
2021-07-28scsi: 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-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke1-2/+2
2021-05-31scsi: 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-15scsi: st: Fix a use after free in st_open()Lv Yunlong1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-06-09scsi: 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
2020-03-16scsi: st: Use get_unaligned_be24() and sign_extend32()Bart Van Assche1-2/+2
2020-03-11scsi: docs: convert st.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-01-03compat_ioctl: scsi: move ioctl handling into driversArnd Bergmann1-19/+32
2019-10-23compat_ioctl: move tape handling into driversArnd Bergmann1-10/+18
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2019-06-18scsi: osst: kill obsolete driverHannes Reinecke1-3/+3
2019-05-21scsi: st: add a SPDX tag to st.cChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny1-1/+2
2019-02-27scsi: st: osst: Remove negative constant left-shiftsIustin Pop1-1/+1
2019-01-11scsi: st: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-08-08scsi: st: remove redundant pointer STbufferColin Ian King1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in new_tape_bufferJia-Ju Bai1-2/+2
2018-04-20scsi: st: Replace GFP_ATOMIC with GFP_KERNEL in st_probeJia-Ju Bai1-1/+1
2017-12-04scsi: st: fix kernel-doc mismatchRandy Dunlap1-1/+1
2017-09-22st: use get_user_pages_fast()Al Viro1-5/+1
2017-08-08scsi: st: fix blk_get_queue usageBodo Stroesser1-2/+2
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-3/+3
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-3/+3
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-10/+12
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-1/+1
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes1-3/+2
2016-04-25st: clear ILI if Medium ErrorKai Makisara1-3/+6
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2016-02-23st: Fix MTMKPART to work with newer drivesKai Makisara1-11/+111
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen1-2/+0
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley1-2/+3
2015-11-19st: fix potential null pointer dereference.Maurizio Lombardi1-2/+3
2015-11-09st: allow debug output to be enabled or disabled via sysfsSeymour, Shane M1-0/+30
2015-08-26st: Destroy st_index_idr on module exitJohannes Thumshirn1-0/+1
2015-08-12st: convert DRIVER_ATTR macros to DRIVER_ATTR_ROSeymour, Shane M1-12/+12
2015-08-12st: convert to using driver attr groups for sysfsSeymour, Shane M1-48/+10
2015-07-16st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M1-1/+1
2015-06-02st: implement tape statisticsSeymour, Shane M1-1/+271
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli1-5/+2
2014-11-24scsi: remove scsi_driver owner fieldChristoph Hellwig1-1/+1
2014-11-12st: call scsi_set_medium_removal directlyChristoph Hellwig1-7/+6
2014-11-12scsi: split scsi_nonblockable_ioctlChristoph Hellwig1-4/+3
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-2/+4
2014-11-12scsi: introduce sdev_prefix_printk()Hannes Reinecke1-2/+1
2014-11-12st: add a debug_flag module parameter requestLaurence Oberman1-1/+15
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2014-09-15scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani1-0/+2
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-07-17scsi: Implement st_printk()Hannes Reinecke1-294/+311
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+1
2014-03-15[SCSI] st: fix corruption of the st_modedef structures in st_set_options()Maurizio Lombardi1-2/+9
2013-12-19[SCSI] st: fix enlarge_bufferBodo Stroesser1-4/+1
2013-08-21[SCSI] st: convert class code to use dev_groupsGreg Kroah-Hartman1-11/+16
2013-04-06[SCSI] st: Take additional queue ref in st_probeJoe Lawrence1-1/+7
2013-02-27scsi: convert to idr_alloc()Tejun Heo1-19/+8
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-24[SCSI] st: remove st_mutexHannes Reinecke1-6/+2
2012-09-14[SCSI] st: clean up device file creation and removalJeff Mahoney1-105/+90
2012-09-14[SCSI] st: get rid of scsi_tapes arrayJeff Mahoney1-110/+68
2012-09-14[SCSI] st: clean up dev cleanup in st_probeJeff Mahoney1-7/+4
2012-09-14[SCSI] st: Use static class attributesJeff Mahoney1-41/+33
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds1-3/+18
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-27[SCSI] st: expand ability to write immediate filemarksLee Duncan1-3/+18
2012-02-19[SCSI] st: implement PMOliver Neukum1-0/+11
2011-10-30[SCSI] st: fix race in st_scsi_execute_endPetr Uzel1-1/+3
2010-12-22[SCSI] st: Increase success probability in driver buffer allocationFUJITA Tomonori1-1/+2
2010-12-22[SCSI] st: Store page order before driver buffer allocationKai Makisara1-2/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-6/+9
2010-10-08[SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara1-6/+9
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-6/+6
2010-05-27st: use noop_llseek() instead of default_llseek()Jan Blunck1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen1-2/+1
2009-12-10[SCSI] st: fix mdata->page_order handlingFUJITA Tomonori1-11/+12
2009-12-04[SCSI] st: fix test of value range in st_set_options()Roel Kluin1-1/+2
2009-10-02[SCSI] st: fix possible memory use after free after MTSETBLK ioctlDavid Jeffery1-3/+0
2009-06-12[SCSI] Merge branch 'linus'James Bottomley1-3/+3
2009-05-23[SCSI] st: fix gcc 4.4 warningKai Makisara1-1/+1
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-05-11block: add rq->resid_lenTejun Heo1-1/+1
2009-03-12[SCSI] Remove SUGGEST flagsMartin K. Petersen1-3/+3
2009-01-02[SCSI] st: retry enlarge_buffer allocationKai Makisara1-1/+10
2009-01-02[SCSI] st: integrate st_scsi_kern_execute and st_do_scsiKai Makisara1-136/+66
2009-01-02[SCSI] st: remove unused frp_sg_currentFUJITA Tomonori1-2/+0
2009-01-02[SCSI] st: remove unused orig_frp_segsFUJITA Tomonori1-4/+3
2009-01-02[SCSI] st: simplify new_tape_bufferFUJITA Tomonori1-15/+6
2009-01-02[SCSI] st: remove struct scatterlistFUJITA Tomonori1-6/+2
2009-01-02[SCSI] st: kill struct st_buff_fragmentFUJITA Tomonori1-35/+43
2009-01-02[SCSI] st: remove buf_to_sgFUJITA Tomonori1-29/+0
2009-01-02[SCSI] st: convert dio path to use st_scsi_executeFUJITA Tomonori1-53/+23
2009-01-02[SCSI] st: convert non-dio path to use st_scsi_executeFUJITA Tomonori1-6/+21
2009-01-02[SCSI] st: add st_scsi_execute helper functionFUJITA Tomonori1-0/+54
2009-01-02[SCSI] st: add struct rq_map_data supportFUJITA Tomonori1-0/+11
2009-01-02[SCSI] st: make all the fragment buffers the same sizeFUJITA Tomonori1-9/+9
2008-12-29[SCSI] st: convert st_int_ioctl to use st_scsi_kern_executeFUJITA Tomonori1-3/+6
2008-12-29[SCSI] st: convert get_location to use st_scsi_kern_executeFUJITA Tomonori1-4/+11
2008-12-29[SCSI] st: convert write_mode_page to use st_scsi_kern_executeFUJITA Tomonori1-7/+14
2008-12-29[SCSI] st: convert read_mode_page to use st_scsi_kern_executeFUJITA Tomonori1-6/+10
2008-12-29[SCSI] st: convert check_tape to use st_scsi_kern_executeFUJITA Tomonori1-10/+18
2008-12-29[SCSI] st: convert st_flush to use st_scsi_kern_executeFUJITA Tomonori1-4/+10
2008-12-29[SCSI] st: convert cross_eof to use st_scsi_kern_executeFUJITA Tomonori1-7/+14
2008-12-29[SCSI] st: convert do_load_unload to use st_scsi_kern_executeFUJITA Tomonori1-4/+9
2008-12-29[SCSI] st: convert set_location to use st_scsi_kern_executeFUJITA Tomonori1-4/+8
2008-12-29[SCSI] st: convert test_ready to use st_scsi_kern_executeFUJITA Tomonori1-8/+11
2008-12-29[SCSI] st: add st_scsi_kern_execute helper functionFUJITA Tomonori1-0/+22
2008-12-29[SCSI] st: move st_request initialization to st_allocate_request form st_do_scsiFUJITA Tomonori1-13/+19
2008-12-29[SCSI] st: update to use block timeoutJames Bottomley1-19/+28
2008-10-21[PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro1-1/+2
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-2/+2
2008-10-16device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman1-7/+4
2008-07-26[SCSI] st: Remove bogus memsetKai Makisara1-6/+2
2008-07-26[SCSI] st: Move buffer pointer back when data could not be written.Kai Makisara1-1/+2
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-5/+7
2008-06-20st: cdev lock_kernel() pushdownJonathan Corbet1-2/+9
2008-05-20SCSI: fix race in device_createGreg Kroah-Hartman1-5/+7
2008-04-22[SCSI] st: fix up after class_device removalJames Bottomley1-5/+5
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-38/+44
2008-04-16[SCSI] st: rename flush_write_buffer()Adrian Bunk1-3/+3
2008-04-07[SCSI] st: show options currently set in sysfsKai Makisara1-0/+43
2008-04-07[SCSI] st: add option to use SILI in variable block readsKai Makisara1-4/+36
2008-02-22[SCSI] st: compile fix when DEBUG set to oneKai Makisara1-7/+4
2008-01-23[SCSI] st: convert to unlocked_ioctlKai Makisara1-5/+4
2007-12-18[SCSI] st: fix kernel BUG at include/linux/scatterlist.h:59!FUJITA Tomonori1-0/+1
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-9/+5
2007-10-22[SG] Update drivers to use sg helpersJens Axboe1-4/+4
2007-07-31[SCSI] st: Use mutex instead of semaphoreMatthias Kaehlcke1-8/+8
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+2
2007-04-17[SCSI] modalias for scsi devicesMichael Tokarev1-0/+1
2007-02-17Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day1-19/+19
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1
2007-02-10Merge branch 'linus'James Bottomley1-8/+11
2007-02-03[SCSI] st: fix Tape dies if wrong block size used, bug 7919Kai Makisara1-10/+13
2007-01-27[SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file num...Kai Makisara1-8/+11
2006-12-08[PATCH] struct path: convert scsiJosef Sipek1-1/+1
2006-11-22Merge ../scsi-rc-fixes-2.6James Bottomley1-1/+4
2006-11-15[SCSI] st: log message changesKai Makisara1-8/+8
2006-10-25[SCSI] st: Fixup -ENOMEDIUMKai Makisara1-1/+4
2006-10-04[SCSI] SCSI st: fix error handling in module init, sysfsJeff Garzik1-37/+78
2006-07-09[SCSI] st.c: Improve sense outputLuben Tuikov1-4/+3
2006-06-29[SCSI] st: remove unused st_buffer.in_useMartin Habets1-1/+0
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-1/+1
2006-06-10Merge ../linux-2.6James Bottomley1-1/+1
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-05-21[PATCH] missing newline in scsi/st.cRene Herman1-1/+1
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman1-1/+2
2006-02-27[SCSI] Remove devfs support from the SCSI subsystemGreg KH1-20/+0
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-6/+3
2006-01-26[SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com1-1/+1
2006-01-14[SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig1-25/+0
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-8/+9
2005-12-15Fix up SCSI mismergeJames Bottomley1-1/+1
2005-12-15Merge by hand (conflicts in scsi_lib.c)James Bottomley1-18/+1
2005-12-15[SCSI] Fix st oops with new scsi_execute infrastructureKai Makisara1-6/+9