aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sd.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-15[SCSI] sd: clearer output of disk cache stateGravatar Luben Tuikov 1-6/+7
2006-11-15[SCSI] Reduce polling in sd.cGravatar Alan Stern 1-8/+8
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-5/+18
2006-10-04[SCSI] SCSI sd: fix module init/exit error handlingGravatar Jeff Garzik 1-5/+18
2006-09-30[PATCH] Split struct request ->flags into two partsGravatar Jens Axboe 1-3/+2
2006-09-02[SCSI] Wrong size information for devices with disabled read accessGravatar Hannes Reinecke 1-1/+1
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndGravatar Christoph Hellwig 1-2/+1
2006-07-03Merge ../scsi-misc-2.6Gravatar James Bottomley 1-81/+88
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-28[SCSI] scsi: Add allow_restart sysfs class attributeGravatar Brian King 1-0/+26
2006-06-26[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionGravatar Luben Tuikov 1-81/+62
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroGravatar Tobias Klauser 1-1/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversGravatar Christoph Hellwig 1-1/+1
2006-03-25[PATCH] git-scsi-misc: min() warning fixGravatar Andrew Morton 1-1/+1
2006-03-19[SCSI] allow displaying and setting of cache type via sysfsGravatar James Bottomley 1-23/+113
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiGravatar Rene Herman 1-4/+21
2006-02-27[SCSI] scsi_lib: fix recognition of cache type of Initio SBP-2 bridgesGravatar Al Viro 1-0/+6
2006-02-27[SCSI] Remove devfs support from the SCSI subsystemGravatar Greg KH 1-2/+0
2006-02-27[SCSI] SCSI core kmalloc2kzallocGravatar Jes Sorensen 1-2/+1
2006-02-26[PATCH] sd: fix memory corruption with broken mode page headersGravatar Al Viro 1-3/+17
2006-01-14[SCSI] always handle REQ_BLOCK_PC requests in common codeGravatar Christoph Hellwig 1-37/+5
2006-01-12[SCSI] turn most scsi semaphores into mutexesGravatar Arjan van de Ven 1-10/+11
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodGravatar Christoph Hellwig 1-16/+5
2006-01-06[BLOCK] scsi: add FUA support to sdGravatar Tejun Heo 1-3/+26
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersGravatar Tejun Heo 1-38/+20
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Gravatar Tejun Heo 1-1/+1
2005-12-15Fix up SCSI mismergeGravatar James Bottomley 1-1/+1
2005-12-15Merge by hand (conflicts in scsi_lib.c)Gravatar James Bottomley 1-15/+1
2005-12-13[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)Gravatar James Bottomley 1-15/+1
2005-12-13[SCSI] sd: Always do write-protect checkGravatar Alan Stern 1-3/+1
2005-11-09[SCSI] sd: fix issue_flushGravatar James Bottomley 1-13/+9
2005-11-05[SCSI] sd: Fix refcountingGravatar Alan Stern 1-37/+62
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkGravatar James Bottomley 1-6/+4
2005-10-28[SCSI] avoid overflows in disk size calculationsGravatar James Bottomley 1-4/+3
2005-09-14[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmdGravatar Timothy Thelin 1-0/+1
2005-09-06Merge by hand (conflicts in sd.c)Gravatar James Bottomley 1-5/+19
2005-09-06[SCSI] sd: pause in sd_spinup_disk for slow USB devicesGravatar Alan Stern 1-5/+19
2005-08-28[SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)Gravatar James Bottomley 1-96/+64
2005-08-28[SCSI] convert the remaining mid-layer pieces to scsi_execute_reqGravatar James Bottomley 1-2/+3
2005-07-14[SCSI] Redundant this_count check in sd_init_command()Gravatar Chen, Kenneth W 1-3/+0
2005-05-26[SCSI] TYPE_RBC cache fixes (sbp2.c affected)Gravatar Al Viro 1-9/+27
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+1740