aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/osst.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-22[PATCH] drivers/scsi/osst.c: remove unused codeAdrian Bunk1-3/+0
2005-03-22[PATCH] drivers/scsi/osst.c: make code staticAdrian Bunk1-2/+2
2005-03-14Merge by handJames Bottomley1-0/+19
2005-03-07[PATCH] make st seekable againKai Mäkisara1-1/+7
2005-02-03SCSI: fix compat_ioctl compile warningsJames Bottomley1-1/+1
2005-02-03[PATCH] Add compat_ioctl to osstAndi Kleen1-0/+19
2005-01-27Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds1-97/+101
2005-01-23[PATCH] osst: don't use obsolete SCSI APIsChristoph Hellwig1-97/+101
2005-01-20[PATCH] Lock initializer cleanup: SCSIThomas Gleixner1-1/+1
2005-01-01osst: add sysfs supportJames Bottomley1-7/+167
2005-01-01osst: error handling updatesJames Bottomley1-53/+131
2005-01-01[PATCH] osst: remove typedefsWillem Riede1-246/+247
2004-11-14Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds1-27/+28
2004-11-14make osst compile again after st structure changesJames Bottomley1-27/+28
2004-11-10[PATCH] more MODULE_PARM conversionsRandy Dunlap1-3/+3
2004-09-10fix undefined function msleep warning in osstJames Bottomley1-0/+1
2004-09-10[PATCH] scsi/osst: replace schedule_timeout() with msleep()Maximilian Attems1-12/+6
2004-08-08Remove ESPIPE logic from drivers, letting the VFS layer handle it instead.Linus Torvalds1-12/+1
2004-06-15MergeJames Bottomley1-1/+1
2004-06-03[PATCH] sparse: misc scsi annotationAlexander Viro1-7/+7
2004-06-03[PATCH] SCSI: replace deprecated hosts.h fileArjan van de Ven1-1/+1
2004-05-29[PATCH] sparse: scsi_ioctl __user annotationAlexander Viro1-1/+1
2004-05-29[PATCH] sparse: trivial part of drivers/scsi/* annotationAlexander Viro1-4/+4
2004-02-03[PATCH] osst.c: suppress page allocation failure warningsAndrew Morton1-0/+2
2003-12-29[PATCH] Updated osst driver for 2.6.xJames Bottomley1-76/+134
2003-09-26[PATCH] janitor: cleanup includes in osstRandy Dunlap1-1/+0
2003-09-03Merge hch/akpm changesJames Bottomley1-1/+1
2003-08-30[PATCH] dev_t handling cleanups (10/12)Alexander Viro1-7/+7
2003-08-25[PATCH] give scsi_allocate_request a gfp_maskChristoph Hellwig1-1/+1
2003-07-16[PATCH] remove all #include <blk.h>'sAdrian Bunk1-1/+1
2003-06-25[PATCH] add scsi_driver.hChristoph Hellwig1-0/+1
2003-05-30[PATCH] driver model for scsi upper drivers, take 2Christoph Hellwig1-83/+20
2003-05-25[PATCH] drivers/* strlcpy conversionsBen Collins1-2/+1
2003-05-12Merge raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5James Bottomley1-11/+10
2003-05-07[PATCH] switch most remaining drivers over to devfs_mk_bdevAndrew Morton1-11/+10
2003-05-07[PATCH] remove scsi_slave_attach/scsi_slave_detachChristoph Hellwig1-9/+1
2003-04-17[PATCH] devfs: sanitize devfs_register_tape prototypeChristoph Hellwig1-1/+1
2003-04-17[PATCH] devfs: cleanup devfs use in scsiChristoph Hellwig1-13/+15
2003-03-14fix jiffies compare warning in osstWillem Riede1-6/+6
2003-02-02[osst] fix bugzilla 244 (SRpnt initialisation problem)Willem Riede1-1/+1
2003-01-12sysfs: fixup SCSI sysfs filesPatrick Mochel1-4/+4
2002-12-26One more update for osst in 2.5.53Willem Riede1-164/+138
2002-12-11OSST tape driver fix for 2.5.51Willem Riede1-104/+81
2002-12-06Merge mulgrave.(none):/home/jejb/BK/scsi-misc-2.5James Bottomley1-1/+1
2002-12-04[PATCH] remove remaining MAJOR_NR/DEVICE_NR junkChristoph Hellwig1-9/+9
2002-12-04[OSST]: Use correct printf format string for size_t.David S. Miller1-1/+1
2002-11-28[PATCH] abstract out more scsi_device acess out of the low-level driversChristoph Hellwig1-8/+5
2002-11-27scsi sysfs update 3Mike Anderson1-42/+44
2002-11-23osst updateWillem Riede1-445/+487
2002-11-17[PATCH] C99 initializers for drivers/scsiArt Haas1-13/+13