aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2009-01-07fastboot: make scsi probes asynchronousArjan van de Ven1-42/+67
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori1-5/+6
2008-12-04[PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig1-1/+1
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-11/+10
2008-10-23[SCSI] sd: fix computation of the full size of the deviceH. Peter Anvin1-1/+1
2008-10-23[SCSI] sd: remove command-size switching codeAlan Stern1-9/+0
2008-10-23[SCSI] sd: Fix handling of NO_SENSE check conditionJamie Wellnitz1-1/+9
2008-10-21[PATCH] switch sdAl Viro1-24/+17
2008-10-21[PATCH] beginning of methods conversionAl Viro1-4/+4
2008-10-21[PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro1-1/+2
2008-10-21[PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro1-1/+2
2008-10-21[PATCH] eliminate use of ->f_flags in block methodsAl Viro1-1/+1
2008-10-13[SCSI] sd: Correctly handle all combinations of DIF and DIXMartin K. Petersen1-1/+2
2008-10-13[SCSI] sd: Always print actual protection_typeMartin K. Petersen1-5/+2
2008-10-13[SCSI] sd: Issue correct protection operationMartin K. Petersen1-3/+4
2008-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-16/+11
2008-10-09block: unify request timeout handlingJens Axboe1-5/+4
2008-10-09SCSI sd driver calls revalidate_disk wrapper.Andrew Patterson1-2/+2
2008-10-09block: allow disk to have extended device numberTejun Heo1-20/+54
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo1-7/+2
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo1-0/+6
2008-10-09sd/ide-disk: apply extended minors to sd and ideTejun Heo1-2/+7
2008-10-03[SCSI] sd: use generic helper to print capacities in both binary and SIJames Bottomley1-16/+11
2008-09-11block: disable sysfs parts of the disk command filterJens Axboe1-2/+0
2008-08-29remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori1-0/+2
2008-08-05Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds1-6/+15
2008-08-04Revert "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds1-15/+6
2008-07-27[SCSI] extend the last_sector_bug flag to cover more sectorsAlan Jenkins1-6/+15
2008-07-26[SCSI] sd: Support for SCSI disk (SBC) Data Integrity FieldMartin K. Petersen1-40/+81
2008-07-26[SCSI] sd: Identify DIF protection type and application tag ownershipMartin K. Petersen1-4/+118
2008-07-26[SCSI] sd: update index allocation and use ida instead of idrTejun Heo1-13/+14
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-6/+1
2008-07-14scsi: sd: optionally set power condition in START STOP UNITStefan Richter1-0/+5
2008-07-12[SCSI] sd: Move scsi_disk() accessor function to sd.hMartin K. Petersen1-5/+0
2008-07-12[SCSI] sd: Move sd.h header fileMartin K. Petersen1-1/+1
2008-04-29block: no need to initialize rq->cmd in prepare_flush_fn hookFUJITA Tomonori1-1/+0
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-34/+44
2008-03-19[SCSI] sd, sr: do not emit change event at device addKay Sievers1-0/+1
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-2/+1
2008-02-07[SCSI] sd: handle bad lba in sense informationJames Bottomley1-18/+16
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh1-2/+2
2008-01-23[SCSI] sd: add fix for devices with last sector access problemsHans de Goede1-0/+9
2008-01-11[SCSI] sd,sr: add early detection of medium not presentJames Bottomley1-3/+10
2008-01-11[SCSI] sr,sd: send media state change modification eventsKay Sievers1-9/+15
2008-01-06Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds1-10/+18
2008-01-02scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar1-18/+10
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-22/+0