index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-ioc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
|
/
*
blk-cgroup: Initialize ioc->cgroup_changed at ioc creation time
Vivek Goyal
2011-05-23
1
-0
/
+3
*
block: Clean up exit_io_context() source code.
Bart Van Assche
2010-12-21
1
-3
/
+2
*
block: remove unused copy_io_context()
Jens Axboe
2010-11-11
1
-14
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
block: don't access jiffies when initialising io_context
Richard Kennedy
2010-03-01
1
-1
/
+1
*
block: removed unused as_io_context
Kirill Afonshin
2010-01-11
1
-5
/
+0
*
block: Fix io_context leak after failure of clone with CLONE_IO
Louis Rilling
2009-12-04
1
-5
/
+5
*
block: Fix io_context leak after clone with CLONE_IO
Louis Rilling
2009-12-04
1
-1
/
+1
*
block: prevent possible io_context->refcount overflow
Nikanth Karthikesan
2009-06-10
1
-6
/
+6
*
cfq-iosched: fix RCU race in the cfq io_context destructor handling
Jens Axboe
2008-05-07
1
-1
/
+1
*
cfq-iosched: add hlist for browsing parallel to the radix tree
Jens Axboe
2008-02-19
1
-20
/
+15
*
make blk_ioc_init() static
Adrian Bunk
2008-02-19
1
-1
/
+1
*
block: kill swap_io_context()
Jens Axboe
2008-02-01
1
-9
/
+0
*
block: continue ll_rw_blk.c splitup
Jens Axboe
2008-01-29
1
-0
/
+194
[prev]