index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-13
allow incomplete imports of filenames
Al Viro
4
-90
/
+84
2026-01-13
io_uring: track restrictions separately for IORING_OP and IORING_REGISTER
Jens Axboe
2
-7
/
+16
2026-01-13
io_uring: move ctx->restricted check into io_check_restriction()
Jens Axboe
1
-1
/
+3
2026-01-13
io_uring/register: set ctx->restricted when restrictions are parsed
Jens Axboe
1
-4
/
+3
2026-01-13
io_uring/register: have io_parse_restrictions() set restrictions enabled
Jens Axboe
1
-1
/
+1
2026-01-13
io_uring/register: have io_parse_restrictions() return number of ops
Jens Axboe
1
-7
/
+10
2026-01-12
io_uring/register: drop io_register_enable_rings() submitter_task check
Caleb Sander Mateos
1
-1
/
+1
2026-01-12
io_uring/msg_ring: drop unnecessary submitter_task checks
Caleb Sander Mateos
3
-20
/
+7
2026-01-12
io_uring: use release-acquire ordering for IORING_SETUP_R_DISABLED
Caleb Sander Mateos
3
-4
/
+17
2026-01-09
Merge tag 'io_uring-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+4
2026-01-07
io_uring: remove nr_segs recalculation in io_import_kbuf()
Ming Lei
1
-11
/
+0
2026-01-05
io_uring: Trim out unused includes
Gabriel Krisman Bertazi
5
-16
/
+1
2026-01-05
io_uring/io-wq: remove io_wq_for_each_worker() return value
Jens Axboe
1
-6
/
+3
2026-01-05
io_uring/io-wq: fix incorrect io_wq_for_each_worker() termination logic
Jens Axboe
1
-3
/
+3
2026-01-02
Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-10
/
+21
2026-01-01
io_uring/memmap: drop unused sz param in io_uring_validate_mmap_request()
Caleb Sander Mateos
1
-5
/
+4
2026-01-01
io_uring/tctx: add separate lock for list of tctx's in ctx
Jens Axboe
4
-4
/
+16
2025-12-30
io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
Alexandre Negrel
1
-1
/
+1
2025-12-28
io_uring: IOPOLL polling improvements
Jens Axboe
5
-56
/
+21
2025-12-26
Merge tag 'io_uring-6.19-20251226' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-12-25
io_uring: fix filename leak in __io_openat_prep()
Prithvi Tambewagh
1
-1
/
+1
2025-12-20
Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-12-17
io_uring: fix nr_segs calculation in io_import_kbuf
huang-jl
1
-0
/
+1
2025-12-12
Merge tag 'io_uring-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2025-12-09
io_uring: fix min_wait wakeups for SQPOLL
Jens Axboe
1
-0
/
+3
2025-12-09
Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-59
/
+61
2025-12-09
Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+0
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-12-05
io_uring/poll: unify poll waitqueue entry and list removal
Jens Axboe
1
-21
/
+22
2025-12-05
io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffer ring fields
Joanne Koong
1
-4
/
+4
2025-12-04
io_uring/kbuf: use READ_ONCE() for userspace-mapped memory
Caleb Sander Mateos
1
-5
/
+5
2025-12-04
io_uring/rsrc: fix lost entries after cloned range
Joanne Koong
1
-1
/
+11
2025-12-04
io_uring/rsrc: rename misleading src_node variable in io_clone_buffers()
Joanne Koong
1
-4
/
+4
2025-12-04
io_uring/rsrc: clean up buffer cloning arg validation
Joanne Koong
1
-21
/
+6
2025-12-04
block: enable per-cpu bio cache by default
Fengnan Chang
1
-1
/
+0
2025-12-04
io_uring/io-wq: always retry worker create on ERESTART*
Caleb Sander Mateos
1
-2
/
+3
2025-12-04
io_uring/poll: correctly handle io_poll_add() return value on update
Jens Axboe
1
-2
/
+7
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
32
-770
/
+1158
2025-12-01
Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+15
2025-12-01
Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-14
/
+2
2025-11-28
io_uring: convert io_create_mock_file() to FD_PREPARE()
Christian Brauner
1
-28
/
+15
2025-11-26
io_uring: Introduce getsockname io_uring cmd
Gabriel Krisman Bertazi
1
-0
/
+22
2025-11-26
io_uring/query: drop unused io_handle_query_entry() ctx arg
Caleb Sander Mateos
3
-7
/
+6
2025-11-25
io_uring: fix mixed cqe overflow handling
Pavel Begunkov
1
-0
/
+2
2025-11-25
fs, iomap: remove IOCB_DIO_CALLER_COMP
Christoph Hellwig
1
-14
/
+2
2025-11-24
io_uring/net: ensure vectored buffer node import is tied to notification
Jens Axboe
1
-2
/
+4
2025-11-20
io_uring/kbuf: remove obsolete buf_nr_pages and update comments
Joanne Koong
1
-3
/
+2
2025-11-20
io_uring/cmd_net: fix wrong argument types for skb_queue_splice()
Jens Axboe
1
-1
/
+1
2025-11-18
io_uring/register: use correct location for io_rings_layout
Jens Axboe
1
-1
/
+1
2025-11-16
mm: consistently use current->mm in mm_get_unmapped_area()
Ryan Roberts
1
-1
/
+1
[prev]
[next]