aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Use list_for_each_entry() instead of list_for_each() in the block deviceMatthias Kaehlcke1-10/+3
2007-07-10Use menuconfigs instead of menus, so the whole menu can be disabled at onceJan Engelhardt1-2/+2
2007-07-10cfq-iosched: fix async queue behaviourJens Axboe1-3/+36
2007-07-10[BLOCK] drop unnecessary bvec rewinding from flush_dry_bio_endioTejun Heo1-9/+0
2007-07-10blk_hw_contig_segment(): bad segment size checksJens Axboe1-2/+2
2007-06-15block: always requeue !fs requests at the frontTejun Heo1-0/+9
2007-05-23genhd: send async notification on media changeKristen Carlson Accardi1-0/+23
2007-05-23genhd: expose AN to user spaceKristen Carlson Accardi1-1/+9
2007-05-15ll_rw_blk: fix gcc 4.2 warning on current_io_context()Jens Axboe1-1/+0
2007-05-11When stacked block devices are in-use (e.g. md or dm), the recursive callsNeil Brown1-1/+52
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09kblockd: use flush_workAndrew Morton2-5/+4
2007-05-09Display all possible partitions when the root filesystem failed to mountDave Gilbert1-0/+53
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08Merge branch 'for-2.6.22' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-0/+1
2007-05-08as: fix antic_expire checkNick Piggin1-3/+3
2007-05-08[PATCH] ll_rw_blk: fix missing bounce in blk_rq_map_kern()Mike Christie1-0/+1
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-4/+2
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-1/+5
2007-05-02remove "struct subsystem" as it is no longer neededGreg Kroah-Hartman1-6/+6
2007-04-30Merge branch 'cfq' into for-linusJens Axboe2-416/+438
2007-04-30[PATCH] elevator: elv_list_lock does not need irq disablingJens Axboe1-8/+9
2007-04-30cfq-iosched: speedup cic rb lookupJens Axboe1-2/+18
2007-04-30ll_rw_blk: add io_context private pointerJens Axboe1-0/+1
2007-04-30cfq-iosched: get rid of cfqq hashVasily Tarasov1-100/+67
2007-04-30cfq-iosched: tighten queue request overlap conditionJens Axboe1-1/+2
2007-04-30cfq-iosched: improve sync vs async workloadsJens Axboe1-13/+18
2007-04-30cfq-iosched: never allow an async queue idlingJens Axboe1-1/+6
2007-04-30cfq-iosched: get rid of ->dispatch_sliceJens Axboe1-5/+1
2007-04-30cfq-iosched: don't pass unused preemption variable aroundJens Axboe1-15/+13
2007-04-30cfq-iosched: get rid of ->cur_rr and ->cfq_listJens Axboe1-55/+32
2007-04-30cfq-iosched: slice offset should take ioprio into accountJens Axboe1-1/+2
2007-04-30[PATCH] cfq-iosched: style cleanups and commentsJens Axboe1-16/+50
2007-04-30cfq-iosched: sort IDLE queues into the rbtreeJens Axboe1-36/+31
2007-04-30cfq-iosched: sort RT queues into the rbtreeJens Axboe1-15/+12
2007-04-30[PATCH] cfq-iosched: speed up rbtree handlingJens Axboe1-14/+48
2007-04-30cfq-iosched: rework the whole round-robin list conceptJens Axboe1-238/+123
2007-04-30cfq-iosched: minor updatesJens Axboe1-63/+18
2007-04-30cfq-iosched: development updateJens Axboe1-120/+261
2007-04-30cfq-iosched: improve preemption for cooperating tasksJens Axboe1-6/+20
2007-04-25cfq-iosched: fix alias + front merge bugJens Axboe1-6/+6
2007-04-20cfq-iosched: fix sequential write regressionJens Axboe1-15/+19
2007-04-17[SCSI] sg: cap reserved_size values at max_sectorsAlan Stern2-1/+5
2007-04-04[PATCH] remove protection of LANANA-reserved majorsAndrew Morton1-2/+0
2007-03-27make elv_register() output atomicThibaut VARENE1-3/+4
2007-03-27block: blk_max_pfn is somtimes wrongVasily Tarasov1-3/+3
2007-02-20[PATCH] lockdep: annotate BLKPG_DEL_PARTITIONPeter Zijlstra1-1/+1