aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe
2008-10-17block: move q->unplug_work initializationPeter Zijlstra
2008-10-17block: fix current kernel-doc warningsRandy Dunlap
2008-10-17block: only call ->request_fn when the queue is not stoppedJens Axboe
2008-10-17block: simplify string handling in elv_iosched_store()Li Zefan
2008-10-17block: fix kernel-doc for blk_alloc_devt()Li Zefan
2008-10-17block: fix nr_phys_segments miscalculation bugFUJITA Tomonori
2008-10-16device create: block: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-13[SCSI] block: separate failfast into multiple bits.Mike Christie
2008-10-09block: Switch blk_integrity_compare from bdev to gendiskMartin K. Petersen
2008-10-09block: Fix double put in blk_integrity_unregisterMartin K. Petersen
2008-10-09block: remove end_{queued|dequeued}_request()Kiyoshi Ueda
2008-10-09block: change elevator to use __blk_end_request()Kiyoshi Ueda
2008-10-09blktrace: use BLKTRACE_BDEV_SIZE as the name size for setup structureJens Axboe
2008-10-09block: add lld busy state exporting interfaceKiyoshi Ueda
2008-10-09block: Fix blk_start_queueing() to not kick a stopped queueElias Oltmanns
2008-10-09block: reserve some tags just for sync IOJens Axboe
2008-10-09block: as/cfq ssd idle check updateJens Axboe
2008-10-09block: add queue flag for SSD/non-rotational devicesJens Axboe
2008-10-09block: add a queue flag for request stacking supportKiyoshi Ueda
2008-10-09block: add request submission interfaceKiyoshi Ueda
2008-10-09block: add request update interfaceKiyoshi Ueda
2008-10-09block: blk_cleanup_queue() should call blk_sync_queue()Jens Axboe
2008-10-09block: use rq complete marking in blk_abort_request()Jens Axboe
2008-10-09block: add fault injection mechanism for faking request timeoutsJens Axboe
2008-10-09block: adjust blkdev_issue_discard for swapHugh Dickins
2008-10-09block: Add interface to abort queued requestsMike Anderson
2008-10-09block: unify request timeout handlingJens Axboe
2008-10-09block: fix duplicate headers for /proc/partitionsTejun Heo
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori
2008-10-09block: update comment on end_request()Jens Axboe
2008-10-09block: don't test for partition size in bdget_disk() and blk_lookup_devt()Tejun Heo
2008-10-09block: kmalloc args reversed, small function definition fixesHarvey Harrison
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori
2008-10-09cfq-iosched: fix queue depth detectionAaron Carroll
2008-10-09block: don't use bio_has_data() in the completion pathJens Axboe
2008-10-09block: inherit CPU completion on bio->rq and rq->rq mergesJens Axboe
2008-10-09block: add support for IO CPU affinityJens Axboe
2008-10-09block: make kblockd_schedule_work() take the queue as parameterJens Axboe
2008-10-09block: split softirq handling into blk-softirq.cJens Axboe
2008-10-09block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe
2008-10-09block: allow disk to have extended device numberTejun Heo
2008-10-09block: replace @ext_minors with GENHD_FL_EXT_DEVTTejun Heo
2008-10-09block: make partition array dynamicTejun Heo
2008-10-09block: move stats from disk to part0Tejun Heo