| Commit message (Expand) | Author | Age | Files | Lines |
* | block: remove retry loop in ioc_release_fn() | John Ogness | 2020-07-16 | 1 | -3/+17 |
* | block: remove unnecessary ioc nested locking | John Ogness | 2020-07-16 | 1 | -20/+6 |
* | block: Fix use-after-free issue accessing struct io_cq | Sahitya Tummala | 2020-03-12 | 1 | -0/+7 |
* | block: remove the queue_lock indirection | Christoph Hellwig | 2018-11-15 | 1 | -7/+7 |
* | block: remove a few unused exports | Christoph Hellwig | 2018-11-15 | 1 | -3/+0 |
* | block: remove set but not used variable 'et' | YueHaibing | 2018-11-09 | 1 | -2/+0 |
* | block: get rid of MQ scheduler ops union | Jens Axboe | 2018-11-07 | 1 | -4/+4 |
* | block: remove dead elevator code | Jens Axboe | 2018-11-07 | 1 | -27/+6 |
* | block, mm: remove unnecessary __GFP_HIGH flag | Shakeel Butt | 2018-07-09 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2017-03-03 | 1 | -13/+31 |
|\ |
|
| * | block: don't call ioc_exit_icq() with the queue lock held for blk-mq | Jens Axboe | 2017-03-02 | 1 | -13/+31 |
* | | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
|/ |
|
* | blk-mq-sched: don't hold queue_lock when calling exit_icq | Omar Sandoval | 2017-02-10 | 1 | -6/+16 |
* | blk-mq-sched: add framework for MQ capable IO schedulers | Jens Axboe | 2017-01-17 | 1 | -2/+6 |
* | block: move existing elevator ops to union | Jens Axboe | 2017-01-17 | 1 | -4/+4 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 1 | -1/+1 |
* | block: Substitute rcu_access_pointer() for rcu_dereference_raw() | Paul E. McKenney | 2014-02-18 | 1 | -1/+1 |
* | block: cleanup removing dependency on bootmem headers | Grygorii Strashko | 2013-11-08 | 1 | -1/+0 |
* | lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt | Jan Kara | 2013-09-11 | 1 | -1/+1 |
* | block: queue work on power efficient wq | Viresh Kumar | 2013-05-14 | 1 | -1/+2 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -2/+1 |
* | block: uninitialized ioc->nr_tasks triggers WARN_ON | Olof Johansson | 2012-08-01 | 1 | -0/+1 |
* | block: avoid infinite loop in get_task_io_context() | Eric Dumazet | 2012-05-31 | 1 | -1/+5 |
* | Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged | Tejun Heo | 2012-04-01 | 1 | -0/+6 |
|\ |
|
| * | block: fix ioc leak in put_io_context | Xiaotian Feng | 2012-03-14 | 1 | -0/+6 |
* | | block: remove ioc_*_changed() | Tejun Heo | 2012-03-20 | 1 | -68/+0 |
* | | block: add io_context->active_ref | Tejun Heo | 2012-03-06 | 1 | -11/+25 |
* | | block: interface update for ioc/icq creation functions | Tejun Heo | 2012-03-06 | 1 | -12/+10 |
|/ |
|
* | block: exit_io_context() should call elevator_exit_icq_fn() | Tejun Heo | 2012-02-15 | 1 | -8/+47 |
* | block: simplify ioc_release_fn() | Tejun Heo | 2012-02-15 | 1 | -36/+10 |
* | block: replace icq->changed with icq->flags | Tejun Heo | 2012-02-15 | 1 | -4/+26 |
* | block: fix lockdep warning on io_context release put_io_context() | Tejun Heo | 2012-02-11 | 1 | -7/+14 |
* | block: strip out locking optimization in put_io_context() | Tejun Heo | 2012-02-07 | 1 | -81/+11 |
* | block: fix ioc locking warning | Shaohua Li | 2012-02-06 | 1 | -1/+3 |
* | block: remove WARN_ON_ONCE() in exit_io_context() | Tejun Heo | 2011-12-27 | 1 | -3/+0 |
* | block: an exiting task should be allowed to create io_context | Tejun Heo | 2011-12-25 | 1 | -2/+9 |
* | block: ioc_cgroup_changed() needs to be exported | Jens Axboe | 2011-12-19 | 1 | -0/+1 |
* | block, cfq: move icq creation and rq->elv.icq association to block core | Tejun Heo | 2011-12-14 | 1 | -1/+59 |
* | block, cfq: move io_cq exit/release to blk-ioc.c | Tejun Heo | 2011-12-14 | 1 | -8/+68 |
* | block, cfq: move io_cq lookup to blk-ioc.c | Tejun Heo | 2011-12-14 | 1 | -0/+36 |
* | block, cfq: reorganize cfq_io_context into generic and cfq specific parts | Tejun Heo | 2011-12-14 | 1 | -30/+28 |
* | block, cfq: replace current_io_context() with create_io_context() | Tejun Heo | 2011-12-14 | 1 | -45/+17 |
* | block, cfq: unlink cfq_io_context's immediately | Tejun Heo | 2011-12-14 | 1 | -29/+137 |
* | block, cfq: move ioc ioprio/cgroup changed handling to cic | Tejun Heo | 2011-12-14 | 1 | -0/+45 |
* | block: make ioc get/put interface more conventional and fix race on alloction | Tejun Heo | 2011-12-14 | 1 | -33/+66 |
* | block: misc ioc cleanups | Tejun Heo | 2011-12-14 | 1 | -36/+36 |
* | Merge branch 'for-linus' into for-3.1/core | Jens Axboe | 2011-07-01 | 1 | -2/+2 |
|\ |
|
| * | block: Use hlist_entry() for io_context.cic_list.first | Paul Bolle | 2011-06-02 | 1 | -2/+2 |
* | | block: rename the return of two functions | Paul Bolle | 2011-06-06 | 1 | -20/+20 |
|/ |
|