aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 6-7/+7
2011-04-05block: fix request sorting at unplugGravatar Konstantin Khlebnikov 1-1/+1
2011-04-05dm: improve block integrity supportGravatar Mike Snitzer 1-1/+11
2011-04-05blk-throttle: don't call xchg on boolGravatar Andreas Schwab 1-2/+2
2011-04-05block: make the flush insertion use the tail of the dispatch listGravatar Jens Axboe 1-2/+2
2011-04-05block: get rid of elv_insert() interfaceGravatar Jens Axboe 2-22/+17
2011-04-05block: dump request state on seeing a corrupted request completionGravatar Jens Axboe 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 6-7/+7
2011-03-25block: fix issue with calling blk_stop_queue() from the request_fn handlerGravatar Jens Axboe 1-1/+1
2011-03-25block: fix bug with inserting flush requests as sort/mergeGravatar Jens Axboe 1-1/+4
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 17-656/+955
2011-03-23cfq-iosched: removing unnecessary think time checkingGravatar Li, Shaohua 1-9/+4
2011-03-23cfq-iosched: Don't clear queue stats when preempt.Gravatar Justin TerAvest 1-22/+17
2011-03-22blk-throttle: Reset group slice when limits are changedGravatar Vivek Goyal 1-1/+24
2011-03-22blk-cgroup: Only give unaccounted_time under debugGravatar Justin TerAvest 1-10/+10
2011-03-22cfq-iosched: Don't set active queue in preemptGravatar Justin TerAvest 1-16/+23
2011-03-21block: attempt to merge with existing requests on plug flushGravatar Jens Axboe 4-4/+58
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-3/+20
2011-03-17cfq-iosched: Don't update group weights when on service treeGravatar Justin TerAvest 1-12/+41
2011-03-12blk-cgroup: Add unaccounted time to timeslice_used.Gravatar Justin TerAvest 4-14/+41
2011-03-11block: remove obsolete comments for blkdev_issue_zeroout.Gravatar Tao Ma 1-2/+0
2011-03-11block: fix mis-synchronisation in blkdev_issue_zeroout()Gravatar Lukas Czerner 1-12/+7
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreGravatar Jens Axboe 10-315/+323
2011-03-10blk-throttle: Use blk_plug in throttle dispatchGravatar Vivek Goyal 1-0/+3
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-1/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 10-233/+26
2011-03-10block: initial patch for on-stack per-task pluggingGravatar Jens Axboe 3-101/+277
2011-03-10block: add API for delaying work/request_fn a little bitGravatar Jens Axboe 1-0/+29
2011-03-09block: Don't implicitly trigger event check on disk_unblock_events()Gravatar Tejun Heo 1-1/+1
2011-03-08blk-cgroup: Lower minimum weight from 100 to 10.Gravatar Justin TerAvest 1-1/+1
2011-03-07blk-throttle: Some cleanups and race fixes in limit update codeGravatar Vivek Goyal 1-56/+40
2011-03-07blk-throttle: process limit change only through one functionGravatar Vivek Goyal 1-7/+1
2011-03-07Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux...Gravatar Jens Axboe 8-38/+49
2011-03-07cfq-iosched: Fix update_vdisktime logicGravatar Gui Jianfeng 1-4/+2
2011-03-07cfq-iosched: give busy sync queue no dispatch limitGravatar Shaohua Li 1-2/+24
2011-03-07cfq-iosched: fix race in cfq_set_request()Gravatar Jens Axboe 1-2/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreGravatar Tejun Heo 8-38/+49
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Gravatar Vivek Goyal 3-6/+9
2011-03-02block: Initialize ->queue_lock to internal lock at queue allocation timeGravatar Vivek Goyal 2-8/+15
2011-03-02block/genhd: Change some numerals into macrosGravatar Liu Yuan 1-8/+8
2011-03-02block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue()Gravatar Tejun Heo 1-3/+5
2011-03-02block: add @force_kblockd to __blk_run_queue()Gravatar Tejun Heo 4-11/+12
2011-03-01cfq-iosched: Always provide group isolation.Gravatar Justin TerAvest 1-36/+1
2011-03-01Merge commit 'v2.6.38-rc6' into for-2.6.39/coreGravatar Jens Axboe 9-109/+650
2011-03-01block: fix kernel-doc format for blkdev_issue_zerooutGravatar Ben Hutchings 1-1/+1
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workGravatar Vivek Goyal 2-18/+18
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 1-1/+1
2011-02-24block: fix refcounting in BLKBSZSETGravatar Miklos Szeredi 1-3/+5
2011-02-24Fix over-zealous flush_disk when changing device size.Gravatar NeilBrown 1-1/+1
2011-02-12[SCSI] block: improve detail in I/O error messagesGravatar Hannes Reinecke 1-3/+20