summaryrefslogtreecommitdiff
path: root/block/blk-ioc.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-03
|\
| * block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe2017-03-02
* | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-02
|/
* blk-mq-sched: don't hold queue_lock when calling exit_icqOmar Sandoval2017-02-10
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-17
* block: move existing elevator ops to unionJens Axboe2017-01-17
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney2014-02-18
* block: cleanup removing dependency on bootmem headersGrygorii Strashko2013-11-08
* lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara2013-09-11
* block: queue work on power efficient wqViresh Kumar2013-05-14
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson2012-08-01
* block: avoid infinite loop in get_task_io_context()Eric Dumazet2012-05-31
* Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-01
|\
| * block: fix ioc leak in put_io_contextXiaotian Feng2012-03-14
* | block: remove ioc_*_changed()Tejun Heo2012-03-20
* | block: add io_context->active_refTejun Heo2012-03-06
* | block: interface update for ioc/icq creation functionsTejun Heo2012-03-06
|/
* block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo2012-02-15
* block: simplify ioc_release_fn()Tejun Heo2012-02-15
* block: replace icq->changed with icq->flagsTejun Heo2012-02-15
* block: fix lockdep warning on io_context release put_io_context()Tejun Heo2012-02-11
* block: strip out locking optimization in put_io_context()Tejun Heo2012-02-07
* block: fix ioc locking warningShaohua Li2012-02-06
* block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo2011-12-27
* block: an exiting task should be allowed to create io_contextTejun Heo2011-12-25
* block: ioc_cgroup_changed() needs to be exportedJens Axboe2011-12-19
* block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo2011-12-14
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-14
* block, cfq: move io_cq lookup to blk-ioc.cTejun Heo2011-12-14
* block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo2011-12-14
* block, cfq: replace current_io_context() with create_io_context()Tejun Heo2011-12-14
* block, cfq: unlink cfq_io_context's immediatelyTejun Heo2011-12-14
* block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo2011-12-14
* block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo2011-12-14
* block: misc ioc cleanupsTejun Heo2011-12-14
* Merge branch 'for-linus' into for-3.1/coreJens Axboe2011-07-01
|\
| * block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle2011-06-02
* | block: rename the return of two functionsPaul Bolle2011-06-06
|/
* blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeVivek Goyal2011-05-23
* block: Clean up exit_io_context() source code.Bart Van Assche2010-12-21
* block: remove unused copy_io_context()Jens Axboe2010-11-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* block: don't access jiffies when initialising io_contextRichard Kennedy2010-03-01
* block: removed unused as_io_contextKirill Afonshin2010-01-11
* block: Fix io_context leak after failure of clone with CLONE_IOLouis Rilling2009-12-04
* block: Fix io_context leak after clone with CLONE_IOLouis Rilling2009-12-04
* block: prevent possible io_context->refcount overflowNikanth Karthikesan2009-06-10