index
:
kernel/git/phy/linux-phy.git
fixes
master
next
testing
topic/dp_submode
topic/hdmi
topic/warns
PHY Group's fork of linux-phy.git
PHY Group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-11-13
io_uring/zcrx: share an ifq between rings
David Wei
1
-2
/
+61
2025-11-13
io_uring/zcrx: add io_fill_zcrx_offsets()
David Wei
1
-4
/
+9
2025-11-13
io_uring/zcrx: export zcrx via a file
Pavel Begunkov
1
-6
/
+62
2025-11-13
io_uring/zcrx: move io_zcrx_scrub() and dependencies up
David Wei
1
-42
/
+42
2025-11-13
io_uring/zcrx: count zcrx users
Pavel Begunkov
2
-2
/
+7
2025-11-13
io_uring/zcrx: add sync refill queue flushing
Pavel Begunkov
1
-3
/
+71
2025-11-13
io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRL
Pavel Begunkov
3
-0
/
+30
2025-11-13
io_uring/zcrx: elide passing msg flags
Pavel Begunkov
1
-5
/
+2
2025-11-13
io_uring/zcrx: use folio_nr_pages() instead of shift operation
Pedro Demarchi Gomes
1
-1
/
+1
2025-11-13
io_uring/zcrx: convert to use netmem_desc
Pavel Begunkov
1
-5
/
+7
2025-11-13
io_uring/query: introduce rings info query
Pavel Begunkov
1
-0
/
+13
2025-11-13
io_uring/query: introduce zcrx query
Pavel Begunkov
1
-0
/
+19
2025-11-13
io_uring: move cq/sq user offset init around
Pavel Begunkov
1
-21
/
+20
2025-11-13
io_uring: pre-calculate scq layout
Pavel Begunkov
3
-19
/
+15
2025-11-13
io_uring: keep ring laoyut in a structure
Pavel Begunkov
3
-45
/
+45
2025-11-13
io_uring: introduce struct io_ctx_config
Pavel Begunkov
3
-16
/
+40
2025-11-13
io_uring: convert params to pointer in ring reisze
Pavel Begunkov
1
-24
/
+24
2025-11-13
io_uring: use size_add helpers for ring offsets
Pavel Begunkov
1
-10
/
+8
2025-11-13
io_uring: refactor rings_size nosqarray handling
Pavel Begunkov
1
-12
/
+12
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
14
-126
/
+99
2025-11-12
io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecs
Caleb Sander Mateos
1
-7
/
+9
2025-11-11
io_uring: move flags check to io_uring_sanitise_params
Pavel Begunkov
1
-2
/
+3
2025-11-11
io_uring: use mem_is_zero to check ring params
Pavel Begunkov
1
-5
/
+3
2025-11-11
io_uring: pass sq entries in the params struct
Pavel Begunkov
3
-6
/
+9
2025-11-11
io_uring: add helper calculating region byte size
Pavel Begunkov
2
-2
/
+7
2025-11-11
io_uring/query: buffer size calculations with a union
Pavel Begunkov
1
-9
/
+11
2025-11-11
io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lock
David Wei
1
-6
/
+10
2025-11-10
io_uring/query: return number of available queries
Pavel Begunkov
1
-0
/
+2
2025-11-10
io_uring/rw: ensure allocated iovec gets cleared for early failure
Jens Axboe
1
-0
/
+3
2025-11-07
io_uring: fix regbuf vector size truncation
Pavel Begunkov
1
-2
/
+9
2025-11-06
io_uring: use WRITE_ONCE for user shared memory
Pavel Begunkov
1
-4
/
+6
2025-11-06
io_uring/zcrx: reverse ifq refcount
David Wei
3
-29
/
+15
2025-11-06
io_uring/zcrx: move io_unregister_zcrx_ifqs() down
David Wei
1
-22
/
+22
2025-11-06
io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifq
David Wei
2
-6
/
+20
2025-11-06
io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()
David Wei
1
-4
/
+5
2025-11-06
io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct param
David Wei
3
-16
/
+21
2025-11-06
io_uring/memmap: refactor io_free_region() to take user_struct param
David Wei
6
-14
/
+14
2025-11-06
io_uring/memmap: remove unneeded io_ring_ctx arg
David Wei
1
-7
/
+5
2025-11-05
io_uring/futex: move futexv owned status to struct io_futexv_data
Jens Axboe
1
-9
/
+7
2025-11-05
io_uring/futex: move futexv async data handling to struct io_futexv_data
Jens Axboe
1
-10
/
+15
2025-11-05
io_uring: fix types for region size calulation
Pavel Begunkov
1
-1
/
+1
2025-11-05
io_uring: fix typos and comment wording
Alok Tiwari
4
-7
/
+7
2025-11-04
io_uring/memmap: return bool from io_mem_alloc_compound()
Caleb Sander Mateos
1
-8
/
+6
2025-11-04
io_uring/cancel: move cancelation code from io_uring.c to cancel.c
Jens Axboe
5
-242
/
+245
2025-11-04
io_uring/cancel: move __io_uring_cancel() into cancel.c
Jens Axboe
2
-6
/
+6
2025-11-04
io_uring/cancel: move request/task cancelation logic into cancel.c
Jens Axboe
4
-41
/
+40
2025-11-04
io_uring/memmap: remove dead io_create_region_mmap_safe() declaration
Jens Axboe
1
-5
/
+0
2025-11-03
io_uring/rsrc: use get/put_user() for integer copy
Jens Axboe
1
-2
/
+2
2025-11-03
io_uring/slist: remove unused wq list splice helpers
Jens Axboe
1
-18
/
+0
2025-11-03
io_uring/zcrx: remove sync refill uapi
Pavel Begunkov
3
-78
/
+0
2025-11-03
io_uring/uring_cmd: avoid double indirect call in task work dispatch
Caleb Sander Mateos
1
-16
/
+2
2025-11-03
io_uring: add wrapper type for io_req_tw_func_t arg
Caleb Sander Mateos
12
-41
/
+56
2025-11-03
io_uring: only call io_should_terminate_tw() once for ctx
Caleb Sander Mateos
1
-3
/
+2
2025-10-30
io_uring/fdinfo: validate opcode before checking if it's an 128b one
Jens Axboe
1
-0
/
+4
2025-10-27
io_uring/fdinfo: cap SQ iteration at max SQ entries
Jens Axboe
1
-5
/
+6
2025-10-23
io_uring: fix buffer auto-commit for multishot uring_cmd
Ming Lei
1
-11
/
+22
2025-10-23
io_uring: correct __must_hold annotation in io_install_fixed_file
Alok Tiwari
1
-1
/
+1
2025-10-22
io_uring/fdinfo: show SQEs for no array setup
Keith Busch
1
-2
/
+4
2025-10-22
io_uring: check for user passing 0 nr_submit
Pavel Begunkov
1
-2
/
+3
2025-10-22
io_uring: Fix code indentation error
Ranganath V N
2
-2
/
+2
2025-10-22
io_uring/sqpoll: be smarter on when to update the stime usage
Jens Axboe
1
-11
/
+32
2025-10-22
io_uring/sqpoll: switch away from getrusage() for CPU accounting
Jens Axboe
3
-18
/
+23
2025-10-22
io_uring: add support for IORING_SETUP_SQE_MIXED
Keith Busch
7
-26
/
+106
2025-10-20
io_uring: only publish fully handled mem region
Pavel Begunkov
3
-26
/
+18
2025-10-20
io_uring/kbuf: use io_create_region for kbuf creation
Pavel Begunkov
1
-1
/
+1
2025-10-20
io_uring: don't free never created regions
Pavel Begunkov
1
-3
/
+2
2025-10-20
io_uring: remove extra args from io_register_free_rings
Pavel Begunkov
1
-6
/
+5
2025-10-20
io_uring: use no mmap safe region helpers on resizing
Pavel Begunkov
1
-2
/
+2
2025-10-20
io_uring: sanity check sizes before attempting allocation
Pavel Begunkov
1
-16
/
+12
2025-10-20
io_uring: deduplicate array_size in io_allocate_scq_urings
Pavel Begunkov
1
-3
/
+5
2025-10-20
io_uring/waitid: use io_waitid_remove_wq() consistently
Jens Axboe
1
-4
/
+11
2025-10-20
io_uring/waitid: have io_waitid_complete() remove wait queue entry
Jens Axboe
1
-6
/
+20
2025-10-20
io_uring: unify task_work cancelation checks
Jens Axboe
5
-23
/
+23
2025-10-20
io_uring: fix incorrect unlikely() usage in io_waitid_prep()
Alok Tiwari
1
-1
/
+1
2025-10-15
io_uring/rw: check for NULL io_br_sel when putting a buffer
Jens Axboe
1
-1
/
+5
2025-10-15
io_uring: fix unexpected placement on same size resizing
Pavel Begunkov
1
-7
/
+0
2025-10-15
io_uring: protect mem region deregistration
Pavel Begunkov
1
-0
/
+1
2025-10-13
Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"
Jens Axboe
1
-1
/
+1
2025-10-08
io_uring/zcrx: increment fallback loop src offset
Pavel Begunkov
1
-0
/
+1
2025-10-08
io_uring/zcrx: fix overshooting recv limit
Pavel Begunkov
1
-0
/
+4
2025-10-07
io_uring/waitid: always prune wait queue entry in io_waitid_wait()
Jens Axboe
1
-1
/
+2
2025-10-03
io_uring: update liburing git URL
Jens Axboe
1
-1
/
+1
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-10-02
Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+2
2025-10-02
Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
25
-406
/
+839
2025-09-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-37
/
+15
2025-09-21
io_uring/zcrx: remove nth_page() usage within folio
David Hildenbrand
1
-2
/
+2
2025-09-20
io_uring: fix nvme's 32b cqes on mixed cq
Keith Busch
2
-5
/
+8
2025-09-19
Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linux
Linus Torvalds
8
-37
/
+15
2025-09-19
io_uring/query: cap number of queries
Pavel Begunkov
1
-1
/
+5
2025-09-19
io_uring/query: prevent infinite loops
Pavel Begunkov
1
-0
/
+4
2025-09-19
io_uring: fix incorrect io_kiocb reference in io_link_skb
Yang Xiuwei
1
-1
/
+1
2025-09-18
io_uring/msg_ring: kill alloc_cache for io_kiocb allocations
Jens Axboe
2
-26
/
+2
2025-09-18
io_uring: include dying ring in task_work "should cancel" state
Jens Axboe
5
-7
/
+9
2025-09-16
io_uring/zcrx: account niov arrays to cgroup
Pavel Begunkov
1
-3
/
+3
2025-09-16
io_uring/zcrx: allow synchronous buffer return
Pavel Begunkov
3
-0
/
+78
2025-09-16
io_uring/zcrx: introduce io_parse_rqe()
Pavel Begunkov
1
-13
/
+23
2025-09-16
io_uring/zcrx: don't adjust free cache space
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: use guards for the refill lock
Pavel Begunkov
1
-5
/
+2
2025-09-16
io_uring/zcrx: reduce netmem scope in refill
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: protect netdev with pp_lock
Pavel Begunkov
2
-13
/
+11
2025-09-16
io_uring/zcrx: rename dma lock
Pavel Begunkov
2
-5
/
+10
2025-09-16
io_uring/zcrx: make niov size variable
Pavel Begunkov
2
-10
/
+21
2025-09-16
io_uring/zcrx: set sgt for umem area
Pavel Begunkov
2
-9
/
+7
2025-09-16
io_uring/zcrx: remove dmabuf_offset
Pavel Begunkov
2
-12
/
+2
2025-09-16
io_uring/zcrx: deduplicate area mapping
Pavel Begunkov
1
-23
/
+14
2025-09-16
io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()
Pavel Begunkov
1
-6
/
+6
2025-09-16
io_uring/zcrx: check all niovs filled with dma addresses
Pavel Begunkov
1
-0
/
+3
2025-09-16
io_uring/zcrx: move area reg checks into io_import_area
Pavel Begunkov
1
-9
/
+9
2025-09-16
io_uring/zcrx: don't pass slot to io_zcrx_create_area
Pavel Begunkov
1
-4
/
+14
2025-09-16
io_uring/zcrx: remove extra io_zcrx_drop_netdev
Pavel Begunkov
1
-1
/
+0
2025-09-16
io_uring/zcrx: use page_pool_unref_and_test()
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: replace memchar_inv with is_zero
Pavel Begunkov
1
-1
/
+1
2025-09-16
io_uring/zcrx: improve rqe cache alignment
Pavel Begunkov
1
-4
/
+5
2025-09-15
io_uring/zcrx: fix ifq->if_rxq is -1, get dma_dev is NULL
Feng Zhou
1
-1
/
+1
2025-09-15
io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflow
Max Kellermann
1
-3
/
+3
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2025-09-10
io_uring: correct size of overflow CQE calculation
Jens Axboe
1
-1
/
+1
2025-09-10
io_uring: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-10
io_uring: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-08
io_uring/rsrc: respect submitter_task in io_register_clone_buffers()
Caleb Sander Mateos
1
-0
/
+7
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
10
-2
/
+9
2025-09-08
Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2025-09-08
io_uring: Replace kzalloc() + copy_from_user() with memdup_user()
Thorsten Blum
1
-7
/
+3
2025-09-08
io_uring: introduce io_uring querying
Pavel Begunkov
4
-1
/
+109
2025-09-08
io_uring: add macros for avaliable flags
Pavel Begunkov
2
-29
/
+60
2025-09-08
io_uring: add helper for *REGISTER_SEND_MSG_RING
Pavel Begunkov
1
-14
/
+19
2025-09-04
io_uring: remove WRITE_ONCE() in io_uring_create()
Caleb Sander Mateos
1
-2
/
+7
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+13
2025-09-03
io_uring/uring_cmd: correct io_uring_cmd_done() ret type
Caleb Sander Mateos
1
-1
/
+1
2025-09-02
io_uring/uring_cmd: add io_uring_cmd_tw_t type alias
Caleb Sander Mateos
1
-1
/
+1
2025-09-02
io_uring/register: drop redundant submitter_task check
Caleb Sander Mateos
1
-4
/
+0
2025-09-02
io_uring/net: correct type for min_not_zero() cast
Jens Axboe
1
-1
/
+1
2025-09-01
Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Christian Brauner
2
-0
/
+4
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+4
2025-08-28
io_uring/zcrx: add support for custom DMA devices
Dragos Tatulea
1
-1
/
+2
2025-08-28
io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengths
Jens Axboe
1
-7
/
+13
2025-08-27
io_uring: add async data clear/free helpers
Jens Axboe
6
-22
/
+23
2025-08-27
io_uring/zcrx: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
1
-3
/
+7
2025-08-27
io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
2
-2
/
+3
2025-08-27
io_uring/nop: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
1
-2
/
+15
2025-08-27
io_uring: add support for IORING_SETUP_CQE_MIXED
Jens Axboe
3
-31
/
+99
2025-08-27
io_uring/kbuf: fix signedness in this_len calculation
Qingyue Zhang
1
-1
/
+1
2025-08-24
io_uring/fdinfo: handle mixed sized CQEs
Jens Axboe
1
-10
/
+12
2025-08-24
io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks
Caleb Sander Mateos
1
-7
/
+3
2025-08-24
io_uring/cmd: deduplicate uring_cmd_flags checks
Caleb Sander Mateos
1
-2
/
+0
2025-08-24
io_uring: uring_cmd: add multishot support
Ming Lei
2
-1
/
+71
2025-08-24
io-uring: move `struct io_br_sel` into io_uring_types.h
Ming Lei
1
-18
/
+0
2025-08-24
io_uring/kbuf: check for ring provided buffers first in recycling
Jens Axboe
1
-2
/
+2
2025-08-24
io_uring: remove async/poll related provided buffer recycles
Jens Axboe
2
-6
/
+0
2025-08-24
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
6
-68
/
+55
2025-08-24
io_uring/net: use struct io_br_sel->val as the send finish value
Jens Axboe
1
-10
/
+12
2025-08-24
io_uring/net: use struct io_br_sel->val as the recv finish value
Jens Axboe
1
-16
/
+19
2025-08-24
io_uring/kbuf: use struct io_br_sel for multiple buffers picking
Jens Axboe
3
-23
/
+25
2025-08-24
io_uring/rw: recycle buffers manually for non-mshot reads
Jens Axboe
1
-0
/
+2
2025-08-24
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
4
-38
/
+59
2025-08-24
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
6
-40
/
+45
2025-08-24
io_uring/net: clarify io_recv_buf_select() return value
Jens Axboe
1
-1
/
+1
2025-08-24
io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
Jens Axboe
1
-3
/
+3
2025-08-24
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
4
-17
/
+14
2025-08-24
io_uring/zctx: check chained notif contexts
Pavel Begunkov
1
-0
/
+5
2025-08-24
io_uring: add request poisoning
Pavel Begunkov
1
-0
/
+23
2025-08-21
io_uring: clear ->async_data as part of normal init
Jens Axboe
1
-0
/
+1
2025-08-21
io_uring/futex: ensure io_futex_wait() cleans up properly on failure
Jens Axboe
1
-0
/
+3
2025-08-20
fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability
Christoph Hellwig
1
-0
/
+3
2025-08-13
io_uring/io-wq: add check free worker before create new worker
Fengnan Chang
1
-0
/
+8
2025-08-12
io_uring/net: commit partial buffers on retry
Jens Axboe
1
-12
/
+15
2025-08-08
io_uring/memmap: cast nr_pages to size_t before shifting
Jens Axboe
1
-1
/
+1
2025-07-30
io_uring/net: Allow to do vectorized send
Norman Maurer
1
-2
/
+7
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
18
-216
/
+867
2025-07-28
Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2025-07-21
io_uring/zcrx: fix leaking pages on sg init fail
Pavel Begunkov
1
-1
/
+3
2025-07-21
io_uring/zcrx: don't leak pages on account failure
Pavel Begunkov
1
-4
/
+2
[next]