index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-ioc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
Yu Kuai
2023-06-07
1
-2
/
+2
*
blk-ioc: protect ioc_destroy_icq() by 'queue_lock'
Yu Kuai
2023-06-01
1
-17
/
+13
*
block: fix default IO priority handling again
Jan Kara
2022-06-27
1
-0
/
+2
*
block: restore the old set_task_ioprio() behaviour wrt PF_EXITING
Jiri Slaby
2022-03-28
1
-2
/
+1
*
block: drop needless assignment in set_task_ioprio()
Lukas Bulwahn
2021-12-23
1
-4
/
+2
*
block: fix error in handling dead task for ioprio setting
Jens Axboe
2021-12-20
1
-2
/
+8
*
block: only build the icq tracking code when needed
Christoph Hellwig
2021-12-16
1
-27
/
+41
*
block: fold create_task_io_context into ioc_find_get_icq
Christoph Hellwig
2021-12-16
1
-31
/
+12
*
block: open code create_task_io_context in set_task_ioprio
Christoph Hellwig
2021-12-16
1
-5
/
+11
*
block: fold get_task_io_context into set_task_ioprio
Christoph Hellwig
2021-12-16
1
-38
/
+14
*
block: move set_task_ioprio to blk-ioc.c
Christoph Hellwig
2021-12-16
1
-2
/
+32
*
block: cleanup ioc_clear_queue
Christoph Hellwig
2021-12-16
1
-22
/
+11
*
block: refactor put_io_context
Christoph Hellwig
2021-12-16
1
-19
/
+19
*
block: remove the NULL ioc check in put_io_context
Christoph Hellwig
2021-12-16
1
-3
/
+0
*
block: refactor put_iocontext_active
Christoph Hellwig
2021-12-16
1
-27
/
+14
*
block: simplify struct io_context refcounting
Christoph Hellwig
2021-12-16
1
-4
/
+1
*
block: remove the nr_task field from struct io_context
Christoph Hellwig
2021-12-16
1
-3
/
+0
*
block: simplify ioc_lookup_icq
Christoph Hellwig
2021-11-29
1
-4
/
+4
*
block: simplify ioc_create_icq
Christoph Hellwig
2021-11-29
1
-7
/
+5
*
block: return the io_context from create_task_io_context
Christoph Hellwig
2021-11-29
1
-36
/
+30
*
block: use alloc_io_context in __copy_io
Christoph Hellwig
2021-11-29
1
-6
/
+3
*
block: factor out a alloc_io_context helper
Christoph Hellwig
2021-11-29
1
-5
/
+14
*
block: remove get_io_context_active
Christoph Hellwig
2021-11-29
1
-5
/
+3
*
block: move the remaining elv.icq handling to the I/O scheduler
Christoph Hellwig
2021-11-29
1
-0
/
+1
*
block: move blk_mq_sched_assign_ioc to blk-ioc.c
Christoph Hellwig
2021-11-29
1
-4
/
+35
*
block: mark put_io_context_active static
Christoph Hellwig
2021-11-29
1
-1
/
+1
*
fork: move copy_io to block/blk-ioc.c
Christoph Hellwig
2021-11-29
1
-0
/
+27
*
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
2021-11-29
1
-0
/
+1
*
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
[next]