summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* update I/O sched Kconfig help texts - CFQ is now default, not AS.Jesper Juhl2007-02-171-4/+5
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-121-1/+1
* [PATCH] register_blkdev(): don't hand out the LOCAL/EXPERIMENTAL majorsAndrew Morton2007-02-121-0/+8
* cfq-iosched: improve continue or break logic in cfq_dispatchJens Axboe2007-02-111-8/+8
* cfq-iosched: remove the implicit queue kicking in slice expireJens Axboe2007-02-111-6/+6
* cfq-iosched: check whether a queue timed out in accountingJens Axboe2007-02-111-14/+18
* cfq-iosched: tweak the FIFO checkingJens Axboe2007-02-111-3/+4
* cfq-iosched: don't pass in queue for cfq_arm_slice_timer()Jens Axboe2007-02-111-5/+4
* cfq-iosched: account for slice over/under timeJens Axboe2007-02-111-20/+12
* cfq-iosched: defer slice activation to first request being activeJens Axboe2007-02-111-38/+53
* [PATCH] cfq-iosched: use last service point as the fairness criteriaJens Axboe2007-02-111-14/+34
* cfq-iosched: document the cfqq flagsJens Axboe2007-02-111-9/+9
* [PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()Jens Axboe2007-02-111-10/+9
* cfq-iosched: remove cfq_io_context last_queueJens Axboe2007-02-111-17/+2
* elevator: don't sort reads between writesJens Axboe2007-02-111-0/+2
* elevator: abstract out the activate and deactivate functionsJens Axboe2007-02-111-9/+20
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-02-111-1/+1
|\
| * [PARTITION]: Add whole_disk attribute.Fabio Massimo Di Nitto2007-02-101-1/+1
* | [PATCH] Relay: add CPU hotplug supportMathieu Desnoyers2007-02-111-2/+1
|/
* [PATCH] md: fix various bugs with aligned reads in RAID5Neil Brown2007-02-091-1/+1
* [PATCH] Fix SG_IO timeout jiffy conversionMike Christie2007-01-291-2/+3
* [PATCH] elevator: move clearing of unplug flag earlierLinas Vepstas2007-01-231-5/+6
* [PATCH] cfq-iosched: merging problemJens Axboe2007-01-021-3/+3
* [PATCH] cfq-iosched: tighten allow merge criteriaJens Axboe2006-12-221-13/+8
* [PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap2006-12-221-0/+1
* [PATCH] elevator: fixup typo in merge logicJens Axboe2006-12-211-1/+1
* [PATCH] cfq-iosched: don't allow sync merges across queuesJens Axboe2006-12-202-4/+55
* [PATCH] Fixup blk_rq_unmap_user() APIJens Axboe2006-12-192-14/+17
* [PATCH] __blk_rq_unmap_user() fails to return errorJens Axboe2006-12-191-2/+7
* [PATCH] __blk_rq_map_user() doesn't need to grab the queue_lockJens Axboe2006-12-191-9/+0
* [PATCH] Remove queue merging hooksJens Axboe2006-12-191-9/+6
* [PATCH] ->nr_sectors and ->hard_nr_sectors are not used for BLOCK_PC requestsJens Axboe2006-12-191-4/+2
* [PATCH] Allow as-iosched to be unloadedJens Axboe2006-12-131-14/+1
* [PATCH] Propagate down request sync flagJens Axboe2006-12-132-14/+32
* [PATCH] remove unnecessary blk_queue_bounce in SG_IOFUJITA Tomonori2006-12-121-7/+0
* [PATCH] fix SG_IO bio leakFUJITA Tomonori2006-12-121-0/+3
* [PATCH] remove blk_queue_activity_fnBoaz Harrosh2006-12-121-12/+0
* [PATCH] io-accounting: read accountingAndrew Morton2006-12-101-2/+5
* [PATCH] fault-injection capability for disk IOAkinobu Mita2006-12-082-0/+71
* [PATCH] struct path: convert blockJosef Sipek2006-12-081-1/+1
* [PATCH] remove the old bd_mutex lockdep annotationPeter Zijlstra2006-12-081-2/+2
* [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-071-4/+0
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-072-5/+5
* [PATCH] Allow NULL pointers in percpu_freeAlan Stern2006-12-071-2/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-061-1/+1
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-12-051-1/+1
| |\
| | * Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-224-101/+45
| | |\
| | * | [SCSI] block: convert jiffies to msecs in scsi_ioctl()Hannes Reinecke2006-11-151-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-052-23/+18
|\| | |
| * | | [PATCH] Centralise definitions of sector_t and blkcnt_tMatthew Wilcox2006-12-041-4/+2