summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/st.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SCSI] st: convert do_load_unload to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-4/+9
* [SCSI] st: convert set_location to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-4/+8
* [SCSI] st: convert test_ready to use st_scsi_kern_executeFUJITA Tomonori2008-12-291-8/+11
* [SCSI] st: add st_scsi_kern_execute helper functionFUJITA Tomonori2008-12-291-0/+22
* [SCSI] st: move st_request initialization to st_allocate_request form st_do_scsiFUJITA Tomonori2008-12-291-13/+19
* [SCSI] st: update to use block timeoutJames Bottomley2008-12-291-19/+28
* [PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro2008-10-211-1/+2
* [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-211-2/+2
* device create: scsi: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-7/+4Star
* [SCSI] st: Remove bogus memsetKai Makisara2008-07-261-6/+2Star
* [SCSI] st: Move buffer pointer back when data could not be written.Kai Makisara2008-07-261-1/+2
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-5/+7
|\
| * SCSI: fix race in device_createGreg Kroah-Hartman2008-05-201-5/+7
* | st: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-2/+9
|/
* [SCSI] st: fix up after class_device removalJames Bottomley2008-04-221-5/+5
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-201-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-231-7/+4Star
* [SCSI] st: convert to unlocked_ioctlKai Makisara2008-01-231-5/+4Star
* [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/+5Star
* [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-181-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-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