aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/sr.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-30[SCSI] implement scsi_data_bufferGravatar Boaz Harrosh 1-12/+13
2008-01-11[SCSI] sr: update to follow tray status correctlyGravatar James Bottomley 1-2/+0
2008-01-11[SCSI] sd,sr: add early detection of medium not presentGravatar James Bottomley 1-6/+13
2008-01-11[SCSI] sr,sd: send media state change modification eventsGravatar Kay Sievers 1-3/+11
2008-01-06Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Gravatar Linus Torvalds 1-15/+6
2008-01-02scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Gravatar Ingo Molnar 1-6/+15
2007-10-12[SCSI] Get rid of scsi_cmnd->doneGravatar Matthew Wilcox 1-15/+6
2007-10-12[SCSI] move ULD attachment into the prep functionGravatar James Bottomley 1-19/+40
2007-07-24[BLOCK] Get rid of request_queue_t typedefGravatar Jens Axboe 1-1/+1
2007-07-18[SCSI] small cleanupsGravatar Adrian Bunk 1-1/+1
2007-07-14[SCSI] sr: fix error handling in module_initGravatar Akinobu Mita 1-1/+5
2007-04-17[SCSI] modalias for scsi devicesGravatar Michael Tokarev 1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2007-01-06[SCSI] sr: fix error code check in sr_block_ioctl()Gravatar Tejun Heo 1-1/+1
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndGravatar Christoph Hellwig 1-3/+2
2006-06-26[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionGravatar Luben Tuikov 1-1/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversGravatar Christoph Hellwig 1-1/+1
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodGravatar Christoph Hellwig 1-11/+26
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiGravatar Rene Herman 1-0/+4
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-01-14[PATCH] Unlinline a bunch of other functionsGravatar Arjan van de Ven 1-1/+1
2006-01-14[SCSI] always handle REQ_BLOCK_PC requests in common codeGravatar Christoph Hellwig 1-21/+0
2006-01-12[SCSI] Mask capabilities for SCSI-1 CD driveGravatar Chuck Ebbert 1-2/+3
2006-01-12[SCSI] turn most scsi semaphores into mutexesGravatar Arjan van de Ven 1-8/+9
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-17/+3
2005-12-13[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)Gravatar James Bottomley 1-17/+3
2005-12-13[SCSI] Mark some core scsi data structures constGravatar Arjan van de Ven 1-1/+1
2005-10-28[SCSI] use {sdev,scmd,starget,shost}_printk in generic codeGravatar Jeff Garzik 1-5/+5
2005-10-28[SCSI] sr: remove dead codeGravatar Jayachandran C 1-1/+1
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkGravatar James Bottomley 1-8/+7
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-08-28Merge by hand (conflicts in sr.c)Gravatar James Bottomley 1-22/+2
2005-08-28[SCSI] convert sr to scsi_execute_reqGravatar James Bottomley 1-39/+10
2005-08-28[SCSI] convert the remaining mid-layer pieces to scsi_execute_reqGravatar James Bottomley 1-1/+1
2005-08-28[SCSI] sr.c: Fix getting wrong sizeGravatar Pete Zaitcev 1-22/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+965