aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+1
2007-05-30[SCSI] Merge up to linux-2.6 headJames Bottomley1-7/+11
2007-05-24[SCSI] sd: remove __GFP_DMABernhard Walle1-1/+1
2007-05-22[SCSI] sd: fix refcounting regression in suspend/resume routinesAlan Stern1-7/+11
2007-04-17[SCSI] modalias for scsi devicesMichael Tokarev1-0/+3
2007-03-20[SCSI] sd: fix up start/stop messages for new sd_printk() APIJames Bottomley1-22/+16
2007-03-20[SCSI] sd: implement START/STOP managementTejun Heo1-0/+101
2007-03-20[SCSI] sd: fix return value of sd_sync_cache()Tejun Heo1-1/+3
2007-03-11[SCSI] sd: typo fix: sdkp_printk should be sd_printkJames Bottomley1-1/+1
2007-03-11[SCSI] sd: convert logging to new printk helpersMartin K. Petersen1-21/+29
2007-03-11[SCSI] sd: make printing use a common prefixMartin K. Petersen1-158/+95
2007-02-16USB Storage: indistinguishable devices with broken and unbroken firmwareOliver Neukum1-1/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-02[SCSI] sd: udev accessing an uninitialized scsi_disk field results in a crashNagendra Singh Tomar1-10/+10
2006-12-08[PATCH] struct path: convert scsiJosef Sipek1-1/+1
2006-11-15[SCSI] sd: clearer output of disk cache stateLuben Tuikov1-6/+7
2006-11-15[SCSI] Reduce polling in sd.cAlan Stern1-8/+8
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-5/+18
2006-10-04[SCSI] SCSI sd: fix module init/exit error handlingJeff Garzik1-5/+18
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-3/+2
2006-09-02[SCSI] Wrong size information for devices with disabled read accessHannes Reinecke1-1/+1
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig1-2/+1
2006-07-03Merge ../scsi-misc-2.6James Bottomley1-81/+88
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[SCSI] scsi: Add allow_restart sysfs class attributeBrian King1-0/+26
2006-06-26[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionLuben Tuikov1-81/+62
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser1-1/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-1/+1
2006-03-25[PATCH] git-scsi-misc: min() warning fixAndrew Morton1-1/+1
2006-03-19[SCSI] allow displaying and setting of cache type via sysfsJames Bottomley1-23/+113
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman1-4/+21
2006-02-27[SCSI] scsi_lib: fix recognition of cache type of Initio SBP-2 bridgesAl Viro1-0/+6
2006-02-27[SCSI] Remove devfs support from the SCSI subsystemGreg KH1-2/+0
2006-02-27[SCSI] SCSI core kmalloc2kzallocJes Sorensen1-2/+1
2006-02-26[PATCH] sd: fix memory corruption with broken mode page headersAl Viro1-3/+17
2006-01-14[SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig1-37/+5
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-10/+11
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-16/+5
2006-01-06[BLOCK] scsi: add FUA support to sdTejun Heo1-3/+26
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo1-38/+20
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo1-1/+1
2005-12-15Fix up SCSI mismergeJames Bottomley1-1/+1
2005-12-15Merge by hand (conflicts in scsi_lib.c)James Bottomley1-15/+1
2005-12-13[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)James Bottomley1-15/+1
2005-12-13[SCSI] sd: Always do write-protect checkAlan Stern1-3/+1
2005-11-09[SCSI] sd: fix issue_flushJames Bottomley1-13/+9
2005-11-05[SCSI] sd: Fix refcountingAlan Stern1-37/+62
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-6/+4
2005-10-28[SCSI] avoid overflows in disk size calculationsJames Bottomley1-4/+3