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