index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-ioc.c
Age
Commit message (
Expand
)
Author
2021-11-29
block: simplify ioc_lookup_icq
Christoph Hellwig
2021-11-29
block: simplify ioc_create_icq
Christoph Hellwig
2021-11-29
block: return the io_context from create_task_io_context
Christoph Hellwig
2021-11-29
block: use alloc_io_context in __copy_io
Christoph Hellwig
2021-11-29
block: factor out a alloc_io_context helper
Christoph Hellwig
2021-11-29
block: remove get_io_context_active
Christoph Hellwig
2021-11-29
block: move the remaining elv.icq handling to the I/O scheduler
Christoph Hellwig
2021-11-29
block: move blk_mq_sched_assign_ioc to blk-ioc.c
Christoph Hellwig
2021-11-29
block: mark put_io_context_active static
Christoph Hellwig
2021-11-29
fork: move copy_io to block/blk-ioc.c
Christoph Hellwig
2021-11-29
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
2020-07-16
block: remove retry loop in ioc_release_fn()
John Ogness
2020-07-16
block: remove unnecessary ioc nested locking
John Ogness
2020-03-12
block: Fix use-after-free issue accessing struct io_cq
Sahitya Tummala
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
2018-11-15
block: remove a few unused exports
Christoph Hellwig
2018-11-09
block: remove set but not used variable 'et'
YueHaibing
2018-11-07
block: get rid of MQ scheduler ops union
Jens Axboe
2018-11-07
block: remove dead elevator code
Jens Axboe
2018-07-09
block, mm: remove unnecessary __GFP_HIGH flag
Shakeel Butt
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-03-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-03-02
block: don't call ioc_exit_icq() with the queue lock held for blk-mq
Jens Axboe
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
2017-02-10
blk-mq-sched: don't hold queue_lock when calling exit_icq
Omar Sandoval
2017-01-17
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
2017-01-17
block: move existing elevator ops to union
Jens Axboe
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2014-02-18
block: Substitute rcu_access_pointer() for rcu_dereference_raw()
Paul E. McKenney
2013-11-08
block: cleanup removing dependency on bootmem headers
Grygorii Strashko
2013-09-11
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
2013-05-14
block: queue work on power efficient wq
Viresh Kumar
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2012-08-01
block: uninitialized ioc->nr_tasks triggers WARN_ON
Olof Johansson
2012-05-31
block: avoid infinite loop in get_task_io_context()
Eric Dumazet
2012-04-01
Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged
Tejun Heo
2012-03-20
block: remove ioc_*_changed()
Tejun Heo
2012-03-14
block: fix ioc leak in put_io_context
Xiaotian Feng
2012-03-06
block: add io_context->active_ref
Tejun Heo
2012-03-06
block: interface update for ioc/icq creation functions
Tejun Heo
2012-02-15
block: exit_io_context() should call elevator_exit_icq_fn()
Tejun Heo
2012-02-15
block: simplify ioc_release_fn()
Tejun Heo
2012-02-15
block: replace icq->changed with icq->flags
Tejun Heo
2012-02-11
block: fix lockdep warning on io_context release put_io_context()
Tejun Heo
2012-02-07
block: strip out locking optimization in put_io_context()
Tejun Heo
2012-02-06
block: fix ioc locking warning
Shaohua Li
2011-12-27
block: remove WARN_ON_ONCE() in exit_io_context()
Tejun Heo
2011-12-25
block: an exiting task should be allowed to create io_context
Tejun Heo
2011-12-19
block: ioc_cgroup_changed() needs to be exported
Jens Axboe
2011-12-14
block, cfq: move icq creation and rq->elv.icq association to block core
Tejun Heo
[next]