aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-18[SCSI] small cleanupsAdrian Bunk1-1/+1
2007-07-14[SCSI] sr: fix error handling in module_initAkinobu Mita1-1/+5
2007-04-17[SCSI] modalias for scsi devicesMichael Tokarev1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-01-06[SCSI] sr: fix error code check in sr_block_ioctl()Tejun Heo1-1/+1
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig1-3/+2
2006-06-26[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionLuben Tuikov1-1/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig1-1/+1
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig1-11/+26
2006-03-12[SCSI] MODULE_ALIAS_{BLOCK,CHAR}DEV_MAJOR for drivers/scsiRene Herman1-0/+4
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-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-14[SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig1-21/+0
2006-01-12[SCSI] Mask capabilities for SCSI-1 CD driveChuck Ebbert1-2/+3
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven1-8/+9
2005-12-15Fix up SCSI mismergeJames Bottomley1-1/+1
2005-12-15Merge by hand (conflicts in scsi_lib.c)James Bottomley1-17/+3
2005-12-13[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)James Bottomley1-17/+3
2005-12-13[SCSI] Mark some core scsi data structures constArjan van de Ven1-1/+1
2005-10-28[SCSI] use {sdev,scmd,starget,shost}_printk in generic codeJeff Garzik1-5/+5
2005-10-28[SCSI] sr: remove dead codeJayachandran C1-1/+1
2005-10-28[SCSI] move the mid-layer printk's over to shost/starget/sdev_printkJames Bottomley1-8/+7
2005-09-14[SCSI] scsi: sd, sr, st, and scsi_lib all fail to copy cmd_len to new cmdTimothy Thelin1-0/+1
2005-08-28Merge by hand (conflicts in sr.c)James Bottomley1-22/+2
2005-08-28[SCSI] convert sr to scsi_execute_reqJames Bottomley1-39/+10
2005-08-28[SCSI] convert the remaining mid-layer pieces to scsi_execute_reqJames Bottomley1-1/+1
2005-08-28[SCSI] sr.c: Fix getting wrong sizePete Zaitcev1-22/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+965