aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-27Revert "pktcdvd: push BKL down into driver"Linus Torvalds1-25/+10
2008-08-20brd: fix name argument of unregister_blkdev()Akinobu Mita1-1/+1
2008-08-20nbd: fix memory leak of nbd_dev arraySven Wegener1-4/+6
2008-08-06xen-blkfront.c: make blkif_ioctl() staticAdrian Bunk1-2/+2
2008-08-06cciss: fix bug if scsi tape support is disabledMike Miller1-0/+2
2008-08-06cciss: add support for multi lun tape devicesMike Miller1-3/+37
2008-08-06cciss: change the way we notify scsi midlayer of tape drivesMike Miller1-39/+118
2008-08-06cciss: fix negative logical drive count in procfsMike Miller1-6/+9
2008-08-06cciss: remove redundant codeMike Miller1-304/+169
2008-08-06cciss: make rebuild_lun_table behave betterMike Miller2-122/+216
2008-08-06cciss: return -EFAULT if copy_from_user() failsNikanth Karthikesan1-1/+1
2008-08-05block/cciss.c: remove pointless curr_queue calculationHannes Reinecke1-2/+0
2008-08-01Remove newline from the description of module parametersNiels de Vos1-1/+1
2008-07-25aoe: convert emsgs_sema into a completionMatthias Kaehlcke1-4/+5
2008-07-25virtio_blk: check for hardsector size from hostChristian Borntraeger1-1/+9
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