aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09cciss: Fix cciss SCSI rescan code to better notice device changesscameron@beardog.cca.cpqcorp.net2-53/+102
2008-10-09block: Expand Xen blkfront for > 16 xvdChris Lalancette1-21/+55
2008-10-09block: move stats from disk to part0Tejun Heo1-6/+6
2008-10-09block: move capacity from disk to part0Tejun Heo3-4/+4
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo2-4/+4
2008-10-09block: fix diskstats accessTejun Heo1-7/+8
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-1/+5
2008-10-09block: don't depend on consecutive minor spaceTejun Heo2-2/+2
2008-10-09block: misc updatesTejun Heo1-1/+1
2008-10-09virtio_blk: use a wrapper function to access io context information of IO requestsFernando Luis Vázquez Cao1-2/+2
2008-10-09Kill REQ_TYPE_FLUSHDavid Woodhouse1-3/+6
2008-10-07powerpc/iseries: Remove unused variable in viodasd.cJohann Felix Soden1-3/+0
2008-09-23aoe: Fix OOPS after SKB queue changes.David S. Miller1-1/+3
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala1-1/+1
2008-09-21aoe: Use SKB interfaces for list management instead of home-grown stuff.David S. Miller7-76/+56
2008-09-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6David S. Miller1-25/+10
2008-09-10Merge branch 'core/xen' into x86/xenIngo Molnar1-25/+10
2008-09-01sparc64: Apply const or __initdata to vio_device_id[]David S. Miller1-2/+2
2008-08-27Revert "pktcdvd: push BKL down into driver"Linus Torvalds1-25/+10
2008-08-25Merge branch 'linus' into x86/xenIngo Molnar2-5/+7
2008-08-20brd: fix name argument of unregister_blkdev()Akinobu Mita1-1/+1
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener1-4/+6
2008-08-20xen: clean up domain mode predicatesJeremy Fitzhardinge1-1/+1
2008-08-06xen-blkfront.c: make blkif_ioctl() staticAdrian Bunk1-2/+2
2008-08-06cciss: fix bug if scsi tape support is disabledMike Miller1-0/+2
2008-08-06cciss: add support for multi lun tape devicesMike Miller1-3/+37
2008-08-06cciss: change the way we notify scsi midlayer of tape drivesMike Miller1-39/+118
2008-08-06cciss: fix negative logical drive count in procfsMike Miller1-6/+9
2008-08-06cciss: remove redundant codeMike Miller1-304/+169
2008-08-06cciss: make rebuild_lun_table behave betterMike Miller2-122/+216
2008-08-06cciss: return -EFAULT if copy_from_user() failsNikanth Karthikesan1-1/+1
2008-08-05block/cciss.c: remove pointless curr_queue calculationHannes Reinecke1-2/+0
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-07-25aoe: convert emsgs_sema into a completionMatthias Kaehlcke1-4/+5
2008-07-25virtio_blk: check for hardsector size from hostChristian Borntraeger1-1/+9
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman4-9/+15
2008-07-20m68k: Return -ENODEV if no device is foundGeert Uytterhoeven1-2/+2
2008-07-16hd.c: remove the #include <linux/mc146818rtc.h>Adrian Bunk1-1/+0
2008-07-16update the BLK_DEV_HD help textAdrian Bunk1-19/+7
2008-07-16move ide/legacy/hd.c to drivers/block/Adrian Bunk3-0/+840
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-11/+9
2008-07-15block: convert pd_special_command to use blk_execute_rqFUJITA Tomonori1-11/+9
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds3-8/+28
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet4-31/+61
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-86/+187
2008-07-04cciss: read config to obtain max outstanding commands per controllerMike Miller1-29/+37
2008-07-04cciss: fix regression that no device nodes are created if no logical drives are configured.Stephen M. Cameron1-0/+4
2008-07-04drivers/block/pktcdvd.c: avoid useless memsetChristophe Jaillet1-2/+0
2008-07-04DAC960: push down BKLAlan Cox1-56/+101
2008-07-04pktcdvd: push BKL down into driverAlan Cox1-10/+25