index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: use nospec annotation for more indexes
Pavel Begunkov
2022-04-20
1
-6
/
+5
*
io_uring: zero tag on rsrc removal
Pavel Begunkov
2022-04-20
1
-1
/
+3
*
io_uring: verify pad field is 0 in io_get_ext_arg
Dylan Yudaken
2022-04-20
1
-0
/
+2
*
io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
Dylan Yudaken
2022-04-20
1
-2
/
+3
*
io_uring: move io_uring_rsrc_update2 validation
Dylan Yudaken
2022-04-20
1
-2
/
+2
*
io_uring: fix race between timeout flush and removal
Jens Axboe
2022-04-13
1
-4
/
+3
*
io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
Eugene Syromiatnikov
2022-04-13
1
-1
/
+9
*
io_uring: defer splice/tee file validity check until command issue
Jens Axboe
2022-04-13
1
-28
/
+21
*
io_uring: don't check req->file in io_fsync_prep()
Jens Axboe
2022-04-13
1
-3
/
+0
*
io_uring: don't touch scm_fp_list after queueing skb
Pavel Begunkov
2022-04-13
1
-2
/
+6
*
io_uring: nospec index for tags on files update
Pavel Begunkov
2022-04-13
1
-1
/
+1
*
io_uring: fix memory leak of uid in files registration
Pavel Begunkov
2022-04-08
1
-0
/
+1
*
io_uring: terminate manual loop iterator loop correctly for non-vecs
Jens Axboe
2022-04-08
1
-2
/
+4
*
io_uring: don't check unrelated req->open.how in accept request
Jens Axboe
2022-04-08
1
-2
/
+1
*
io_uring: fix no lock protection for ctx->cq_extra
Hao Xu
2022-03-08
1
-0
/
+3
*
io_uring: add a schedule point in io_add_buffers()
Eric Dumazet
2022-03-02
1
-0
/
+1
*
io_uring: disallow modification of rsrc_data during quiesce
Dylan Yudaken
2022-03-02
1
-1
/
+9
*
io_uring: don't convert to jiffies for waiting on timeouts
Jens Axboe
2022-03-02
1
-6
/
+7
*
mm: io_uring: allow oom-killer from io_uring_setup
Shakeel Butt
2022-02-23
1
-3
/
+2
*
io_uring: fix bug in slow unregistering of nodes
Dylan Yudaken
2022-02-01
1
-1
/
+6
*
io_uring: fix not released cached task refs
Pavel Begunkov
2022-01-29
1
-13
/
+21
*
io_uring: remove double poll on poll update
Pavel Begunkov
2022-01-27
1
-0
/
+1
*
io_uring: zero iocb->ki_pos for stream file types
Jens Axboe
2021-12-29
1
-3
/
+7
*
io_uring: ensure task_work gets run as part of cancelations
Jens Axboe
2021-12-14
1
-2
/
+4
*
io_uring: fix soft lockup when call __io_remove_buffers
Ye Bin
2021-12-01
1
-3
/
+2
*
io_uring: fix link traversal locking
Pavel Begunkov
2021-12-01
1
-18
/
+42
*
io_uring: fail cancellation for EXITING tasks
Pavel Begunkov
2021-12-01
1
-2
/
+3
*
io_uring: correct link-list traversal locking
Pavel Begunkov
2021-12-01
1
-4
/
+8
*
io_uring: honour zeroes as io-wq worker limits
Pavel Begunkov
2021-11-18
1
-1
/
+3
*
io_uring: apply worker limits to previous users
Pavel Begunkov
2021-10-21
1
-0
/
+18
*
io_uring: fix ltimeout unprep
Pavel Begunkov
2021-10-20
1
-6
/
+1
*
io_uring: apply max_workers limit to all future users
Pavel Begunkov
2021-10-20
1
-6
/
+23
*
io_uring: fix wrong condition to grab uring lock
Hao Xu
2021-10-14
1
-1
/
+1
*
io_uring: kill fasync
Pavel Begunkov
2021-10-01
1
-15
/
+2
*
io_uring: make OP_CLOSE consistent with direct open
Pavel Begunkov
2021-09-24
1
-1
/
+51
*
io_uring: kill extra checks in io_write()
Pavel Begunkov
2021-09-24
1
-3
/
+0
*
io_uring: don't punt files update to io-wq unconditionally
Jens Axboe
2021-09-24
1
-5
/
+2
*
io_uring: put provided buffer meta data under memcg accounting
Jens Axboe
2021-09-24
1
-1
/
+1
*
io_uring: allow conditional reschedule for intensive iterators
Jens Axboe
2021-09-24
1
-2
/
+6
*
io_uring: fix potential req refcount underflow
Hao Xu
2021-09-24
1
-2
/
+7
*
io_uring: fix missing set of EPOLLONESHOT for CQ ring overflow
Hao Xu
2021-09-24
1
-1
/
+3
*
io_uring: fix race between poll completion and cancel_hash insertion
Hao Xu
2021-09-24
1
-3
/
+3
*
Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-17
1
-40
/
+76
|
\
|
*
io_uring: move iopoll reissue into regular IO path
Pavel Begunkov
2021-09-15
1
-19
/
+15
|
*
io_uring: use iov_iter state save/restore helpers
Jens Axboe
2021-09-15
1
-21
/
+61
*
|
io_uring: allow retry for O_NONBLOCK if async is supported
Jens Axboe
2021-09-14
1
-5
/
+11
*
|
io_uring: auto-removal for direct open/accept
Pavel Begunkov
2021-09-14
1
-18
/
+34
*
|
io_uring: fix missing sigmask restore in io_cqring_wait()
Xiaoguang Wang
2021-09-14
1
-8
/
+8
*
|
io_uring: pin SQPOLL data before unlocking ring lock
Jens Axboe
2021-09-13
1
-3
/
+9
*
|
io_uring: ensure symmetry in handling iter types in loop_rw_iter()
Jens Axboe
2021-09-12
1
-3
/
+6
[next]