aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-04paride: push ioctl down into driverAlan Cox1-9/+11
2008-07-04block: use get_unaligned_* helpersHarvey Harrison1-1/+1
2008-07-03Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon1-4/+5
2008-07-03xen: Avoid allocations causing swap activity on the resume pathIan Campbell1-2/+3
2008-07-03xen/blkfront: add __exit to module_exit() handlersJan Beulich1-1/+1
2008-07-03xen/blkfront: Make sure that the device is fully ready before allowing release.Wim Colgate1-1/+1
2008-07-03xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront.Christian Limpach1-0/+36
2008-07-03xen/blkfront: Make sure we don't use bounce buffers, we don't need them.Ian Campbell1-0/+3
2008-06-20paride: cdev lock_kernel() pushdownJonathan Corbet2-7/+23
2008-06-20AoE: cdev lock_kernel() pushdownJonathan Corbet1-1/+6
2008-06-12cciss: add new hardware supportMike Miller1-5/+16
2008-06-05Add 'rd' alias to new brd ramdisk driverNick Piggin1-0/+1
2008-05-30virtio_blk: allow read-only disksChristian Borntraeger1-1/+5
2008-05-30Fix crash in virtio_blk during modprobe ; rmmod ; modprobeChris Lalancette1-0/+1
2008-05-24brd: don't show ramdisks in /proc/partitionsMarcin Krol1-0/+1
2008-05-23[POWERPC] iSeries: Remove unused mail addressStephen Rothwell1-1/+1
2008-05-18m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2-4/+4
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeJens Axboe1-4/+6
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-24/+39
2008-05-02ub: CosmeticsPete Zaitcev1-9/+6
2008-05-02ub: Ignore bad residuePete Zaitcev1-8/+14
2008-05-02ub: Tune retriesPete Zaitcev1-5/+4
2008-05-02ub: Fix timeoutsPete Zaitcev1-2/+15
2008-05-02virtio: add virtio disk geometry featureRyan Harper1-4/+20
2008-05-02virtio: explicit advertisement of driver featuresRusty Russell1-1/+7
2008-05-02virtio: change config to guest endian.Rusty Russell1-2/+2
2008-05-02virtio-blk: fix remove oopsMarcelo Tosatti1-2/+0
2008-05-02virtio: de-structify virtio_block status byteRusty Russell1-3/+3
2008-05-01cciss: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-6/+2
2008-04-30brd: modify ramdisk device to be able to manage partitionsLaurent Vivier1-5/+14
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds6-10/+5
2008-04-29drivers/block: use get_unaligned_* helpersHarvey Harrison2-14/+14
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-29remove aoedev_isbusy()Adrian Bunk2-19/+0
2008-04-29NBD: add partition supportLaurent Vivier1-4/+21