summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* [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-271-19/+8
* new helper: file_inode(file)Al Viro2013-02-221-1/+1
* [SCSI] st: remove st_mutexHannes Reinecke2012-09-241-6/+2
* [SCSI] st: clean up device file creation and removalJeff Mahoney2012-09-141-105/+90
* [SCSI] st: get rid of scsi_tapes arrayJeff Mahoney2012-09-141-110/+68
* [SCSI] st: clean up dev cleanup in st_probeJeff Mahoney2012-09-141-7/+4
* [SCSI] st: Use static class attributesJeff Mahoney2012-09-141-41/+33
* 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/+0
|/
* [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-221-1/+2
* [SCSI] st: Store page order before driver buffer allocationKai Makisara2010-12-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-6/+9
|\
| * [SCSI] st: add MTWEOFI to write filemarks without flushing drive bufferKai Makisara2010-10-081-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/+1
* [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/+0
* [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
* [SCSI] st: integrate st_scsi_kern_execute and st_do_scsiKai Makisara2009-01-021-136/+66
* [SCSI] st: remove unused frp_sg_currentFUJITA Tomonori2009-01-021-2/+0
* [SCSI] st: remove unused orig_frp_segsFUJITA Tomonori2009-01-021-4/+3
* [SCSI] st: simplify new_tape_bufferFUJITA Tomonori2009-01-021-15/+6
* [SCSI] st: remove struct scatterlistFUJITA Tomonori2009-01-021-6/+2
* [SCSI] st: kill struct st_buff_fragmentFUJITA Tomonori2009-01-021-35/+43
* [SCSI] st: remove buf_to_sgFUJITA Tomonori2009-01-021-29/+0
* [SCSI] st: convert dio path to use st_scsi_executeFUJITA Tomonori2009-01-021-53/+23
* [SCSI] st: convert non-dio path to use st_scsi_executeFUJITA Tomonori2009-01-021-6/+21
* [SCSI] st: add st_scsi_execute helper functionFUJITA Tomonori2009-01-021-0/+54
* [SCSI] st: add struct rq_map_data supportFUJITA Tomonori2009-01-021-0/+11
* [SCSI] st: make all the fragment buffers the same sizeFUJITA Tomonori2009-01-021-9/+9
* [SCSI] st: convert st_int_ioctl to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-3/+6
* [SCSI] st: convert get_location to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-4/+11
* [SCSI] st: convert write_mode_page to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-7/+14
* [SCSI] st: convert read_mode_page to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-6/+10
* [SCSI] st: convert check_tape to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-10/+18
* [SCSI] st: convert st_flush to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-4/+10
* [SCSI] st: convert cross_eof to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-7/+14