aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] sd: add support for runtime PMAlan Stern2010-07-281-5/+16
* SCSI: implement sd_unlock_native_capacity()Tejun Heo2010-06-021-0/+22
* [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley2010-05-181-3/+22
|\
| * [SCSI] sd: retry read_capacity on UNIT_ATTENTIONJames Bottomley2010-04-111-3/+20
| * [SCSI] sd: quiet spurious error messages in READ_CAPACITY(16)Hannes Reinecke2010-04-111-0/+2
* | [SCSI] Enable retries for SYNCRONIZE_CACHE commands to fix I/O errorHannes Reinecke2010-05-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-linusJens Axboe2010-03-191-1/+1
| |\
| * | Remove GENHD_FL_DRIVERFSNeilBrown2010-03-161-1/+1
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-03-181-2/+2
|\ \ \ | |_|/ |/| |
| * | [SCSI] sd: Fix VPD buffer allocationsMartin K. Petersen2010-03-031-2/+2
| |/
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | [SCSI] Fix printing of failed 32-byte commandsMartin K. Petersen2010-02-191-1/+12
* | [SCSI] sd: Combine DIF/DIX error handlingMartin K. Petersen2010-02-081-12/+3
* | [SCSI] eliminate potential kmalloc failure in scsi_get_vpd_page()James Bottomley2010-01-181-11/+15
|/
* [SCSI] sd: WRITE SAME(16) / UNMAP supportMartin K. Petersen2009-12-101-0/+107
* [SCSI] sd: Support disks formatted with DIF Type 2Martin K. Petersen2009-10-021-11/+70
* [SCSI] sd: Detach DIF from block integrity infrastructureMartin K. Petersen2009-10-021-19/+42
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* [SCSI] fix oops during scsi scanningJames Bottomley2009-09-121-0/+2
* [SCSI] sd: Avoid sending extended inquiry to legacy devicesMartin K. Petersen2009-07-301-2/+18
* sd, sr: fix Driver 'sd' needs updating messageHannes Reinecke2009-06-211-0/+1
* sd: Block limits VPD supportMartin K. Petersen2009-06-211-0/+24
* sd: Detect non-rotational devicesMartin K. Petersen2009-06-211-0/+26
* sd: Physical block size and alignment supportMartin K. Petersen2009-06-211-2/+21
* [SCSI] Merge branch 'linus'James Bottomley2009-06-121-13/+13
|\
| * block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
| * Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-10/+5
| |\
| * | block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-12/+12
* | | [SCSI] sd: fix bug in SCSI async probingJames Bottomley2009-06-081-24/+21
| |/ |/|
* | [SCSI] fix sign extension with 1.5TB usb-storage LBD=yDave Hansen2009-04-271-10/+5
|/
* [SCSI] fix recovered error handlingJames Bottomley2009-04-031-6/+0
* [SCSI] sd: Make revalidate less chattyMartin K. Petersen2009-03-171-24/+37
* [SCSI] sd: Try READ CAPACITY 16 first for SBC-2 devicesMatthew Wilcox2009-03-171-3/+24
* [SCSI] sd: Refactor sd_read_capacity()Matthew Wilcox2009-03-141-86/+155
* [SCSI] sd: tell the user when a disk's capacity is adjustedAlan Stern2009-03-121-11/+15
* [SCSI] sd: Don't try to spin up drives that are connected to an inactive portMatthew Wilcox2009-03-051-15/+11
* [SCSI] sd: revive sd_index_lockTejun Heo2009-02-211-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-01-081-1/+1
|\
| * [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-1/+1
* | fastboot: make scsi probes asynchronousArjan van de Ven2009-01-071-42/+67
|/
* [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-5/+6
* [PATCH 1/2] kill FMODE_NDELAY_NOWChristoph Hellwig2008-12-041-1/+1
* 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