summaryrefslogtreecommitdiff
path: root/block/blk-ioc.c
AgeCommit message (Expand)Author
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove a few unused exportsChristoph Hellwig
2018-11-09block: remove set but not used variable 'et'YueHaibing
2018-11-07block: get rid of MQ scheduler ops unionJens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-07-09block, mm: remove unnecessary __GFP_HIGH flagShakeel Butt
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-02-10blk-mq-sched: don't hold queue_lock when calling exit_icqOmar Sandoval
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe
2017-01-17block: move existing elevator ops to unionJens Axboe
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2014-02-18block: Substitute rcu_access_pointer() for rcu_dereference_raw()Paul E. McKenney
2013-11-08block: cleanup removing dependency on bootmem headersGrygorii Strashko
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-05-14block: queue work on power efficient wqViresh Kumar
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-08-01block: uninitialized ioc->nr_tasks triggers WARN_ONOlof Johansson
2012-05-31block: avoid infinite loop in get_task_io_context()Eric Dumazet
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo
2012-03-20block: remove ioc_*_changed()Tejun Heo
2012-03-14block: fix ioc leak in put_io_contextXiaotian Feng
2012-03-06block: add io_context->active_refTejun Heo
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo
2012-02-15block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo
2012-02-15block: simplify ioc_release_fn()Tejun Heo
2012-02-15block: replace icq->changed with icq->flagsTejun Heo
2012-02-11block: fix lockdep warning on io_context release put_io_context()Tejun Heo
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-02-06block: fix ioc locking warningShaohua Li
2011-12-27block: remove WARN_ON_ONCE() in exit_io_context()Tejun Heo
2011-12-25block: an exiting task should be allowed to create io_contextTejun Heo
2011-12-19block: ioc_cgroup_changed() needs to be exportedJens Axboe
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo
2011-12-14block, cfq: reorganize cfq_io_context into generic and cfq specific partsTejun Heo
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo
2011-12-14block: misc ioc cleanupsTejun Heo
2011-07-01Merge branch 'for-linus' into for-3.1/coreJens Axboe
2011-06-06block: rename the return of two functionsPaul Bolle
2011-06-02block: Use hlist_entry() for io_context.cic_list.firstPaul Bolle
2011-05-23blk-cgroup: Initialize ioc->cgroup_changed at ioc creation timeVivek Goyal
2010-12-21block: Clean up exit_io_context() source code.Bart Van Assche
2010-11-11block: remove unused copy_io_context()Jens Axboe