aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09sg: remove unnecessary blk_rq_unmap_userFUJITA Tomonori1-7/+0
2008-10-09sg: remove sg_read_xferFUJITA Tomonori1-28/+5
2008-10-09sg: remove sg_write_xferFUJITA Tomonori1-32/+0
2008-10-09sg: incorporate sg_build_direct into sg_start_reqFUJITA Tomonori1-47/+33
2008-10-09sg: remove __sg_start_reqFUJITA Tomonori1-25/+13
2008-10-09sg: remove b_malloc_len in sg_scatter_hold structFUJITA Tomonori1-2/+0
2008-10-09sg: remove SG_ALLOW_DIO_CODE defineFUJITA Tomonori1-3/+1
2008-10-09sg: rename sg_cmd_done sg_rq_end_ioFUJITA Tomonori1-11/+12
2008-10-09dm: Call blk_abort_queue on failed pathsMike Anderson1-1/+14
2008-10-09block: unify request timeout handlingJens Axboe28-313/+150
2008-10-09SCSI sd driver calls revalidate_disk wrapper.Andrew Patterson1-2/+2
2008-10-09sg: set dxferp to NULL for READ with the older SG interfaceFUJITA Tomonori1-1/+4
2008-10-09sg: use blk_rq_aligned helper functionFUJITA Tomonori1-3/+1
2008-10-09sg: convert the indirect IO path to use the block layerFUJITA Tomonori1-292/+105
2008-10-09sg: convert the direct IO path to use the block layerFUJITA Tomonori1-146/+27
2008-10-09sg: convert the non-data path to use the block layerFUJITA Tomonori1-5/+48
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2-2/+2
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2-2/+2
2008-10-09block: allow disk to have extended device numberTejun Heo2-21/+55
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo2-16/+7
2008-10-09block: move stats from disk to part0Tejun Heo9-45/+52
2008-10-09block: always set bdev->bd_partTejun Heo1-4/+1
2008-10-09block: move policy from disk to part0Tejun Heo2-2/+2
2008-10-09block: move capacity from disk to part0Tejun Heo3-4/+4
2008-10-09block: implement and use {disk|part}_to_dev()Tejun Heo5-12/+12
2008-10-09block: implement CONFIG_DEBUG_BLOCK_EXT_DEVTTejun Heo2-0/+12
2008-10-09sd/ide-disk: apply extended minors to sd and ideTejun Heo2-5/+15
2008-10-09block: fix diskstats accessTejun Heo8-32/+53
2008-10-09block: fix disk->part[] dereferencing raceTejun Heo1-1/+5
2008-10-09block: don't depend on consecutive minor spaceTejun Heo11-18/+20
2008-10-09block: misc updatesTejun Heo1-1/+1
2008-10-09driver-core: use klist for class device list and implement iteratorTejun Heo3-37/+107
2008-10-09block: make bi_phys_segments an unsigned int instead of shortJens Axboe1-6/+6
2008-10-09block: raid fixups for removal of bi_hw_segmentsJens Axboe3-17/+51
2008-10-09drop vmerge accountingMikulas Patocka2-6/+0
2008-10-09virtio_blk: use a wrapper function to access io context information of IO requestsFernando Luis Vázquez Cao1-2/+2
2008-10-09Kill REQ_TYPE_FLUSHDavid Woodhouse1-3/+6
2008-10-09Support 'discard sectors' operation.David Woodhouse1-0/+24
2008-10-09Support 'discard sectors' operation in translation layer support coreDavid Woodhouse1-0/+16
2008-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-5/+5
2008-10-07Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"Linus Torvalds1-1/+0
2008-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds6-205/+7
2008-10-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds29-85/+128
2008-10-06atmel-mci: Initialize BLKR before sending data transfer commandHaavard Skinnemoen1-2/+4
2008-10-06[Bluetooth] Add reset quirk for A-Link BlueUSB21 dongleMarcel Holtmann1-0/+1
2008-10-06[Bluetooth] Add reset quirk for new Targus and Belkin donglesMarcel Holtmann1-0/+4
2008-10-06[Bluetooth] Fix double frees on error paths of btusb and bpa10x driversMarcel Holtmann2-5/+0
2008-10-05ide: workaround for bogus gcc warning in ide_sysfs_register_port()Bartlomiej Zolnierkiewicz1-1/+1
2008-10-05ide-cd: Optiarc DVD RW AD-7200A does play audioBodo Eggert1-0/+1
2008-10-05IDE: Fix platform device registration in Swarm IDE driver (v2)Ralf Baechle3-202/+0