summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-04-21block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo1-2/+6
2011-04-21elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe1-1/+2
2011-04-19block: Remove the extra check in queue_requests_storeTao Ma1-2/+2
2011-04-19block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan1-1/+3
2011-04-19block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe1-1/+0
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe2-10/+2
2011-04-19cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe1-14/+6
2011-04-18block: kill blk_flush_plug_list() exportJens Axboe1-1/+0
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig6-20/+33
2011-04-18block: blk_delay_queue() should use kblockd workqueueJens Axboe1-1/+2
2011-04-18block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe1-8/+25
2011-04-18Revert "block: add callback function for unplug notification"Jens Axboe2-19/+0
2011-04-18block: Enhance new plugging support to support general callbacksNeilBrown1-0/+20
2011-04-16block: make unplug timer trace event correspond to the schedule() unplugJens Axboe1-6/+12
2011-04-15block: only force kblockd unplugging from the schedule() pathJens Axboe1-6/+7
2011-04-15block: cleanup the block plug helper functionsChristoph Hellwig1-18/+6
2011-04-13block, blk-sysfs: Use the variable directly instead of a function callLiu Yuan1-2/+1
2011-04-12block: move queue run on unplug to kblockdJens Axboe1-1/+1
2011-04-12block: kill queue_sync_plugs()Jens Axboe1-14/+0
2011-04-12block: readd plug trace eventJens Axboe1-1/+9
2011-04-12block: add callback function for unplug notificationJens Axboe2-0/+19
2011-04-12block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe1-0/+5
2011-04-12block: fixup block IO unplug trace callJens Axboe1-2/+13
2011-04-11block: splice plug list to local contextNeilBrown1-5/+9
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds6-7/+7
2011-04-05block: fix request sorting at unplugKonstantin Khlebnikov1-1/+1
2011-04-05dm: improve block integrity supportMike Snitzer1-1/+11
2011-04-05blk-throttle: don't call xchg on boolAndreas Schwab1-2/+2
2011-04-05block: make the flush insertion use the tail of the dispatch listJens Axboe1-2/+2
2011-04-05block: get rid of elv_insert() interfaceJens Axboe2-22/+17
2011-04-05block: dump request state on seeing a corrupted request completionJens Axboe1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi6-7/+7
2011-03-25block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe1-1/+1
2011-03-25block: fix bug with inserting flush requests as sort/mergeJens Axboe1-1/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds17-656/+955
2011-03-23cfq-iosched: removing unnecessary think time checkingLi, Shaohua1-9/+4
2011-03-23cfq-iosched: Don't clear queue stats when preempt.Justin TerAvest1-22/+17
2011-03-22blk-throttle: Reset group slice when limits are changedVivek Goyal1-1/+24
2011-03-22blk-cgroup: Only give unaccounted_time under debugJustin TerAvest1-10/+10
2011-03-22cfq-iosched: Don't set active queue in preemptJustin TerAvest1-16/+23
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe4-4/+58
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+20
2011-03-17cfq-iosched: Don't update group weights when on service treeJustin TerAvest1-12/+41
2011-03-12blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest4-14/+41
2011-03-11block: remove obsolete comments for blkdev_issue_zeroout.Tao Ma1-2/+0
2011-03-11block: fix mis-synchronisation in blkdev_issue_zeroout()Lukas Czerner1-12/+7
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe10-315/+323
2011-03-10blk-throttle: Use blk_plug in throttle dispatchVivek Goyal1-0/+3
2011-03-10block: kill off REQ_UNPLUGJens Axboe1-1/+1
2011-03-10block: remove per-queue pluggingJens Axboe10-233/+26