Merge branch 'master' into for-linus
[safe/jmp/linux-2.6] / drivers / scsi / sd.c
2010-03-19 Jens AxboeMerge branch 'master' into for-linus
2010-03-16 NeilBrownRemove GENHD_FL_DRIVERFS
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-19 Martin K. Petersen[SCSI] Fix printing of failed 32-byte commands
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-02-09 Martin K. Petersen[SCSI] sd: Combine DIF/DIX error handling
2010-01-18 James Bottomley[SCSI] eliminate potential kmalloc failure in scsi_get_...
2009-12-10 Martin K. Petersen[SCSI] sd: WRITE SAME(16) / UNMAP support
2009-10-02 Martin K. Petersen[SCSI] sd: Support disks formatted with DIF Type 2
2009-10-02 Martin K. Petersen[SCSI] sd: Detach DIF from block integrity infrastructure
2009-09-22 Alexey Dobriyanconst: make block_device_operations const
2009-09-12 James Bottomley[SCSI] fix oops during scsi scanning
2009-07-30 Martin K. Petersen[SCSI] sd: Avoid sending extended inquiry to legacy...
2009-06-21 Hannes Reineckesd, sr: fix Driver 'sd' needs updating message
2009-06-21 Martin K. Petersensd: Block limits VPD support
2009-06-21 Martin K. Petersensd: Detect non-rotational devices
2009-06-21 Martin K. Petersensd: Physical block size and alignment support
2009-06-12 James Bottomley[SCSI] Merge branch 'linus'
2009-06-08 James Bottomley[SCSI] sd: fix bug in SCSI async probing
2009-05-22 Martin K. Petersenblock: Do away with the notion of hardsect_size
2009-05-22 Jens AxboeMerge branch 'master' into for-2.6.31
2009-05-11 Tejun Heoblock: convert to pos and nr_sectors accessors
2009-04-27 Dave Hansen[SCSI] fix sign extension with 1.5TB usb-storage LBD=y
2009-04-03 James Bottomley[SCSI] fix recovered error handling
2009-03-18 Martin K. Petersen[SCSI] sd: Make revalidate less chatty
2009-03-18 Matthew Wilcox[SCSI] sd: Try READ CAPACITY 16 first for SBC-2 devices
2009-03-14 Matthew Wilcox[SCSI] sd: Refactor sd_read_capacity()
2009-03-12 Alan Stern[SCSI] sd: tell the user when a disk's capacity is...
2009-03-05 Matthew Wilcox[SCSI] sd: Don't try to spin up drives that are connect...
2009-02-22 Tejun Heo[SCSI] sd: revive sd_index_lock
2009-01-09 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2009-01-07 Arjan van de Venfastboot: make scsi probes asynchronous
2009-01-02 Kay Sievers[SCSI] struct device - replace bus_id with dev_name...
2008-12-29 FUJITA Tomonori[SCSI] add residual argument to scsi_execute and scsi_e...
2008-12-04 Christoph Hellwig[PATCH 1/2] kill FMODE_NDELAY_NOW
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-10-23 H. Peter Anvin[SCSI] sd: fix computation of the full size of the...
2008-10-23 Alan Stern[SCSI] sd: remove command-size switching code
2008-10-23 Jamie Wellnitz[SCSI] sd: Fix handling of NO_SENSE check condition
2008-10-21 Al Viro[PATCH] switch sd
2008-10-21 Al Viro[PATCH] beginning of methods conversion
2008-10-21 Al Viro[PATCH] don't mess with file in scsi_nonblockable_ioctl()
2008-10-21 Al Viro[PATCH] switch scsi_cmd_ioctl() to passing fmode_t
2008-10-21 Al Viro[PATCH] eliminate use of ->f_flags in block methods
2008-10-13 Martin K. Petersen[SCSI] sd: Correctly handle all combinations of DIF...
2008-10-13 Martin K. Petersen[SCSI] sd: Always print actual protection_type
2008-10-13 Martin K. Petersen[SCSI] sd: Issue correct protection operation
2008-10-10 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-10-09 Jens Axboeblock: unify request timeout handling
2008-10-09 Andrew PattersonSCSI sd driver calls revalidate_disk wrapper.
2008-10-09 Tejun Heoblock: allow disk to have extended device number
2008-10-09 Tejun Heoblock: replace @ext_minors with GENHD_FL_EXT_DEVT
2008-10-09 Tejun Heoblock: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
2008-10-09 Tejun Heosd/ide-disk: apply extended minors to sd and ide
2008-10-03 James Bottomley[SCSI] sd: use generic helper to print capacities in...
2008-09-11 Jens Axboeblock: disable sysfs parts of the disk command filter
2008-08-29 FUJITA Tomonoriremove blk_register_filter and blk_unregister_filter...
2008-08-06 Linus TorvaldsRe-introduce "[SCSI] extend the last_sector_bug flag...
2008-08-04 Linus TorvaldsRevert "[SCSI] extend the last_sector_bug flag to cover...
2008-07-27 Alan Jenkins[SCSI] extend the last_sector_bug flag to cover more...
2008-07-26 Martin K. Petersen[SCSI] sd: Support for SCSI disk (SBC) Data Integrity...
2008-07-26 Martin K. Petersen[SCSI] sd: Identify DIF protection type and application...
2008-07-26 Tejun Heo[SCSI] sd: update index allocation and use ida instead...
2008-07-16 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2008-07-14 Stefan Richterscsi: sd: optionally set power condition in START STOP...
2008-07-12 Martin K. Petersen[SCSI] sd: Move scsi_disk() accessor function to sd.h
2008-07-12 Martin K. Petersen[SCSI] sd: Move sd.h header file
2008-04-29 FUJITA Tomonoriblock: no need to initialize rq->cmd in prepare_flush_f...
2008-04-20 Tony JonesSCSI: convert struct class_device to struct device
2008-03-19 Kay Sievers[SCSI] sd, sr: do not emit change event at device add
2008-02-23 Rafael J. WysockiPM: Introduce PM_EVENT_HIBERNATE callback state
2008-02-08 James Bottomley[SCSI] sd: handle bad lba in sense information
2008-01-30 Boaz Harrosh[SCSI] implement scsi_data_buffer
2008-01-23 Hans de Goede[SCSI] sd: add fix for devices with last sector access...
2008-01-12 James Bottomley[SCSI] sd,sr: add early detection of medium not present
2008-01-12 Kay Sievers[SCSI] sr,sd: send media state change modification...
2008-01-06 Linus TorvaldsRevert "scsi: revert "[SCSI] Get rid of scsi_cmnd-...
2008-01-02 Ingo Molnarscsi: revert "[SCSI] Get rid of scsi_cmnd->done"
2007-10-19 Robert P. J. DayFix misspellings of "system", "controller", "interrupt...
2007-10-16 Jens Axboeblock: convert blkdev_issue_flush() to use empty barriers
2007-10-12 Matthew Wilcox[SCSI] Get rid of scsi_cmnd->done
2007-10-12 James Bottomley[SCSI] move ULD attachment into the prep function
2007-08-04 James Bottomley[SCSI] sd: disentangle barriers in SCSI
2007-07-24 Jens Axboe[BLOCK] Get rid of request_queue_t typedef
2007-07-16 FUJITA Tomonoribsg: add a request_queue argument to scsi_cmd_ioctl()
2007-05-31 James Bottomley[SCSI] Merge up to linux-2.6 head
2007-05-24 Bernhard Walle[SCSI] sd: remove __GFP_DMA
2007-05-22 Alan Stern[SCSI] sd: fix refcounting regression in suspend/resume...
2007-04-17 Michael Tokarev[SCSI] modalias for scsi devices
2007-03-20 James Bottomley[SCSI] sd: fix up start/stop messages for new sd_printk...
2007-03-20 Tejun Heo[SCSI] sd: implement START/STOP management
2007-03-20 Tejun Heo[SCSI] sd: fix return value of sd_sync_cache()
2007-03-11 James Bottomley[SCSI] sd: typo fix: sdkp_printk should be sd_printk
2007-03-11 Martin K. Petersen[SCSI] sd: convert logging to new printk helpers
2007-03-11 Martin K. Petersen[SCSI] sd: make printing use a common prefix
2007-02-16 Oliver NeukumUSB Storage: indistinguishable devices with broken...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-03 Nagendra Singh Tomar[SCSI] sd: udev accessing an uninitialized scsi_disk...
2006-12-08 Josef Sipek[PATCH] struct path: convert scsi
2006-11-15 Luben Tuikov[SCSI] sd: clearer output of disk cache state
next