aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-16block, cfq: fix empty queue crash caused by request mergeShaohua Li1-0/+12
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo1-1/+8
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo4-132/+110
2011-12-14block, cfq: restructure io_cq creation path for io_context interface cleanupTejun Heo1-53/+41
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo5-55/+78
2011-12-14block, cfq: move icq cache management to block coreTejun Heo4-41/+52
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo3-40/+45
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo3-19/+12
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo2-145/+161
2011-12-14block: remove elevator_queue->opsTejun Heo2-43/+41
2011-12-14block: reorder elevator switch sequenceTejun Heo1-54/+37
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo4-54/+71
2011-12-14block, cfq: kill cic->keyTejun Heo1-21/+5
2011-12-14block, cfq: kill ioc_goneTejun Heo1-38/+5
2011-12-14block, cfq: remove delayed unlinkTejun Heo2-98/+10
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo3-66/+146
2011-12-14block, cfq: fix cic lookup lockingTejun Heo1-32/+35
2011-12-14block, cfq: fix race condition in cic creation path and tighten lockingTejun Heo1-59/+76
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo3-20/+55
2011-12-14block, cfq: misc updates to cfq_io_contextTejun Heo1-26/+32
2011-12-14block: misc updates to blk_get_queue()Tejun Heo4-8/+11
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo4-46/+81
2011-12-14block: misc ioc cleanupsTejun Heo1-36/+36
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo4-55/+26
2011-12-14block: add missing blk_queue_dead() checksTejun Heo2-2/+25
2011-12-14block: fix drain_all condition in blk_drain_queue()Tejun Heo1-6/+18
2011-12-14block: add blk_queue_dead()Tejun Heo5-9/+9
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo1-48/+0
2011-12-12cgroup: don't use subsys->can_attach_task() or ->attach_task()Tejun Heo1-17/+28
2011-12-02cfq-iosched: fix cfq_cic_link() race confitionYasuaki Ishimatsu1-2/+9
2011-11-30cfq-iosched: free cic_index if blkio_alloc_blkg_stats failsmajianpeng1-0/+5
2011-11-23block: initialize request_queue's numa node duringMike Snitzer1-11/+3
2011-11-16block: add missed trace_block_plugShaohua Li1-1/+3
2011-11-16block: avoid unnecessary plug list flushShaohua Li1-7/+9
2011-11-13block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings1-3/+4
2011-11-10block: Revert "[SCSI] genhd: add a new attribute "alias" in gendisk"Tejun Heo1-71/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-1/+3
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+3
2011-11-04Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds11-327/+439
2011-11-03block: don't call blk_drain_queue() if elevator is not upTejun Heo1-2/+7
2011-10-31block: Change module.h -> export.h in bsg-lib.cPaul Gortmaker1-1/+1
2011-10-31block: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2-0/+2
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+71
2011-10-25blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe1-1/+1
2011-10-25blk-throttle: Take blkcg->lock while traversing blkcg->policy_listVivek Goyal1-14/+40
2011-10-25blk-throttle: Free up policy node associated with deleted ruleVivek Goyal1-0/+1
2011-10-25block: warn if tag is greater than real_max_depth.Tao Ma1-2/+4
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe2-2/+3
2011-10-24block: make gendisk hold a reference to its queueTejun Heo1-0/+8
2011-10-24blk-flush: move the queue kick intoJeff Moyer2-1/+2