index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-ioc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-07
blk-ioc: fix recursive spin_lock/unlock_irq() in ioc_clear_queue()
Yu Kuai
1
-2
/
+2
2023-06-01
blk-ioc: protect ioc_destroy_icq() by 'queue_lock'
Yu Kuai
1
-17
/
+13
2022-06-27
block: fix default IO priority handling again
Jan Kara
1
-0
/
+2
2022-03-28
block: restore the old set_task_ioprio() behaviour wrt PF_EXITING
Jiri Slaby
1
-2
/
+1
2021-12-23
block: drop needless assignment in set_task_ioprio()
Lukas Bulwahn
1
-4
/
+2
2021-12-21
block: fix error in handling dead task for ioprio setting
Jens Axboe
1
-2
/
+8
2021-12-16
block: only build the icq tracking code when needed
Christoph Hellwig
1
-27
/
+41
2021-12-16
block: fold create_task_io_context into ioc_find_get_icq
Christoph Hellwig
1
-31
/
+12
2021-12-16
block: open code create_task_io_context in set_task_ioprio
Christoph Hellwig
1
-5
/
+11
2021-12-16
block: fold get_task_io_context into set_task_ioprio
Christoph Hellwig
1
-38
/
+14
2021-12-16
block: move set_task_ioprio to blk-ioc.c
Christoph Hellwig
1
-2
/
+32
2021-12-16
block: cleanup ioc_clear_queue
Christoph Hellwig
1
-22
/
+11
2021-12-16
block: refactor put_io_context
Christoph Hellwig
1
-19
/
+19
2021-12-16
block: remove the NULL ioc check in put_io_context
Christoph Hellwig
1
-3
/
+0
2021-12-16
block: refactor put_iocontext_active
Christoph Hellwig
1
-27
/
+14
2021-12-16
block: simplify struct io_context refcounting
Christoph Hellwig
1
-4
/
+1
2021-12-16
block: remove the nr_task field from struct io_context
Christoph Hellwig
1
-3
/
+0
2021-11-29
block: simplify ioc_lookup_icq
Christoph Hellwig
1
-4
/
+4
2021-11-29
block: simplify ioc_create_icq
Christoph Hellwig
1
-7
/
+5
2021-11-29
block: return the io_context from create_task_io_context
Christoph Hellwig
1
-36
/
+30
2021-11-29
block: use alloc_io_context in __copy_io
Christoph Hellwig
1
-6
/
+3
2021-11-29
block: factor out a alloc_io_context helper
Christoph Hellwig
1
-5
/
+14
2021-11-29
block: remove get_io_context_active
Christoph Hellwig
1
-5
/
+3
2021-11-29
block: move the remaining elv.icq handling to the I/O scheduler
Christoph Hellwig
1
-0
/
+1
2021-11-29
block: move blk_mq_sched_assign_ioc to blk-ioc.c
Christoph Hellwig
1
-4
/
+35
2021-11-29
block: mark put_io_context_active static
Christoph Hellwig
1
-1
/
+1
2021-11-29
fork: move copy_io to block/blk-ioc.c
Christoph Hellwig
1
-0
/
+27
2021-11-29
block: don't include blk-mq-sched.h in blk.h
Christoph Hellwig
1
-0
/
+1
2020-07-16
block: remove retry loop in ioc_release_fn()
John Ogness
1
-3
/
+17
2020-07-16
block: remove unnecessary ioc nested locking
John Ogness
1
-20
/
+6
2020-03-12
block: Fix use-after-free issue accessing struct io_cq
Sahitya Tummala
1
-0
/
+7
2018-11-15
block: remove the queue_lock indirection
Christoph Hellwig
1
-7
/
+7
2018-11-15
block: remove a few unused exports
Christoph Hellwig
1
-3
/
+0
2018-11-10
block: remove set but not used variable 'et'
YueHaibing
1
-2
/
+0
2018-11-07
block: get rid of MQ scheduler ops union
Jens Axboe
1
-4
/
+4
2018-11-07
block: remove dead elevator code
Jens Axboe
1
-27
/
+6
2018-07-09
block, mm: remove unnecessary __GFP_HIGH flag
Shakeel Butt
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-03-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-13
/
+31
2017-03-02
block: don't call ioc_exit_icq() with the queue lock held for blk-mq
Jens Axboe
1
-13
/
+31
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
1
-0
/
+1
2017-02-10
blk-mq-sched: don't hold queue_lock when calling exit_icq
Omar Sandoval
1
-6
/
+16
2017-01-17
blk-mq-sched: add framework for MQ capable IO schedulers
Jens Axboe
1
-2
/
+6
2017-01-17
block: move existing elevator ops to union
Jens Axboe
1
-4
/
+4
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2014-02-19
block: Substitute rcu_access_pointer() for rcu_dereference_raw()
Paul E. McKenney
1
-1
/
+1
2013-11-09
block: cleanup removing dependency on bootmem headers
Grygorii Strashko
1
-1
/
+0
2013-09-12
lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt
Jan Kara
1
-1
/
+1
2013-05-14
block: queue work on power efficient wq
Viresh Kumar
1
-1
/
+2
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
[next]