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
/
io_uring
/
rsrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-04
io_uring/rsrc: don't offload node free
Pavel Begunkov
1
-55
/
+4
2023-04-04
io_uring/rsrc: optimise io_rsrc_put allocation
Pavel Begunkov
1
-17
/
+34
2023-04-04
io_uring/rsrc: rename rsrc_list
Pavel Begunkov
1
-3
/
+3
2023-04-04
io_uring/rsrc: kill rsrc_ref_lock
Pavel Begunkov
1
-5
/
+0
2023-04-04
io_uring/rsrc: protect node refs with uring_lock
Pavel Begunkov
1
-26
/
+4
2023-04-04
io_uring/rsrc: keep cached refs per node
Pavel Begunkov
1
-6
/
+9
2023-04-04
io_uring/rsrc: use non-pcpu refcounts for nodes
Pavel Begunkov
1
-10
/
+5
2023-03-22
io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()
Savino Dicanosa
1
-0
/
+1
2023-03-16
io_uring/rsrc: fix folio accounting
Pavel Begunkov
1
-1
/
+7
2023-03-16
io_uring: rsrc: Optimize return value variable 'ret'
Li zeming
1
-1
/
+1
2023-02-24
io_uring/rsrc: always initialize 'folio' to NULL
Jens Axboe
1
-1
/
+1
2023-02-22
io_uring/rsrc: optimise registered huge pages
Pavel Begunkov
1
-6
/
+32
2023-02-22
io_uring/rsrc: optimise single entry advance
Pavel Begunkov
1
-1
/
+4
2023-02-22
io_uring/rsrc: disallow multi-source reg buffers
Pavel Begunkov
1
-5
/
+8
2023-02-22
io_uring/rsrc: fix a comment in io_import_fixed()
Pavel Begunkov
1
-1
/
+1
2023-02-03
io_uring: use bvec_set_page to initialize a bvec
Christoph Hellwig
1
-3
/
+1
2022-12-07
io_uring: use tw for putting rsrc
Pavel Begunkov
1
-2
/
+17
2022-11-30
io_uring: don't reinstall quiesce node for each tw
Pavel Begunkov
1
-20
/
+18
2022-11-30
io_uring: improve rsrc quiesce refs checks
Pavel Begunkov
1
-9
/
+6
2022-11-25
io_uring: remove overflow param from io_post_aux_cqe
Dylan Yudaken
1
-2
/
+2
2022-11-21
io_uring: do not always force run task_work in io_uring_register
Dylan Yudaken
1
-1
/
+6
2022-10-17
io_uring: remove FFS_SCM
Pavel Begunkov
1
-5
/
+2
2022-10-13
io_uring/af_unix: defer registered files gc to io_uring release
Pavel Begunkov
1
-0
/
+1
2022-09-21
io_uring: add IORING_SETUP_DEFER_TASKRUN
Dylan Yudaken
1
-1
/
+1
2022-09-01
Revert "io_uring: rename IORING_OP_FILES_UPDATE"
Pavel Begunkov
1
-15
/
+2
2022-09-01
Revert "io_uring: add zc notification flush requests"
Pavel Begunkov
1
-38
/
+0
2022-08-13
io_uring: make io_kiocb_to_cmd() typesafe
Stefan Metzmacher
1
-5
/
+5
2022-07-25
io_uring/net: make page accounting more consistent
Pavel Begunkov
1
-8
/
+4
2022-07-25
io_uring: add zc notification flush requests
Pavel Begunkov
1
-0
/
+38
2022-07-25
io_uring: rename IORING_OP_FILES_UPDATE
Pavel Begunkov
1
-2
/
+15
2022-07-25
io_uring: Use atomic_long_try_cmpxchg in __io_account_mem
Uros Bizjak
1
-4
/
+3
2022-07-25
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
1
-2
/
+2
2022-07-25
io_uring: let to set a range for file slot allocation
Pavel Begunkov
1
-0
/
+2
2022-07-25
io_uring: split out fixed file installation and removal
Jens Axboe
1
-1
/
+1
2022-07-25
io_uring: move io_import_fixed()
Pavel Begunkov
1
-0
/
+60
2022-07-25
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
1
-1
/
+0
2022-07-25
io_uring: don't expose io_fill_cqe_aux()
Pavel Begunkov
1
-9
/
+5
2022-07-25
io_uring: make reg buf init consistent
Pavel Begunkov
1
-6
/
+3
2022-07-25
io_uring: move rsrc related data, core, and commands
Jens Axboe
1
-0
/
+1320