aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2008-07-25aoe: convert emsgs_sema into a completionMatthias Kaehlcke
2008-07-25virtio_blk: check for hardsector size from hostChristian Borntraeger
2008-07-21device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-20m68k: Return -ENODEV if no device is foundGeert Uytterhoeven
2008-07-16hd.c: remove the #include <linux/mc146818rtc.h>Adrian Bunk
2008-07-16update the BLK_DEV_HD help textAdrian Bunk
2008-07-16move ide/legacy/hd.c to drivers/block/Adrian Bunk
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-07-15block: convert pd_special_command to use blk_execute_rqFUJITA Tomonori
2008-07-14Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-14Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-07-04cciss: read config to obtain max outstanding commands per controllerMike Miller
2008-07-04cciss: fix regression that no device nodes are created if no logical drives a...Stephen M. Cameron
2008-07-04drivers/block/pktcdvd.c: avoid useless memsetChristophe Jaillet
2008-07-04DAC960: push down BKLAlan Cox
2008-07-04pktcdvd: push BKL down into driverAlan Cox
2008-07-04paride: push ioctl down into driverAlan Cox
2008-07-04block: use get_unaligned_* helpersHarvey Harrison
2008-07-03Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell
2008-07-03xen/blkfront: add __exit to module_exit() handlersJan Beulich
2008-07-03xen/blkfront: Make sure that the device is fully ready before allowing release.Wim Colgate
2008-07-03xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront.Christian Limpach
2008-07-03xen/blkfront: Make sure we don't use bounce buffers, we don't need them.Ian Campbell
2008-06-20paride: cdev lock_kernel() pushdownJonathan Corbet
2008-06-20AoE: cdev lock_kernel() pushdownJonathan Corbet
2008-06-12cciss: add new hardware supportMike Miller
2008-06-05Add 'rd' alias to new brd ramdisk driverNick Piggin
2008-05-30virtio_blk: allow read-only disksChristian Borntraeger
2008-05-30Fix crash in virtio_blk during modprobe ; rmmod ; modprobeChris Lalancette
2008-05-24brd: don't show ramdisks in /proc/partitionsMarcin Krol
2008-05-23[POWERPC] iSeries: Remove unused mail addressStephen Rothwell
2008-05-18m68k: Return -ENODEV if no device is foundGeert Uytterhoeven
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2008-05-02ub: CosmeticsPete Zaitcev
2008-05-02ub: Ignore bad residuePete Zaitcev
2008-05-02ub: Tune retriesPete Zaitcev
2008-05-02ub: Fix timeoutsPete Zaitcev
2008-05-02virtio: add virtio disk geometry featureRyan Harper
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell
2008-05-02virtio: change config to guest endian.Rusty Russell
2008-05-02virtio-blk: fix remove oopsMarcelo Tosatti
2008-05-02virtio: de-structify virtio_block status byteRusty Russell
2008-05-01cciss: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev
2008-04-30brd: modify ramdisk device to be able to manage partitionsLaurent Vivier
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa