block, cfq: move icq creation and rq->elv.icq association to block core
[linux-flexiantxendom0-3.2.10.git] / block /
2011-12-13 Tejun Heoblock, cfq: move icq creation and rq->elv.icq associati...
2011-12-13 Tejun Heoblock, cfq: restructure io_cq creation path for io_cont...
2011-12-13 Tejun Heoblock, cfq: move io_cq exit/release to blk-ioc.c
2011-12-13 Tejun Heoblock, cfq: move icq cache management to block core
2011-12-13 Tejun Heoblock, cfq: move io_cq lookup to blk-ioc.c
2011-12-13 Tejun Heoblock, cfq: move cfqd->icq_list to request_queue and...
2011-12-13 Tejun Heoblock, cfq: reorganize cfq_io_context into generic...
2011-12-13 Tejun Heoblock: remove elevator_queue->ops
2011-12-13 Tejun Heoblock: reorder elevator switch sequence
2011-12-13 Tejun Heoblock, cfq: replace current_io_context() with create_io...
2011-12-13 Tejun Heoblock, cfq: kill cic->key
2011-12-13 Tejun Heoblock, cfq: kill ioc_gone
2011-12-13 Tejun Heoblock, cfq: remove delayed unlink
2011-12-13 Tejun Heoblock, cfq: unlink cfq_io_context's immediately
2011-12-13 Tejun Heoblock, cfq: fix cic lookup locking
2011-12-13 Tejun Heoblock, cfq: fix race condition in cic creation path...
2011-12-13 Tejun Heoblock, cfq: move ioc ioprio/cgroup changed handling...
2011-12-13 Tejun Heoblock, cfq: misc updates to cfq_io_context
2011-12-13 Tejun Heoblock: misc updates to blk_get_queue()
2011-12-13 Tejun Heoblock: make ioc get/put interface more conventional...
2011-12-13 Tejun Heoblock: misc ioc cleanups
2011-12-13 Tejun Heoblock, cfq: move cfqd->cic_index to q->id
2011-12-13 Tejun Heoblock: add missing blk_queue_dead() checks
2011-12-13 Tejun Heoblock: fix drain_all condition in blk_drain_queue()
2011-12-13 Tejun Heoblock: add blk_queue_dead()
2011-12-13 Tejun Heoblock, sx8: kill blk_insert_request()
2011-11-16 Shaohua Liblock: add missed trace_block_plug
2011-11-16 Shaohua Liblock: avoid unnecessary plug list flush
2011-11-13 Ben Hutchingsblock: Always check length of all iov entries in blk_rq...
2011-11-10 Tejun Heoblock: Revert "[SCSI] genhd: add a new attribute "alias...
2011-11-07 Linus TorvaldsMerge branch 'modsplit-Oct31_2011' of git://git./linux...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/drivers' of git://git.kernel...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/core' of git://git.kernel.dk...
2011-11-03 Tejun Heoblock: don't call blk_drain_queue() if elevator is...
2011-10-31 Paul Gortmakerblock: Change module.h -> export.h in bsg-lib.c
2011-10-31 Paul Gortmakerblock: add export.h to files using EXPORT_SYMBOL/THIS_M...
2011-10-28 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2011-10-25 Jens Axboeblk-throttle: use queue_is_locked() instead of lockdep_...
2011-10-25 Vivek Goyalblk-throttle: Take blkcg->lock while traversing blkcg...
2011-10-25 Vivek Goyalblk-throttle: Free up policy node associated with delet...
2011-10-25 Tao Mablock: warn if tag is greater than real_max_depth.
2011-10-24 Jens AxboeMerge branch 'for-linus' into for-3.2/core
2011-10-24 Tejun Heoblock: make gendisk hold a reference to its queue
2011-10-24 Jeff Moyerblk-flush: move the queue kick into
2011-10-24 Jeff Moyerblk-flush: fix invalid BUG_ON in blk_insert_flush
2011-10-24 Tao Mablock: Remove the control of complete cpu from bio.
2011-10-24 Jie Liublock: fix a typo in the blk-cgroup.h file
2011-10-19 Tejun Heoblock: fix request_queue lifetime handling by making...
2011-10-19 Tejun Heoblock: drop @tsk from attempt_plug_merge() and explain...
2011-10-19 Tejun Heoblock: make get_request[_wait]() fail if queue is dead
2011-10-19 Tejun Heoblock: reorganize throtl_get_tg() and blk_throtl_bio()
2011-10-19 Tejun Heoblock: reorganize queue draining
2011-10-19 Tejun Heoblock: drop unnecessary blk_get/put_queue() in scsi_cmd...
2011-10-19 Tejun Heoblock: pass around REQ_* flags instead of broken down...
2011-10-19 Tejun Heoblock: move blk_throtl prototypes to block/blk.h
2011-10-19 Tejun Heoblock: fix genhd refcounting in blkio_policy_parse_and_...
2011-10-19 Tejun Heoblock: make gendisk hold a reference to its queue
2011-10-19 Jens AxboeMerge branch 'v3.1-rc10' into for-3.2/core
2011-09-28 Hannes Reineckeblock: Free queue resources at blk_release_queue()
2011-09-21 Wanlong Gaoblk-cgroup: be able to remove the record of unplugged...
2011-09-21 Andrew Mortonblock/blk-sysfs.c: fix kerneldoc references
2011-09-21 Suresh Jayaramanblock: document blk-plug
2011-09-15 Christoph Hellwigblock: refactor generic_make_request
2011-09-14 Tao Mablock: Don't check QUEUE_FLAG_SAME_COMP in __blk_comple...
2011-09-12 Christoph Hellwigblock: remove support for bio remapping from ->make_request
2011-09-12 Jens Axboeblock: rename __make_request() to blk_queue_bio()
2011-09-12 Christoph Hellwigblock: export __make_request
2011-09-12 Wang Sheng-Huielevator: use ELV_NAME_MAX instead of magic number...
2011-08-29 Nao Nishijima[SCSI] genhd: add a new attribute "alias" in gendisk
2011-08-24 Shaohua Liblock: simplify force plug flush code a little bit
2011-08-24 Shaohua Liblock: change force plug flush call order
2011-08-24 Eric Seppanenblock: Fix queue_flag update when rq_affinity goes...
2011-08-23 Tejun Heoblock: add GENHD_FL_NO_PART_SCAN
2011-08-23 Christoph Hellwigblock: separate priority boosting from REQ_META
2011-08-19 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2011-08-19 Jens AxboeRevert "cfq: Remove special treatment for metadata...
2011-08-15 Jeff Moyerblock: fix flush machinery for stacking drivers with...
2011-08-11 Shaohua Liblock: improve rq_affinity placement
2011-08-09 Jeff Moyerallow blk_flush_policy to return REQ_FSEQ_DATA independ...
2011-08-05 Tao Mablock: Make rq_affinity = 1 work as expected
2011-08-04 Akinobu Mitafault-injection: add ability to export fault_attr in...
2011-08-02 Herbert Poetzlblock/genhd.c: remove useless cast in diskstats_show()
2011-08-02 Jens Axboebsg-lib: add module.h include
2011-08-02 Vivek Goyalcfq-iosched: Reduce linked group count upon group destr...
2011-08-01 Shaohua Liblk-throttle: correctly determine sync bio
2011-07-31 Mike Christieblock: add bsg helper library
2011-07-26 Akinobu Mitafail_make_request: cleanup should_fail_request
2011-07-26 Jens Axboeblock: fix warning with calling smp_processor_id()...
2011-07-25 Linus TorvaldsMerge branch 'for-3.1/drivers' of git://git.kernel...
2011-07-25 Linus TorvaldsMerge branch 'for-3.1/core' of git://git.kernel.dk...
2011-07-23 Dan Williamsblock: strict rq_affinity
2011-07-23 Jens Axboeblock: fix patch import error in max_discard_sectors...
2011-07-23 Linus TorvaldsMerge git://git./linux/kernel/git/jejb/scsi-misc-2.6
2011-07-21 James Bottomley[SCSI] fix crash in scsi_dispatch_cmd()
2011-07-20 Lai Jiangshanblock,rcu: Convert call_rcu(disk_free_ptbl_rcu_cb)...
2011-07-12 Shaohua LiCFQ: add think time check for group
2011-07-12 Shaohua LiCFQ: add think time check for service tree
2011-07-12 Shaohua LiCFQ: move think time check variables to a separate...
2011-07-12 Justin TerAvestfixlet: Remove fs_excl from struct task.
2011-07-10 Justin TerAvestcfq: Remove special treatment for metadata rqs.
next