aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-163-8/+22
|\
| * debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-151-1/+1
| * block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-152-32/+32
| * xen block: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-7/+7
| * Driver Core: aoe: add nodename for aoe devicesKay Sievers2009-06-151-0/+7
| * Driver Core: block: add nodename support for block drivers.Kay Sievers2009-06-151-0/+7
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-162-28/+1
|\ \
| * | block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
| * | mg_disk: seperate mg_disk.h againunsik Kim2009-06-161-27/+1
| |/
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-162-89/+97
|\ \ | |/ |/|
| * ps3: shorten ps3_system_bus_[gs]et_driver_data to ps3_system_bus_[gs]et_drvdataGeert Uytterhoeven2009-06-152-38/+33
| * block/ps3: remove driver_data direct access of struct deviceRoel Kluin2009-06-152-35/+38
| * ps3vram: Make ps3vram_priv.reports a void *Geert Uytterhoeven2009-06-151-3/+3
| * ps3vram: Remove no longer used ps3vram_priv.ddr_baseGeert Uytterhoeven2009-06-151-13/+1
| * ps3vram: Replace mutex by spinlock + bio_listGeert Uytterhoeven2009-06-151-15/+36
| * ps3fb/vram: Extract common GPU stuff into <asm/ps3gpu.h>Geert Uytterhoeven2009-06-151-14/+7
| * ps3vram: GPU memory mapping cleanupGeert Uytterhoeven2009-06-151-5/+14
| * ps3vram: Correct exchanged gotos in ps3vram_probe() error pathJim Paris2009-06-151-2/+2
| * ps3vram: Use proc_create_data() instead of proc_create()Geert Uytterhoeven2009-06-151-5/+3
| * ps3vram: Fix error path (return -EIO) for short read/writeGeert Uytterhoeven2009-06-151-0/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1531-1141/+1534
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-06-141-1/+1
| |\
| | * trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-1/+1
| * | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-06-121-1/+1
| |\ \
| | * | microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek2009-05-211-1/+1
| * | | virtio_blk: add missing __dev{init,exit} markingsMike Frysinger2009-06-121-2/+2
| * | | virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-121-3/+3
| * | | virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-121-1/+1
| | |/ | |/|
| * | floppy: fix hibernationOndrej Zary2009-06-101-1/+26
| * | ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day2009-06-101-6/+1
| * | Add serial number support for virtio_blk, V4ajohn cooper2009-06-091-3/+34
| * | cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-7/+16
| * | cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net2009-06-092-104/+3
| * | cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2009-06-092-15/+12
| * | cciss: separate error processing and command retrying code in sendcmd_withirq...scameron@beardog.cca.cpqcorp.net2009-06-092-32/+46
| * | cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net2009-06-091-22/+34
| * | cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net2009-06-093-84/+59
| * | cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-87/+96
| * | cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-1/+1
| * | cciss: use schedule_timeout_interruptible()Andrew Morton2009-06-021-2/+1
| * | cciss: add cciss driver sysfs entriesAndrew Patterson2009-06-022-10/+281
| * | cciss: fix SCSI device reset handlerStephen M. Cameron2009-06-022-9/+90
| * | cciss: factor out core of sendcmd() for a more sane interfaceStephen M. Cameron2009-06-021-116/+109
| * | block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+4
| * | block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-2210-15/+15
| * | Merge branch 'master' into for-2.6.31Jens Axboe2009-05-221-4/+6
| |\ \ | | |/
| | * xen/blkfront: fix warning when deleting gendisk on unplug/shutdownIan Campbell2009-05-191-2/+2
| | * xen/blkfront: allow xenbus state transition to Closing->Closed when not Conn...Ian Campbell2009-05-191-2/+4
| * | xen-blkfront: beyond ARRAY_SIZE of info->shadowRoel Kluin2009-05-221-1/+1
| * | block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-2/+4