Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / block / blk-ioc.c
2012-03-14 Xiaotian Fengblock: fix ioc leak in put_io_context
2012-02-15 Tejun Heoblock: exit_io_context() should call elevator_exit_icq_fn()
2012-02-15 Tejun Heoblock: simplify ioc_release_fn()
2012-02-15 Tejun Heoblock: replace icq->changed with icq->flags
2012-02-11 Tejun Heoblock: fix lockdep warning on io_context release put_io...
2012-02-07 Tejun Heoblock: strip out locking optimization in put_io_context()
2012-02-06 Shaohua Liblock: fix ioc locking warning
2011-12-27 Tejun Heoblock: remove WARN_ON_ONCE() in exit_io_context()
2011-12-25 Tejun Heoblock: an exiting task should be allowed to create...
2011-12-19 Jens Axboeblock: ioc_cgroup_changed() needs to be exported
2011-12-13 Tejun Heoblock, cfq: move icq creation and rq->elv.icq associati...
2011-12-13 Tejun Heoblock, cfq: move io_cq exit/release to blk-ioc.c
2011-12-13 Tejun Heoblock, cfq: move io_cq lookup to blk-ioc.c
2011-12-13 Tejun Heoblock, cfq: reorganize cfq_io_context into generic...
2011-12-13 Tejun Heoblock, cfq: replace current_io_context() with create_io...
2011-12-13 Tejun Heoblock, cfq: unlink cfq_io_context's immediately
2011-12-13 Tejun Heoblock, cfq: move ioc ioprio/cgroup changed handling...
2011-12-13 Tejun Heoblock: make ioc get/put interface more conventional...
2011-12-13 Tejun Heoblock: misc ioc cleanups
2011-07-01 Jens AxboeMerge branch 'for-linus' into for-3.1/core
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-06-06 Paul Bolleblock: rename the return of two functions
2011-06-02 Paul Bolleblock: Use hlist_entry() for io_context.cic_list.first
2011-05-23 Vivek Goyalblk-cgroup: Initialize ioc->cgroup_changed at ioc creat...
2010-12-21 Bart Van Asscheblock: Clean up exit_io_context() source code.
2010-11-11 Jens Axboeblock: remove unused copy_io_context()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-01 Richard Kennedyblock: don't access jiffies when initialising io_context
2010-01-26 Jeff Mahoney- patches.suse/slab-handle-memoryless-nodes-v2a.patch...
2010-01-11 Kirill Afonshinblock: removed unused as_io_context
2009-12-04 Louis Rillingblock: Fix io_context leak after failure of clone with...
2009-12-04 Louis Rillingblock: Fix io_context leak after clone with CLONE_IO
2009-06-10 Nikanth Karthikesanblock: prevent possible io_context->refcount overflow
2008-05-07 Jens Axboecfq-iosched: fix RCU race in the cfq io_context destruc...
2008-02-25 Jeff Mahoney- Update to 2.6.25-rc3.
2008-02-19 Jens Axboecfq-iosched: add hlist for browsing parallel to the...
2008-02-19 Adrian Bunkmake blk_ioc_init() static
2008-02-01 Jens Axboeblock: kill swap_io_context()
2008-01-29 Jens Axboeblock: continue ll_rw_blk.c splitup