summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* st: Destroy st_index_idr on module exitJohannes Thumshirn2015-08-261-0/+1
* st: convert DRIVER_ATTR macros to DRIVER_ATTR_ROSeymour, Shane M2015-08-131-12/+12
* st: convert to using driver attr groups for sysfsSeymour, Shane M2015-08-121-48/+10Star
* st: null pointer dereference panic caused by use after kref_put by st_openSeymour, Shane M2015-07-161-1/+1
* st: implement tape statisticsSeymour, Shane M2015-06-021-1/+271
* mm: gup: use get_user_pages_unlockedAndrea Arcangeli2015-02-121-5/+2Star
* scsi: remove scsi_driver owner fieldChristoph Hellwig2014-11-241-1/+1
* st: call scsi_set_medium_removal directlyChristoph Hellwig2014-11-121-7/+6Star
* scsi: split scsi_nonblockable_ioctlChristoph Hellwig2014-11-121-4/+3Star
* scsi: use sdev as argument for sense code printingHannes Reinecke2014-11-121-2/+4
* scsi: introduce sdev_prefix_printk()Hannes Reinecke2014-11-121-2/+1Star
* st: add a debug_flag module parameter requestLaurence Oberman2014-11-121-1/+15
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-1/+1
|\
| * block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-281-1/+1
* | scsi: balance out autopm get/put calls in scsi_sysfs_add_sdev()Subhash Jadavani2014-09-161-0/+2
|/
* scsi: Implement st_printk()Hannes Reinecke2014-07-171-294/+311
* block: add blk_rq_set_block_pc()Jens Axboe2014-06-061-1/+1
* [SCSI] st: fix corruption of the st_modedef structures in st_set_options()Maurizio Lombardi2014-03-151-2/+9
* [SCSI] st: fix enlarge_bufferBodo Stroesser2013-12-201-4/+1Star
* [SCSI] st: convert class code to use dev_groupsGreg Kroah-Hartman2013-08-211-11/+16
* [SCSI] st: Take additional queue ref in st_probeJoe Lawrence2013-04-061-1/+7
* scsi: convert to idr_alloc()Tejun Heo2013-02-281-19/+8Star
* new helper: file_inode(file)Al Viro2013-02-231-1/+1
* [SCSI] st: remove st_mutexHannes Reinecke2012-09-241-6/+2Star
* [SCSI] st: clean up device file creation and removalJeff Mahoney2012-09-141-105/+90Star
* [SCSI] st: get rid of scsi_tapes arrayJeff Mahoney2012-09-141-110/+68Star
* [SCSI] st: clean up dev cleanup in st_probeJeff Mahoney2012-09-141-7/+4Star
* [SCSI] st: Use static class attributesJeff Mahoney2012-09-141-41/+33Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-311-3/+18
|\
| * [SCSI] st: expand ability to write immediate filemarksLee Duncan2012-03-271-3/+18
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
|/
* [SCSI] st: implement PMOliver Neukum2012-02-191-0/+11
* [SCSI] st: fix race in st_scsi_execute_endPetr Uzel2011-10-301-1/+3
* [SCSI] st: Increase success probability in driver buffer allocationFUJITA Tomonori2010-12-231-1/+2
* [SCSI] st: Store page order before driver buffer allocationKai Makisara2010-12-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-231-6/+9
|\
| * [SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara2010-10-091-6/+9
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-6/+6
|/
* st: use noop_llseek() instead of default_llseek()Jan Blunck2010-05-271-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-261-2/+1Star
* [SCSI] st: fix mdata->page_order handlingFUJITA Tomonori2009-12-101-11/+12
* [SCSI] st: fix test of value range in st_set_options()Roel Kluin2009-12-041-1/+2
* [SCSI] st: fix possible memory use after free after MTSETBLK ioctlDavid Jeffery2009-10-021-3/+0Star
* [SCSI] Merge branch 'linus'James Bottomley2009-06-121-3/+3
|\
| * block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+2
| * block: add rq->resid_lenTejun Heo2009-05-111-1/+1
* | [SCSI] st: fix gcc 4.4 warningKai Makisara2009-05-231-1/+1
|/
* [SCSI] Remove SUGGEST flagsMartin K. Petersen2009-03-121-3/+3
* [SCSI] st: retry enlarge_buffer allocationKai Makisara2009-01-021-1/+10