summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] st: fix up after class_device removalJames Bottomley2008-04-221-5/+5
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-38/+44
* [SCSI] st: rename flush_write_buffer()Adrian Bunk2008-04-161-3/+3
* [SCSI] st: show options currently set in sysfsKai Makisara2008-04-071-0/+43
* [SCSI] st: add option to use SILI in variable block readsKai Makisara2008-04-071-4/+36
* [SCSI] st: compile fix when DEBUG set to oneKai Makisara2008-02-221-7/+4
* [SCSI] st: convert to unlocked_ioctlKai Makisara2008-01-231-5/+4
* [SCSI] st: fix kernel BUG at include/linux/scatterlist.h:59!FUJITA Tomonori2007-12-181-0/+1
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-9/+5
* [SG] Update drivers to use sg helpersJens Axboe2007-10-221-4/+4
* [SCSI] st: Use mutex instead of semaphoreMatthias Kaehlcke2007-07-311-8/+8
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-161-1/+2
* [SCSI] modalias for scsi devicesMichael Tokarev2007-04-171-0/+1
* 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-251-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/+3
* [SCSI] st: remove unused st_buffer.in_useMartin Habets2006-06-291-1/+0
* 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-271-20/+0
* [SCSI] SCSI core kmalloc2kzallocJes Sorensen2006-02-271-6/+3
* [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/+0
* [SCSI] turn most scsi semaphores into mutexesArjan van de Ven2006-01-121-8/+9
* Fix up SCSI mismergeJames Bottomley2005-12-151-1/+1
* Merge by hand (conflicts in scsi_lib.c)James Bottomley2005-12-151-18/+1
|\
| * [SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)James Bottomley2005-12-131-18/+1
* | [SCSI] Fix st oops with new scsi_execute infrastructureKai Makisara2005-12-151-6/+9
* | [SCSI] convert st to use scsi_execute_asyncMike Christie2005-12-141-144/+110
* | [SCSI] complete the whole command when it is REQ_BLOCK_PCMike Christie2005-12-141-1/+5
* | [SCSI] Mark some core scsi data structures constArjan van de Ven2005-12-131-2/+2
|/
* [SCSI] sg and st unmap_user_pages allow PageReservedHugh Dickins2005-12-021-2/+0
* [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/+1
* Merge by HandJames Bottomley2005-11-041-6/+3
|\
| * [SCSI] use {sdev,scmd,starget,shost}_printk in generic codeJeff Garzik2005-10-281-2/+1
| * [SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley2005-10-281-6/+4
* | [PATCH] core remove PageReservedNick Piggin2005-10-291-3/+7
OpenPOWER on IntegriCloud