aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2008-06-05Add 'rd' alias to new brd ramdisk driverGravatar Nick Piggin 1-0/+1
2008-05-30virtio_blk: allow read-only disksGravatar Christian Borntraeger 1-1/+5
2008-05-30Fix crash in virtio_blk during modprobe ; rmmod ; modprobeGravatar Chris Lalancette 1-0/+1
2008-05-24brd: don't show ramdisks in /proc/partitionsGravatar Marcin Krol 1-0/+1
2008-05-23[POWERPC] iSeries: Remove unused mail addressGravatar Stephen Rothwell 1-1/+1
2008-05-18m68k: Return -ENODEV if no device is foundGravatar Geert Uytterhoeven 2-4/+4
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeGravatar Jens Axboe 1-4/+6
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-24/+39
2008-05-02ub: CosmeticsGravatar Pete Zaitcev 1-9/+6
2008-05-02ub: Ignore bad residueGravatar Pete Zaitcev 1-8/+14
2008-05-02ub: Tune retriesGravatar Pete Zaitcev 1-5/+4
2008-05-02ub: Fix timeoutsGravatar Pete Zaitcev 1-2/+15
2008-05-02virtio: add virtio disk geometry featureGravatar Ryan Harper 1-4/+20
2008-05-02virtio: explicit advertisement of driver featuresGravatar Rusty Russell 1-1/+7
2008-05-02virtio: change config to guest endian.Gravatar Rusty Russell 1-2/+2
2008-05-02virtio-blk: fix remove oopsGravatar Marcelo Tosatti 1-2/+0
2008-05-02virtio: de-structify virtio_block status byteGravatar Rusty Russell 1-3/+3
2008-05-01cciss: assign PDE->data before gluing PDE into /proc treeGravatar Denis V. Lunev 1-6/+2
2008-04-30brd: modify ramdisk device to be able to manage partitionsGravatar Laurent Vivier 1-5/+14
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 6-10/+5
2008-04-29drivers/block: use get_unaligned_* helpersGravatar Harvey Harrison 2-14/+14
2008-04-29Remove duplicated unlikely() in IS_ERR()Gravatar Hirofumi Nakagawa 1-1/+1
2008-04-29remove aoedev_isbusy()Gravatar Adrian Bunk 2-19/+0
2008-04-29NBD: add partition supportGravatar Laurent Vivier 1-4/+21
2008-04-29NBD: allow nbd to be used locallyGravatar Laurent Vivier 1-49/+95
2008-04-29drivers: use non-racy method for proc entries creation (2)Gravatar Denis V. Lunev 1-6/+1
2008-04-29proc: remove proc_root_driverGravatar Alexey Dobriyan 3-6/+6
2008-04-29xen: make blkif_getgeo staticGravatar Harvey Harrison 1-1/+1
2008-04-29drivers/block/floppy.c: replace init_module&cleanup_module with module_init&m...Gravatar Jon Schindler 1-2/+4
2008-04-29block: use blk_rq_init() to initialize the requestGravatar FUJITA Tomonori 2-3/+2
2008-04-29block: no need to initialize rq->cmd with blk_get_requestGravatar FUJITA Tomonori 1-2/+0
2008-04-29block: no need to initialize rq->cmd in prepare_flush_fn hookGravatar FUJITA Tomonori 1-1/+0
2008-04-29block: make queue flags non-atomicGravatar Nick Piggin 2-2/+2
2008-04-29ps3disk: Remove superfluous castGravatar Geert Uytterhoeven 1-2/+1
2008-04-28return pfn from direct_access, for XIPGravatar Jared Hulbert 1-2/+3
2008-04-24xen: Add compatibility aliases for frontend driversGravatar Mark McLoughlin 1-0/+1
2008-04-24xen: Module autoprobing support for frontend driversGravatar Mark McLoughlin 1-0/+1
2008-04-24xen blkfront: Delay wait for block devices until after the disk is addedGravatar Christian Limpach 1-0/+11
2008-04-24xen/blkfront: use bdget_diskGravatar Jeremy Fitzhardinge 1-2/+1
2008-04-24xen: Make xen-blkfront write its protocol ABI to xenstoreGravatar Markus Armbruster 1-0/+7
2008-04-22fix brd allocation flagsGravatar Petr Tesarik 1-1/+1
2008-04-21Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 4-10/+41
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 1-1/+1
2008-04-21block: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2008-04-21cciss: fix warning oops on rmmod of driverGravatar scameron@beardog.cca.cpqcorp.net 1-1/+1
2008-04-21cciss: Fix race between disk-adding code and interrupt handlerGravatar scameron@beardog.cca.cpqcorp.net 1-1/+16
2008-04-21loop: manage partitions in disk imageGravatar Laurent Vivier 1-5/+21
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hGravatar Matthew Wilcox 1-1/+0
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 2-9/+30
2008-04-14Merge branch 'linux-2.6'Gravatar Paul Mackerras 3-9/+36