index
:
kernel/git/riscv/linux.git
fixes
for-next
master
sbiv3
RISC-V Linux kernel tree
RISC-V 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-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-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
2025-07-21
io_uring/zcrx: fix null ifq on area destruction
Pavel Begunkov
1
-3
/
+2
2025-07-18
Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linux
Linus Torvalds
3
-7
/
+11
2025-07-18
io_uring/cmd: remove struct io_uring_cmd_data
Caleb Sander Mateos
2
-12
/
+1
2025-07-18
io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
Caleb Sander Mateos
1
-1
/
+5
2025-07-16
io_uring/zcrx: account area memory
Pavel Begunkov
2
-0
/
+28
2025-07-16
io_uring: export io_[un]account_mem
Pavel Begunkov
2
-2
/
+4
2025-07-16
io_uring/poll: fix POLLERR handling
Pavel Begunkov
2
-6
/
+8
2025-07-16
io_uring/net: Support multishot receive len cap
Norman Maurer
1
-4
/
+34
2025-07-15
io_uring: deduplicate wakeup handling
Jens Axboe
1
-11
/
+16
2025-07-14
io_uring/net: cast min_not_zero() type
Jens Axboe
1
-1
/
+1
2025-07-14
io_uring/zcrx: disallow user selected dmabuf offset and size
Pavel Begunkov
1
-1
/
+3
2025-07-12
io_uring/poll: cleanup apoll freeing
Jens Axboe
1
-8
/
+3
2025-07-11
Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linux
Linus Torvalds
3
-7
/
+3
2025-07-10
io_uring/net: allow multishot receive per-invocation cap
Jens Axboe
1
-6
/
+17
2025-07-10
io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
Jens Axboe
1
-11
/
+15
2025-07-10
io_uring/net: use passed in 'len' in io_recv_buf_select()
Jens Axboe
1
-1
/
+1
2025-07-08
io_uring/zcrx: prepare fallback for larger pages
Pavel Begunkov
1
-27
/
+56
2025-07-08
io_uring/zcrx: assert area type in io_zcrx_iov_page
Pavel Begunkov
1
-0
/
+2
2025-07-08
io_uring/zcrx: allocate sgtable for umem areas
Pavel Begunkov
2
-51
/
+28
2025-07-08
io_uring/zcrx: introduce io_populate_area_dma
Pavel Begunkov
1
-25
/
+31
2025-07-08
io_uring/zcrx: return error from io_zcrx_map_area_*
Pavel Begunkov
1
-13
/
+14
2025-07-08
io_uring/zcrx: always pass page to io_zcrx_copy_chunk
Pavel Begunkov
1
-11
/
+10
2025-07-08
Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"
Jens Axboe
1
-2
/
+1
2025-07-08
io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCU
Jens Axboe
1
-2
/
+2
2025-07-07
io_uring/rw: cast rw->flags assignment to rwf_t
Jens Axboe
1
-1
/
+1
2025-07-07
io_uring/zcrx: fix pp destruction warnings
Pavel Begunkov
1
-3
/
+0
2025-07-06
Merge branch 'io_uring-6.16' into for-6.17/io_uring
Jens Axboe
8
-25
/
+54
2025-07-02
io_uring/rsrc: skip atomic refcount for uncloned buffers
Caleb Sander Mateos
1
-2
/
+4
2025-07-02
io_uring/mock: add trivial poll handler
Pavel Begunkov
1
-2
/
+35
2025-07-02
io_uring/mock: support for async read/write
Pavel Begunkov
1
-4
/
+55
2025-07-02
io_uring/mock: allow to choose FMODE_NOWAIT
Pavel Begunkov
1
-1
/
+7
2025-07-02
io_uring/mock: add sync read/write
Pavel Begunkov
1
-5
/
+62
2025-07-02
io_uring/mock: add cmd using vectored regbufs
Pavel Begunkov
1
-1
/
+69
2025-07-02
io_uring/mock: add basic infra for test mock files
Pavel Begunkov
2
-0
/
+149
2025-06-30
Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+2
2025-06-29
io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well
Jens Axboe
1
-1
/
+2
2025-06-27
Merge tag 'io_uring-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
7
-24
/
+52
2025-06-26
io_uring/kbuf: flag partial buffer mappings
Jens Axboe
3
-9
/
+18
2025-06-25
io_uring/net: mark iov as dynamically allocated even for single segments
Jens Axboe
1
-5
/
+6
2025-06-25
io_uring: fix resource leak in io_import_dmabuf()
Penglei Jiang
1
-2
/
+4
2025-06-24
io_uring: don't assume uaddr alignment in io_vec_fill_bvec
Pavel Begunkov
1
-3
/
+7
2025-06-24
io_uring/rsrc: don't rely on user vaddr alignment
Pavel Begunkov
2
-1
/
+7
2025-06-24
io_uring/rsrc: fix folio unpinning
Pavel Begunkov
1
-4
/
+9
2025-06-23
io_uring/netcmd: add tx timestamping cmd support
Pavel Begunkov
1
-0
/
+82
2025-06-23
io_uring: add mshot helper for posting CQE32
Pavel Begunkov
4
-0
/
+56
2025-06-23
io_uring/cmd: allow multishot polled commands
Pavel Begunkov
2
-0
/
+26
2025-06-23
io_uring/poll: introduce io_arm_apoll()
Pavel Begunkov
2
-17
/
+28
2025-06-23
io_uring/nop: add IORING_NOP_TW completion flag
Jens Axboe
1
-1
/
+7
2025-06-23
io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copies
Jens Axboe
3
-9
/
+14
2025-06-23
io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()
Jens Axboe
1
-21
/
+13
2025-06-23
io_uring: add struct io_cold_def->sqe_copy() method
Jens Axboe
2
-2
/
+26
2025-06-23
io_uring: add IO_URING_F_INLINE issue flag
Jens Axboe
1
-5
/
+7
2025-06-23
io_uring: make fallocate be hashed work
Fengnan Chang
1
-0
/
+1
2025-06-21
Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-06-20
io_uring/net: always use current transfer count for buffer put
Jens Axboe
1
-1
/
+1
2025-06-19
Merge tag 'io_uring-6.16-20250619' of git://git.kernel.dk/linux
Linus Torvalds
4
-10
/
+10
2025-06-18
io_uring: fix potential page leak in io_sqe_buffer_register()
Penglei Jiang
1
-3
/
+3
2025-06-17
io_uring/sqpoll: don't put task_struct on tctx setup failure
Jens Axboe
1
-4
/
+1
2025-06-17
io_uring: remove duplicate io_uring_alloc_task_context() definition
Jens Axboe
2
-2
/
+1
2025-06-15
io_uring: fix task leak issue in io_wq_create()
Penglei Jiang
1
-1
/
+3
2025-06-15
io_uring/rsrc: validate buffer count with offset for cloning
Jens Axboe
1
-0
/
+2
2025-06-14
Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linux
Linus Torvalds
6
-23
/
+59
2025-06-13
io_uring: run local task_work from ring exit IOPOLL reaping
Jens Axboe
1
-0
/
+3
2025-06-13
io_uring/kbuf: don't truncate end buffer for multiple buffer peeks
Jens Axboe
1
-1
/
+4
2025-06-12
io_uring: consistently use rcu semantics with sqpoll thread
Keith Busch
4
-15
/
+38
2025-06-10
io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
Penglei Jiang
2
-7
/
+14
2025-06-10
fs/pipe: set FMODE_NOWAIT in create_pipe_files()
Jens Axboe
1
-2
/
+0
2025-06-06
Merge tag 'io_uring-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
7
-12
/
+37
2025-06-04
io_uring/futex: mark wait requests as inflight
Jens Axboe
3
-1
/
+11
2025-06-04
io_uring/futex: get rid of struct io_futex addr union
Jens Axboe
1
-5
/
+2
2025-06-03
io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAX
Jens Axboe
2
-2
/
+18
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+2
2025-05-28
io_uring/net: only consider msg_inq if larger than 1
Jens Axboe
1
-2
/
+2
2025-05-27
io_uring/zcrx: fix area release on registration failure
Pavel Begunkov
1
-1
/
+2
2025-05-27
io_uring/zcrx: init id for xa_find
Pavel Begunkov
1
-1
/
+2
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+1
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
42
-703
/
+944
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2
-0
/
+3
2025-05-25
Merge branch 'locking/futex' into locking/core, to pick up pending futex changes
Ingo Molnar
1
-3
/
+1
2025-05-23
io_uring/cmd: warn on reg buf imports by ineligible cmds
Pavel Begunkov
1
-0
/
+6
2025-05-23
io_uring/io-wq: only create a new worker if it can make progress
Jens Axboe
1
-0
/
+28
2025-05-23
io_uring/io-wq: ignore non-busy worker going to sleep
Jens Axboe
1
-0
/
+2
2025-05-23
io_uring/io-wq: move hash helpers to the top
Jens Axboe
1
-10
/
+10
2025-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-24
/
+31
2025-05-21
io_uring/net: only retry recv bundle for a full transfer
Jens Axboe
1
-4
/
+10
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
23
-47
/
+46
2025-05-21
io_uring: fix overflow resched cqe reordering
Pavel Begunkov
1
-0
/
+1
2025-05-20
io_uring/cmd: axe duplicate io_uring_cmd_import_fixed_vec() declaration
Caleb Sander Mateos
1
-6
/
+0
2025-05-17
io_uring: add new helpers for posting overflows
Jens Axboe
1
-21
/
+29
2025-05-17
io_uring: pass in struct io_big_cqe to io_alloc_ocqe()
Jens Axboe
1
-12
/
+11
2025-05-17
io_uring: make io_alloc_ocqe() take a struct io_cqe pointer
Jens Axboe
1
-10
/
+16
2025-05-17
io_uring: split alloc and add of overflow
Jens Axboe
1
-29
/
+45
2025-05-16
io_uring: open code io_req_cqe_overflow()
Pavel Begunkov
1
-10
/
+10
2025-05-16
io_uring/fdinfo: get rid of dumping credentials
Jens Axboe
1
-38
/
+0
2025-05-16
io_uring/fdinfo: only compile if CONFIG_PROC_FS is set
Jens Axboe
2
-3
/
+2
2025-05-16
Merge branch 'io_uring-6.15' into for-6.16/io_uring
Jens Axboe
5
-71
/
+72
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-36
/
+24
2025-05-14
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()
Jens Axboe
1
-23
/
+25
2025-05-13
io_uring/kbuf: unify legacy buf provision and removal
Pavel Begunkov
3
-50
/
+31
2025-05-13
io_uring/kbuf: refactor __io_remove_buffers
Pavel Begunkov
1
-25
/
+13
2025-05-13
io_uring/kbuf: don't compute size twice on prep
Pavel Begunkov
1
-2
/
+0
2025-05-13
io_uring/kbuf: drop extra vars in io_register_pbuf_ring
Pavel Begunkov
1
-3
/
+3
2025-05-13
io_uring/kbuf: use mem_is_zero()
Pavel Begunkov
1
-10
/
+4
2025-05-13
io_uring/kbuf: account ring io_buffer_list memory
Pavel Begunkov
1
-1
/
+1
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-1
/
+1
2025-05-13
netmem: add niov->type attribute to distinguish different net_iov types
Mina Almasry
1
-0
/
+1
2025-05-12
io_uring/memmap: don't use page_address() on a highmem page
Jens Axboe
1
-1
/
+1
2025-05-12
io_uring: drain based on allocates reqs
Pavel Begunkov
2
-49
/
+33
2025-05-12
io_uring/uring_cmd: fix hybrid polling initialization issue
hexue
1
-0
/
+5
2025-05-09
io_uring: count allocated requests
Pavel Begunkov
1
-1
/
+8
2025-05-09
io_uring: open code io_account_cq_overflow()
Pavel Begunkov
1
-9
/
+4
2025-05-09
io_uring: consolidate drain seq checking
Pavel Begunkov
1
-28
/
+17
2025-05-09
io_uring: remove drain prealloc checks
Pavel Begunkov
1
-12
/
+3
2025-05-09
io_uring: simplify drain ret passing
Pavel Begunkov
1
-3
/
+1
2025-05-09
io_uring: fix spurious drain flushing
Pavel Begunkov
1
-1
/
+13
2025-05-09
io_uring: account drain memory to cgroup
Pavel Begunkov
1
-1
/
+1
2025-05-09
io_uring: add lockdep asserts to io_add_aux_cqe
Pavel Begunkov
1
-0
/
+3
2025-05-09
io_uring/net: move CONFIG_NET guards to Makefile
Pavel Begunkov
2
-4
/
+2
2025-05-09
io_uring: update parameter name in io_pin_pages function declaration
Long Li
1
-1
/
+1
2025-05-09
io_uring/sqpoll: Increase task_work submission batch size
Gabriel Krisman Bertazi
1
-1
/
+1
2025-05-07
io_uring: ensure deferred completions are flushed for multishot
Jens Axboe
1
-0
/
+8
2025-05-06
io_uring: move io_req_put_rsrc_nodes()
Pavel Begunkov
2
-12
/
+10
2025-05-06
io_uring: remove io_preinit_req()
Pavel Begunkov
2
-19
/
+3
2025-05-06
io_uring/timeout: don't export link t-out disarm helper
Pavel Begunkov
2
-16
/
+8
2025-05-06
io_uring/zcrx: dmabuf backed zerocopy receive
Pavel Begunkov
2
-16
/
+154
2025-05-06
io_uring: enable per-io write streams
Keith Busch
2
-0
/
+3
2025-05-04
io_uring: always arm linked timeouts prior to issue
Jens Axboe
1
-35
/
+15
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
1
-3
/
+1
2025-05-02
io_uring/zcrx: split common area map/unmap parts
Pavel Begunkov
1
-13
/
+29
2025-05-02
io_uring/zcrx: split out memory holders from area
Pavel Begunkov
2
-26
/
+56
2025-05-02
io_uring/zcrx: resolve netdev before area creation
Pavel Begunkov
1
-10
/
+11
2025-05-02
io_uring/zcrx: improve area validation
Pavel Begunkov
3
-17
/
+19
2025-04-30
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Jens Axboe
1
-2
/
+2
2025-04-28
io_uring/cmd: move net cmd into a separate file
Pavel Begunkov
3
-83
/
+84
2025-04-28
io_uring: delete misleading comment in io_fill_cqe_aux()
Pavel Begunkov
1
-5
/
+0
2025-04-24
io_uring: fix 'sync' handling of io_fallback_tw()
Jens Axboe
1
-6
/
+7
2025-04-24
io_uring/eventfd: open code io_eventfd_grab()
Pavel Begunkov
1
-30
/
+10
2025-04-24
io_uring/eventfd: clean up rcu locking
Pavel Begunkov
1
-17
/
+7
2025-04-24
io_uring/eventfd: dedup signalling helpers
Pavel Begunkov
3
-21
/
+12
2025-04-24
io_uring: don't duplicate flushing in io_req_post_cqe
Pavel Begunkov
1
-3
/
+8
2025-04-23
io_uring/zcrx: add support for multiple ifqs
Pavel Begunkov
3
-27
/
+54
2025-04-21
io_uring/zcrx: move zcrx region to struct io_zcrx_ifq
Pavel Begunkov
2
-8
/
+13
2025-04-21
io_uring/zcrx: let zcrx choose region for mmaping
Pavel Begunkov
4
-4
/
+26
2025-04-21
io_uring/zcrx: remove sqe->file_index check
Pavel Begunkov
1
-2
/
+1
2025-04-21
io_uring/zcrx: move io_zcrx_iov_page
Pavel Begunkov
1
-14
/
+14
2025-04-21
io_uring/zcrx: remove duplicated freelist init
Pavel Begunkov
1
-3
/
+0
2025-04-21
io_uring/rsrc: remove null check on import
Pavel Begunkov
1
-2
/
+0
2025-04-21
io_uring/rsrc: clean up io_coalesce_buffer()
Pavel Begunkov
1
-25
/
+22
2025-04-21
io_uring/rsrc: use unpin_user_folio
Pavel Begunkov
1
-3
/
+2
2025-04-21
io_uring/rsrc: remove node assignment helpers
Jens Axboe
3
-18
/
+11
2025-04-21
io_uring: add support for IORING_OP_PIPE
Jens Axboe
3
-0
/
+143
2025-04-21
io_uring: don't store bgid in req->buf_index
Pavel Begunkov
3
-9
/
+7
2025-04-21
io_uring/kbuf: pass bgid to io_buffer_select()
Pavel Begunkov
5
-9
/
+13
2025-04-21
io_uring: set IMPORT_BUFFER in generic send setup
Pavel Begunkov
1
-3
/
+3
2025-04-21
io_uring/net: don't use io_do_buffer_select at prep
Pavel Begunkov
1
-15
/
+7
2025-04-21
io_uring/wq: avoid indirect do_work/free_work calls
Caleb Sander Mateos
4
-19
/
+5
2025-04-18
io_uring/zcrx: fix late dma unmap for a dead dev
Pavel Begunkov
2
-4
/
+18
2025-04-17
io_uring/rsrc: ensure segments counts are correct on kbuf buffers
Jens Axboe
1
-5
/
+22
2025-04-17
io_uring/rsrc: send exact nr_segs for fixed buffer
Nitesh Shetty
1
-3
/
+4
2025-04-17
io_uring/rsrc: refactor io_import_fixed
Pavel Begunkov
1
-17
/
+7
2025-04-17
io_uring/rsrc: separate kbuf offset adjustments
Pavel Begunkov
1
-12
/
+7
2025-04-17
io_uring/rsrc: don't skip offset calculation
Pavel Begunkov
1
-38
/
+37
2025-04-15
io_uring/zcrx: add pp to ifq conversion helper
Pavel Begunkov
1
-4
/
+9
2025-04-15
io_uring/zcrx: return ifq id to the user
Pavel Begunkov
1
-1
/
+2
2025-04-07
io_uring/kbuf: reject zero sized provided buffers
Jens Axboe
1
-0
/
+2
2025-04-07
io_uring/zcrx: separate niov number from pages
Pavel Begunkov
2
-9
/
+11
2025-04-07
io_uring/zcrx: put refill data into separate cache line
Pavel Begunkov
1
-2
/
+2
2025-04-04
io_uring: don't post tag CQEs on file/buffer registration failure
Pavel Begunkov
1
-1
/
+16
2025-04-03
io_uring: always do atomic put from iowq
Pavel Begunkov
2
-1
/
+8
2025-04-02
io_uring: support vectored kernel fixed buffer
Ming Lei
1
-3
/
+88
2025-04-02
io_uring: add validate_fixed_range() for validate fixed buffer
Ming Lei
1
-11
/
+22
2025-04-01
io_uring/zcrx: return early from io_zcrx_recv_skb if readlen is 0
David Wei
1
-0
/
+8
2025-03-31
io_uring/net: avoid import_ubuf for regvec send
Pavel Begunkov
1
-0
/
+2
2025-03-31
io_uring/rsrc: check size when importing reg buffer
Pavel Begunkov
1
-0
/
+2
2025-03-31
io_uring: cleanup {g,s]etsockopt sqe reading
Pavel Begunkov
1
-8
/
+10
2025-03-31
io_uring: hide caches sqes from drivers
Pavel Begunkov
2
-2
/
+3
2025-03-31
io_uring: make zcrx depend on CONFIG_IO_URING
Pavel Begunkov
1
-0
/
+1
2025-03-31
io_uring: add req flag invariant build assertion
Pavel Begunkov
1
-0
/
+2
2025-03-28
io_uring: don't pass ctx to tw add remote helper
Pavel Begunkov
3
-11
/
+8
2025-03-28
io_uring/msg: initialise msg request opcode
Pavel Begunkov
1
-0
/
+1
2025-03-28
io_uring/msg: rename io_double_lock_ctx()
Pavel Begunkov
1
-4
/
+4
2025-03-28
io_uring/net: import zc ubuf earlier
Pavel Begunkov
1
-28
/
+16
2025-03-28
io_uring/net: set sg_from_iter in advance
Pavel Begunkov
1
-10
/
+15
2025-03-28
io_uring/net: clusterise send vs msghdr branches
Pavel Begunkov
1
-11
/
+4
2025-03-28
io_uring/net: unify sendmsg setup with zc
Pavel Begunkov
1
-22
/
+6
2025-03-28
io_uring/net: combine sendzc flags writes
Pavel Begunkov
1
-2
/
+1
2025-03-28
io_uring/net: open code io_net_vec_assign()
Pavel Begunkov
1
-11
/
+5
2025-03-28
io_uring/net: open code io_sendmsg_copy_hdr()
Pavel Begunkov
1
-20
/
+10
2025-03-28
io_uring/net: account memory for zc sendmsg
Pavel Begunkov
1
-1
/
+11
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
13
-210
/
+534
[next]