summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd.c
Commit message (Expand)AuthorAgeFilesLines
...
| * block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
| * scsi: stop using q->prepare_flush_fnFUJITA Tomonori2010-08-071-10/+16
| * scsi: remove unused free discard page in sd_doneFUJITA Tomonori2010-08-071-9/+0Star
| * scsi: add sd_unprep_fn to free discard pageFUJITA Tomonori2010-08-071-1/+11
| * block: don't allocate a payload for discard requestChristoph Hellwig2010-08-071-18/+34
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-6/+6
* | [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-191-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-091-12/+3Star
* | [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/+5Star
| |\
| * | 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/+21Star
| |/ |/|
* | [SCSI] fix sign extension with 1.5TB usb-storage LBD=yDave Hansen2009-04-271-10/+5Star
|/
* [SCSI] fix recovered error handlingJames Bottomley2009-04-031-6/+0Star
* [SCSI] sd: Make revalidate less chattyMartin K. Petersen2009-03-181-24/+37
* [SCSI] sd: Try READ CAPACITY 16 first for SBC-2 devicesMatthew Wilcox2009-03-181-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/+11Star
* [SCSI] sd: revive sd_index_lockTejun Heo2009-02-221-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-01-091-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