aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-14[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmdTimothy Thelin1-0/+1
2005-09-06Merge by hand (conflicts in sd.c)James Bottomley1-5/+19
2005-09-06[SCSI] sd: pause in sd_spinup_disk for slow USB devicesAlan Stern1-5/+19
2005-08-28[SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)James Bottomley1-96/+64
2005-08-28[SCSI] convert the remaining mid-layer pieces to scsi_execute_reqJames Bottomley1-2/+3
2005-07-14[SCSI] Redundant this_count check in sd_init_command()Chen, Kenneth W1-3/+0
2005-05-26[SCSI] TYPE_RBC cache fixes (sbp2.c affected)Al Viro1-9/+27
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1740