aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2007-09-26Fix race with shared tag queue mapsJens Axboe
2007-08-09cfq-iosched: fix async queue behaviourJens Axboe
2007-06-15block: always requeue !fs requests at the frontTejun Heo
2007-05-23genhd: send async notification on media changeKristen Carlson Accardi
2007-05-23genhd: expose AN to user spaceKristen Carlson Accardi
2007-05-15ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe
2007-05-11When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov
2007-05-09kblockd: use flush_workAndrew Morton
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert
2007-05-09Fix occurrences of "the the "Michael Opdenacker
2007-05-08Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-05-08as: fix antic_expire checkNick Piggin
2007-05-08[PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()Mike Christie
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman
2007-04-30Merge branch 'cfq' into for-linusJens Axboe
2007-04-30[PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe
2007-04-30cfq-iosched: speedup cic rb lookupJens Axboe
2007-04-30ll_rw_blk: add io_context private pointerJens Axboe
2007-04-30cfq-iosched: get rid of cfqq hashVasily Tarasov
2007-04-30cfq-iosched: tighten queue request overlap conditionJens Axboe
2007-04-30cfq-iosched: improve sync vs async workloadsJens Axboe
2007-04-30cfq-iosched: never allow an async queue idlingJens Axboe
2007-04-30cfq-iosched: get rid of ->dispatch_sliceJens Axboe
2007-04-30cfq-iosched: don't pass unused preemption variable aroundJens Axboe
2007-04-30cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe
2007-04-30cfq-iosched: slice offset should take ioprio into accountJens Axboe
2007-04-30[PATCH] cfq-iosched: style cleanups and commentsJens Axboe
2007-04-30cfq-iosched: sort IDLE queues into the rbtreeJens Axboe
2007-04-30cfq-iosched: sort RT queues into the rbtreeJens Axboe
2007-04-30[PATCH] cfq-iosched: speed up rbtree handlingJens Axboe
2007-04-30cfq-iosched: rework the whole round-robin list conceptJens Axboe
2007-04-30cfq-iosched: minor updatesJens Axboe
2007-04-30cfq-iosched: development updateJens Axboe
2007-04-30cfq-iosched: improve preemption for cooperating tasksJens Axboe
2007-04-25cfq-iosched: fix alias + front merge bugJens Axboe
2007-04-20cfq-iosched: fix sequential write regressionJens Axboe
2007-04-17[SCSI] sg: cap reserved_size values at max_sectorsAlan Stern
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton
2007-03-27make elv_register() output atomicThibaut VARENE
2007-03-27block: blk_max_pfn is somtimes wrongVasily Tarasov
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra
2007-02-20[PATCH] rework reserved major handlingAndrew Morton
2007-02-17update I/O sched Kconfig help texts - CFQ is now default, not AS.Jesper Juhl
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven