summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: don't delay blk_run_queue_asyncShaohua Li2011-05-181-1/+3
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-164-11/+19
* block: don't propagate unlisted DISK_EVENTs to userlandTejun Heo2011-04-211-2/+6
* elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe2011-04-211-1/+2
* block: Remove the extra check in queue_requests_storeTao Ma2011-04-191-2/+2
* block, blk-sysfs: Fix an err return path in blk_register_queue()Liu Yuan2011-04-191-1/+3
* block: remove stale kerneldoc member from __blk_run_queue()Jens Axboe2011-04-191-1/+0
* block: get rid of QUEUE_FLAG_REENTERJens Axboe2011-04-192-10/+2
* cfq-iosched: read_lock() does not always imply rcu_read_lock()Jens Axboe2011-04-191-14/+6
* block: kill blk_flush_plug_list() exportJens Axboe2011-04-181-1/+0
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-186-20/+33
* block: blk_delay_queue() should use kblockd workqueueJens Axboe2011-04-181-1/+2
* block: drop queue lock before calling __blk_run_queue() for kblockd puntJens Axboe2011-04-181-8/+25
* Revert "block: add callback function for unplug notification"Jens Axboe2011-04-182-19/+0
* block: Enhance new plugging support to support general callbacksNeilBrown2011-04-181-0/+20
* block: make unplug timer trace event correspond to the schedule() unplugJens Axboe2011-04-161-6/+12
* block: only force kblockd unplugging from the schedule() pathJens Axboe2011-04-151-6/+7
* block: cleanup the block plug helper functionsChristoph Hellwig2011-04-151-18/+6
* block, blk-sysfs: Use the variable directly instead of a function callLiu Yuan2011-04-131-2/+1
* block: move queue run on unplug to kblockdJens Axboe2011-04-121-1/+1
* block: kill queue_sync_plugs()Jens Axboe2011-04-121-14/+0
* block: readd plug trace eventJens Axboe2011-04-121-1/+9
* block: add callback function for unplug notificationJens Axboe2011-04-122-0/+19
* block: add comment on why we save and disable interrupts in flush_plug_list()Jens Axboe2011-04-121-0/+5
* block: fixup block IO unplug trace callJens Axboe2011-04-121-2/+13
* block: splice plug list to local contextNeilBrown2011-04-111-5/+9
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-076-7/+7
|\
| * Fix common misspellingsLucas De Marchi2011-03-316-7/+7
* | block: fix request sorting at unplugKonstantin Khlebnikov2011-04-051-1/+1
* | dm: improve block integrity supportMike Snitzer2011-04-051-1/+11
* | blk-throttle: don't call xchg on boolAndreas Schwab2011-04-051-2/+2
* | block: make the flush insertion use the tail of the dispatch listJens Axboe2011-04-051-2/+2
* | block: get rid of elv_insert() interfaceJens Axboe2011-04-052-22/+17
* | block: dump request state on seeing a corrupted request completionJens Axboe2011-04-051-1/+1
|/
* block: fix issue with calling blk_stop_queue() from the request_fn handlerJens Axboe2011-03-251-1/+1
* block: fix bug with inserting flush requests as sort/mergeJens Axboe2011-03-251-1/+4
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-2417-656/+955
|\
| * cfq-iosched: removing unnecessary think time checkingLi, Shaohua2011-03-231-9/+4
| * cfq-iosched: Don't clear queue stats when preempt.Justin TerAvest2011-03-231-22/+17
| * blk-throttle: Reset group slice when limits are changedVivek Goyal2011-03-221-1/+24
| * blk-cgroup: Only give unaccounted_time under debugJustin TerAvest2011-03-221-10/+10
| * cfq-iosched: Don't set active queue in preemptJustin TerAvest2011-03-221-16/+23
| * block: attempt to merge with existing requests on plug flushJens Axboe2011-03-214-4/+58
| * cfq-iosched: Don't update group weights when on service treeJustin TerAvest2011-03-171-12/+41
| * blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest2011-03-124-14/+41
| * block: remove obsolete comments for blkdev_issue_zeroout.Tao Ma2011-03-111-2/+0
| * Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-1010-315/+323
| |\
| | * blk-throttle: Use blk_plug in throttle dispatchVivek Goyal2011-03-101-0/+3
| | * block: kill off REQ_UNPLUGJens Axboe2011-03-101-1/+1
| | * block: remove per-queue pluggingJens Axboe2011-03-1010-233/+26