index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-ioc.c
Age
Commit message (
Expand
)
Author
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
2011-12-14
block, cfq: move io_cq exit/release to blk-ioc.c
Tejun Heo
2011-12-14
block, cfq: move io_cq lookup to blk-ioc.c
Tejun Heo
2011-12-14
block, cfq: reorganize cfq_io_context into generic and cfq specific parts
Tejun Heo
2011-12-14
block, cfq: replace current_io_context() with create_io_context()
Tejun Heo
2011-12-14
block, cfq: unlink cfq_io_context's immediately
Tejun Heo
2011-12-14
block, cfq: move ioc ioprio/cgroup changed handling to cic
Tejun Heo
2011-12-14
block: make ioc get/put interface more conventional and fix race on alloction
Tejun Heo
2011-12-14
block: misc ioc cleanups
Tejun Heo
2011-07-01
Merge branch 'for-linus' into for-3.1/core
Jens Axboe
2011-06-06
block: rename the return of two functions
Paul Bolle
2011-06-02
block: Use hlist_entry() for io_context.cic_list.first
Paul Bolle
2011-05-23
blk-cgroup: Initialize ioc->cgroup_changed at ioc creation time
Vivek Goyal
2010-12-21
block: Clean up exit_io_context() source code.
Bart Van Assche
2010-11-11
block: remove unused copy_io_context()
Jens Axboe
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-01
block: don't access jiffies when initialising io_context
Richard Kennedy
2010-01-11
block: removed unused as_io_context
Kirill Afonshin
2009-12-04
block: Fix io_context leak after failure of clone with CLONE_IO
Louis Rilling
2009-12-04
block: Fix io_context leak after clone with CLONE_IO
Louis Rilling
2009-06-10
block: prevent possible io_context->refcount overflow
Nikanth Karthikesan
[next]