summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* block: move stats from disk to part0Tejun Heo2008-10-091-6/+6
* block: move capacity from disk to part0Tejun Heo2008-10-093-4/+4
* block: implement and use {disk|part}_to_dev()Tejun Heo2008-10-092-4/+4
* block: fix diskstats accessTejun Heo2008-10-091-7/+8
* block: fix disk->part[] dereferencing raceTejun Heo2008-10-091-1/+5
* block: don't depend on consecutive minor spaceTejun Heo2008-10-092-2/+2
* block: misc updatesTejun Heo2008-10-091-1/+1
* virtio_blk: use a wrapper function to access io context information of IO req...Fernando Luis Vázquez Cao2008-10-091-2/+2
* Kill REQ_TYPE_FLUSHDavid Woodhouse2008-10-091-3/+6
* Revert "pktcdvd: push BKL down into driver"Linus Torvalds2008-08-271-25/+10
* brd: fix name argument of unregister_blkdev()Akinobu Mita2008-08-201-1/+1
* nbd: fix memory leak of nbd_dev arraySven Wegener2008-08-201-4/+6
* xen-blkfront.c: make blkif_ioctl() staticAdrian Bunk2008-08-061-2/+2
* cciss: fix bug if scsi tape support is disabledMike Miller2008-08-061-0/+2
* cciss: add support for multi lun tape devicesMike Miller2008-08-061-3/+37
* cciss: change the way we notify scsi midlayer of tape drivesMike Miller2008-08-061-39/+118
* cciss: fix negative logical drive count in procfsMike Miller2008-08-061-6/+9
* cciss: remove redundant codeMike Miller2008-08-061-304/+169
* cciss: make rebuild_lun_table behave betterMike Miller2008-08-062-122/+216
* cciss: return -EFAULT if copy_from_user() failsNikanth Karthikesan2008-08-061-1/+1
* block/cciss.c: remove pointless curr_queue calculationHannes Reinecke2008-08-051-2/+0
* Remove newline from the description of module parametersNiels de Vos2008-08-011-1/+1
* 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