aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-03cciss: Ignore stale commands after rebootHannes Reinecke2-2/+14
2009-06-30floppy: fix lock imbalanceJiri Slaby1-1/+4
2009-06-18hd: stop defining MAJOR_NRChristoph Hellwig1-6/+4
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-8/+22
2009-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-28/+1
2009-06-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-89/+97
2009-06-16block: remove some includings of blktrace_api.hLi Zefan1-1/+0
2009-06-16mg_disk: seperate mg_disk.h againunsik Kim1-27/+1
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-1/+1
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin2-32/+32
2009-06-15xen block: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-7/+7
2009-06-15Driver Core: aoe: add nodename for aoe devicesKay Sievers1-0/+7
2009-06-15Driver Core: block: add nodename support for block drivers.Kay Sievers1-0/+7
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller31-1141/+1534
2009-06-15ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2-38/+33
2009-06-15block/ps3: remove driver_data direct access of struct deviceRoel Kluin2-35/+38
2009-06-15ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven1-3/+3
2009-06-15ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven1-13/+1
2009-06-15ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven1-15/+36
2009-06-15ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven1-14/+7
2009-06-15ps3vram: GPU memory mapping cleanupGeert Uytterhoeven1-5/+14
2009-06-15ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris1-2/+2
2009-06-15ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven1-5/+3
2009-06-15ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven1-0/+1
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-1/+1
2009-06-12virtio_blk: add missing __dev{init,exit} markingsMike Frysinger1-2/+2
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-06-10floppy: fix hibernationOndrej Zary1-1/+26
2009-06-10ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day1-6/+1
2009-06-09Add serial number support for virtio_blk, V4ajohn cooper1-3/+34
2009-06-09cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net1-7/+16
2009-06-09cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net2-104/+3
2009-06-09cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2-15/+12
2009-06-09cciss: separate error processing and command retrying code in sendcmd_withirq_core()scameron@beardog.cca.cpqcorp.net2-32/+46
2009-06-09cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net1-22/+34
2009-06-09cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net3-84/+59
2009-06-09cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net1-87/+96
2009-06-09cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net1-1/+1
2009-06-02cciss: use schedule_timeout_interruptible()Andrew Morton1-2/+1
2009-06-02cciss: add cciss driver sysfs entriesAndrew Patterson2-10/+281
2009-06-02cciss: fix SCSI device reset handlerStephen M. Cameron2-9/+90
2009-06-02cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron1-116/+109
2009-05-27aoe: Remove superfluous clearing of skb fields in new_skb().David S. Miller1-7/+0
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+4
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen10-15/+15
2009-05-22Merge branch 'master' into for-2.6.31Jens Axboe1-4/+6
2009-05-22xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin1-1/+1