aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* aoe: convert emsgs_sema into a completionMatthias Kaehlcke2008-07-251-4/+5
* virtio_blk: check for hardsector size from hostChristian Borntraeger2008-07-251-1/+9
* device create: block: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-214-9/+15
* m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-07-201-2/+2
* hd.c: remove the #include <linux/mc146818rtc.h>Adrian Bunk2008-07-161-1/+0
* update the BLK_DEV_HD help textAdrian Bunk2008-07-161-19/+7
* move ide/legacy/hd.c to drivers/block/Adrian Bunk2008-07-163-0/+840
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-151-11/+9
|\
| * block: convert pd_special_command to use blk_execute_rqFUJITA Tomonori2008-07-151-11/+9
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-143-8/+28
|\ \
| * | Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-144-31/+61
| |\|
| * | paride: cdev lock_kernel() pushdownJonathan Corbet2008-06-202-7/+23
| * | AoE: cdev lock_kernel() pushdownJonathan Corbet2008-06-201-1/+6
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-07-145-86/+187
|\ \ \ | |_|/ |/| |
| * | drivers/block/pktcdvd.c: avoid useless memsetChristophe Jaillet2008-07-041-2/+0
| * | DAC960: push down BKLAlan Cox2008-07-041-56/+101
| * | pktcdvd: push BKL down into driverAlan Cox2008-07-041-10/+25
| * | paride: push ioctl down into driverAlan Cox2008-07-041-9/+11
| * | block: use get_unaligned_* helpersHarvey Harrison2008-07-041-1/+1
| * | Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-031-4/+5
| * | xen: Avoid allocations causing swap activity on the resume pathIan Campbell2008-07-031-2/+3
| * | xen/blkfront: add __exit to module_exit() handlersJan Beulich2008-07-031-1/+1
| * | xen/blkfront: Make sure that the device is fully ready before allowing release.Wim Colgate2008-07-031-1/+1
| * | xen/blkfront: Add the CDROM_GET_CAPABILITY ioctl to blkfront.Christian Limpach2008-07-031-0/+36
| * | xen/blkfront: Make sure we don't use bounce buffers, we don't need them.Ian Campbell2008-07-031-0/+3
* | | cciss: read config to obtain max outstanding commands per controllerMike Miller2008-07-041-29/+37
* | | cciss: fix regression that no device nodes are created if no logical drives a...Stephen M. Cameron2008-07-041-0/+4
|/ /
* | cciss: add new hardware supportMike Miller2008-06-121-5/+16
* | Add 'rd' alias to new brd ramdisk driverNick Piggin2008-06-051-0/+1
* | virtio_blk: allow read-only disksChristian Borntraeger2008-05-301-1/+5
* | Fix crash in virtio_blk during modprobe ; rmmod ; modprobeChris Lalancette2008-05-301-0/+1
* | brd: don't show ramdisks in /proc/partitionsMarcin Krol2008-05-241-0/+1
* | [POWERPC] iSeries: Remove unused mail addressStephen Rothwell2008-05-231-1/+1
|/
* m68k: Return -ENODEV if no device is foundGeert Uytterhoeven2008-05-182-4/+4
* block: avoid duplicate calls to get_part() in disk stat codeJens Axboe2008-05-071-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-05-021-24/+39
|\
| * ub: CosmeticsPete Zaitcev2008-05-021-9/+6
| * ub: Ignore bad residuePete Zaitcev2008-05-021-8/+14
| * ub: Tune retriesPete Zaitcev2008-05-021-5/+4
| * ub: Fix timeoutsPete Zaitcev2008-05-021-2/+15
* | virtio: add virtio disk geometry featureRyan Harper2008-05-021-4/+20
* | virtio: explicit advertisement of driver featuresRusty Russell2008-05-021-1/+7
* | virtio: change config to guest endian.Rusty Russell2008-05-021-2/+2
* | virtio-blk: fix remove oopsMarcelo Tosatti2008-05-021-2/+0
* | virtio: de-structify virtio_block status byteRusty Russell2008-05-021-3/+3
|/
* cciss: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev2008-05-011-6/+2
* brd: modify ramdisk device to be able to manage partitionsLaurent Vivier2008-04-301-5/+14
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-296-10/+5
|\
| * block: use blk_rq_init() to initialize the requestFUJITA Tomonori2008-04-292-3/+2
| * block: no need to initialize rq->cmd with blk_get_requestFUJITA Tomonori2008-04-291-2/+0