summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining references to "driverfs" with "sysfs".Robert P. J. Day2007-02-171-19/+19
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* Merge branch 'linus'James Bottomley2007-02-101-8/+11
|\
| * [SCSI] st: A MTIOCTOP/MTWEOF within the early warning will cause the file num...Kai Makisara2007-01-271-8/+11
* | [SCSI] st: fix Tape dies if wrong block size used, bug 7919Kai Makisara2007-02-031-10/+13
|/
* [PATCH] struct path: convert scsiJosef Sipek2006-12-081-1/+1
* Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-221-1/+4
|\
| * [SCSI] st: Fixup -ENOMEDIUMKai Makisara2006-10-261-1/+4
* | [SCSI] st: log message changesKai Makisara2006-11-151-8/+8
|/
* [SCSI] SCSI st: fix error handling in module init, sysfsJeff Garzik2006-10-041-37/+78
* [SCSI] st.c: Improve sense outputLuben Tuikov2006-07-091-4/+3Star
* [SCSI] st: remove unused st_buffer.in_useMartin Habets2006-06-291-1/+0Star
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2006-06-231-1/+1
* Merge ../linux-2.6James Bottomley2006-06-101-1/+1
|\
| * [PATCH] missing newline in scsi/st.cRene Herman2006-05-211-1/+1
* | [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-1/+1
|/
* [SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman2006-03-121-1/+2
* [SCSI] Remove devfs support from the SCSI subsystemGreg KH2006-02-281-20/+0Star
* [SCSI] SCSI core kmalloc2kzallocJes Sorensen2006-02-281-6/+3Star
* [SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com2006-01-261-1/+1
* [SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig2006-01-141-25/+0Star
* [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-121-8/+9
* Fix up SCSI mismergeJames Bottomley2005-12-161-1/+1
* Merge by hand (conflicts in scsi_lib.c)James Bottomley2005-12-161-18/+1Star
|\
| * [SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)James Bottomley2005-12-141-18/+1Star
* | [SCSI] Fix st oops with new scsi_execute infrastructureKai Makisara2005-12-161-6/+9
* | [SCSI] convert st to use scsi_execute_asyncMike Christie2005-12-151-144/+110Star
* | [SCSI] complete the whole command when it is REQ_BLOCK_PCMike Christie2005-12-151-1/+5
* | [SCSI] Mark some core scsi data structures constArjan van de Ven2005-12-141-2/+2
|/
* [SCSI] sg and st unmap_user_pages allow PageReservedHugh Dickins2005-12-021-2/+0Star
* [SCSI] st: fix a bug in sgl_map_user_pages failure path Hugh Dickins2005-12-011-0/+1
* [PATCH] kfree cleanup: drivers/scsiJesper Juhl2005-11-071-2/+1Star
* Merge by HandJames Bottomley2005-11-051-6/+3Star
|\
| * [SCSI] use {sdev,scmd,starget,shost}_printk in generic codeJeff Garzik2005-10-291-2/+1Star
| * [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-6/+4Star
* | [PATCH] core remove PageReservedNick Piggin2005-10-301-3/+7
* | Merge ../bleed-2.6Greg KH2005-10-281-2/+4
|\|
| * [PATCH] gfp_t: drivers/scsiAl Viro2005-10-281-2/+4
* | [PATCH] Driver Core: fix up all callers of class_device_create()Greg Kroah-Hartman2005-10-281-1/+1
|/
* [SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmdTimothy Thelin2005-09-141-0/+1
* Merge by hand (conflicts in sd.c)James Bottomley2005-09-071-4/+4
|\
| * This patch fixes in st.c the bug in the signed/unsigned int comparisonJames Bottomley2005-09-051-4/+4
* | Merge HEAD from ../scsi-misc-2.6-tmp James Bottomley2005-08-281-29/+121
|\|
| * [SCSI] drivers/scsi/st.c: add reference count and related fixesKai Makisara2005-08-081-29/+121
* | [SCSI] Fix SCSI tape oops at module removalKai Makisara2005-08-021-6/+2Star
|/
* [PATCH] class: convert drivers/scsi/* to use the new class api instead of cla...gregkh@suse.de2005-06-211-13/+15
* [SCSI] SCSI tape: fix permissions for SG_IO, etc.Kai Makisara2005-05-201-6/+13
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+4438