aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-231-11/+10
|\
| * [SCSI] sd: fix computation of the full size of the deviceH. Peter Anvin2008-10-231-1/+1
| * [SCSI] sd: remove command-size switching codeAlan Stern2008-10-231-9/+0
| * [SCSI] sd: Fix handling of NO_SENSE check conditionJamie Wellnitz2008-10-231-1/+9
* | [PATCH] switch sdAl Viro2008-10-211-24/+17
* | [PATCH] beginning of methods conversionAl Viro2008-10-211-4/+4
* | [PATCH] don't mess with file in scsi_nonblockable_ioctl()Al Viro2008-10-211-1/+2
* | [PATCH] switch scsi_cmd_ioctl() to passing fmode_tAl Viro2008-10-211-1/+2
* | [PATCH] eliminate use of ->f_flags in block methodsAl Viro2008-10-211-1/+1
|/
* [SCSI] sd: Correctly handle all combinations of DIF and DIXMartin K. Petersen2008-10-131-1/+2
* [SCSI] sd: Always print actual protection_typeMartin K. Petersen2008-10-131-5/+2
* [SCSI] sd: Issue correct protection operationMartin K. Petersen2008-10-131-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-16/+11
|\
| * [SCSI] sd: use generic helper to print capacities in both binary and SIJames Bottomley2008-10-031-16/+11
* | block: unify request timeout handlingJens Axboe2008-10-091-5/+4
* | SCSI sd driver calls revalidate_disk wrapper.Andrew Patterson2008-10-091-2/+2
* | block: allow disk to have extended device numberTejun Heo2008-10-091-20/+54
* | block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2008-10-091-7/+2
* | block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2008-10-091-0/+6
* | sd/ide-disk: apply extended minors to sd and ideTejun Heo2008-10-091-2/+7
|/
* block: disable sysfs parts of the disk command filterJens Axboe2008-09-111-2/+0
* remove blk_register_filter and blk_unregister_filter in gendiskFUJITA Tomonori2008-08-291-0/+2
* Re-introduce "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds2008-08-051-6/+15
* Revert "[SCSI] extend the last_sector_bug flag to cover more sectors"Linus Torvalds2008-08-041-15/+6
* [SCSI] extend the last_sector_bug flag to cover more sectorsAlan Jenkins2008-07-271-6/+15
* [SCSI] sd: Support for SCSI disk (SBC) Data Integrity FieldMartin K. Petersen2008-07-261-40/+81
* [SCSI] sd: Identify DIF protection type and application tag ownershipMartin K. Petersen2008-07-261-4/+118
* [SCSI] sd: update index allocation and use ida instead of idrTejun Heo2008-07-261-13/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-151-6/+1
|\
| * [SCSI] sd: Move scsi_disk() accessor function to sd.hMartin K. Petersen2008-07-121-5/+0
| * [SCSI] sd: Move sd.h header fileMartin K. Petersen2008-07-121-1/+1
* | scsi: sd: optionally set power condition in START STOP UNITStefan Richter2008-07-141-0/+5
|/
* block: no need to initialize rq->cmd in prepare_flush_fn hookFUJITA Tomonori2008-04-291-1/+0
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-191-34/+44
* [SCSI] sd, sr: do not emit change event at device addKay Sievers2008-03-191-0/+1
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-231-2/+1
* [SCSI] sd: handle bad lba in sense informationJames Bottomley2008-02-071-18/+16
* [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-301-2/+2
* [SCSI] sd: add fix for devices with last sector access problemsHans de Goede2008-01-231-0/+9
* [SCSI] sd,sr: add early detection of medium not presentJames Bottomley2008-01-111-3/+10
* [SCSI] sr,sd: send media state change modification eventsKay Sievers2008-01-111-9/+15
* Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds2008-01-061-10/+18
* scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar2008-01-021-18/+10
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-22/+0
* [SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox2007-10-121-10/+18
* [SCSI] move ULD attachment into the prep functionJames Bottomley2007-10-121-14/+34
* [SCSI] sd: disentangle barriers in SCSIJames Bottomley2007-08-041-3/+11
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-161-1/+1