index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-25
io_uring: always grab file table for deferred statx
Jens Axboe
1
-5
/
+1
2022-05-18
io_uring: always use original task when preparing req identity
Jens Axboe
1
-1
/
+1
2022-04-13
io_uring: fix race between timeout flush and removal
Jens Axboe
1
-8
/
+7
2022-04-13
io_uring: don't touch scm_fp_list after queueing skb
Pavel Begunkov
1
-2
/
+6
2022-04-08
io_uring: fix memory leak of uid in files registration
Pavel Begunkov
1
-0
/
+1
2022-04-08
io_uring: terminate manual loop iterator loop correctly for non-vecs
Jens Axboe
1
-2
/
+4
2022-03-19
io_uring: return back safer resurrect
Pavel Begunkov
1
-4
/
+14
2022-03-02
io_uring: add a schedule point in io_add_buffers()
Eric Dumazet
1
-0
/
+1
2021-11-06
Revert "io_uring: reinforce cancel on flush during exit"
Lee Jones
1
-1
/
+2
2021-11-02
io_uring: don't take uring_lock during iowq cancel
Pavel Begunkov
1
-0
/
+2
2021-10-27
io_uring: fix splice_fd_in checks backport typo
Kamal Mostafa
1
-1
/
+1
2021-09-30
io_uring: put provided buffer meta data under memcg accounting
Jens Axboe
1
-1
/
+1
2021-09-22
io_uring: ensure symmetry in handling iter types in loop_rw_iter()
Jens Axboe
1
-3
/
+6
2021-09-18
io_uring: remove duplicated io_size from rw
Pavel Begunkov
1
-10
/
+6
2021-09-18
fs/io_uring Don't use the return value from import_iovec().
David Laight
1
-4
/
+4
2021-09-18
io_uring: fail links of cancelled timeouts
Pavel Begunkov
1
-0
/
+2
2021-09-18
io_uring: add ->splice_fd_in checks
Pavel Begunkov
1
-16
/
+24
2021-09-18
io_uring: place fixed tables under memcg limits
Pavel Begunkov
1
-3
/
+3
2021-09-18
io_uring: limit fixed table size by RLIMIT_NOFILE
Pavel Begunkov
1
-0
/
+2
2021-09-15
io_uring: IORING_OP_WRITE needs hash_reg_file set
Jens Axboe
1
-0
/
+1
2021-08-26
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
1
-2
/
+3
2021-08-26
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
1
-5
/
+6
2021-08-04
io_uring: fix null-ptr-deref in io_sq_offload_start()
Yang Yingliang
1
-1
/
+1
2021-07-31
io_uring: fix link timeout refs
Pavel Begunkov
1
-1
/
+0
2021-07-28
io_uring: remove double poll entry on arm failure
Pavel Begunkov
1
-0
/
+2
2021-07-28
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
1
-6
/
+10
2021-07-19
io_uring: fix clear IORING_SETUP_R_DISABLED in wrong function
Yang Yingliang
1
-1
/
+1
2021-07-19
io_uring: convert io_buffer_idr to XArray
Jens Axboe
1
-28
/
+15
2021-07-19
io_uring: Convert personality_idr to XArray
Matthew Wilcox (Oracle)
1
-29
/
+30
2021-07-19
io_uring: simplify io_remove_personalities()
Yejune Deng
1
-17
/
+11
2021-07-14
io_uring: fix blocking inline submission
Pavel Begunkov
1
-1
/
+1
2021-06-10
io_uring: use better types for cflags
Pavel Begunkov
1
-2
/
+3
2021-06-10
io_uring: fix link timeout refs
Pavel Begunkov
1
-0
/
+1
2021-05-14
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
1
-2
/
+8
2021-05-14
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
1
-2
/
+2
2021-04-16
io_uring: don't mark S_ISBLK async work as unbounded
Jens Axboe
1
-1
/
+1
2021-04-10
io_uring: fix timeout cancel return code
Pavel Begunkov
1
-4
/
+4
2021-04-07
io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...
Stefan Metzmacher
1
-4
/
+20
2021-04-07
io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
Stefan Metzmacher
1
-4
/
+4
2021-04-07
io_uring: fix ->flags races by linked timeouts
Pavel Begunkov
1
-1
/
+0
2021-03-30
io_uring: fix provide_buffers sign extension
Pavel Begunkov
1
-1
/
+3
2021-03-25
io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return
Jens Axboe
1
-0
/
+1
2021-03-25
io_uring: don't attempt IO reissue from the ring exit path
Jens Axboe
1
-0
/
+7
2021-03-25
io_uring: fix inconsistent lock state
Pavel Begunkov
1
-2
/
+3
2021-03-25
io_uring: ensure that SQPOLL thread is started for exit
Jens Axboe
1
-3
/
+3
2021-03-09
io_uring: ignore double poll add on the same waitqueue head
Jens Axboe
1
-0
/
+3
2021-03-04
io_uring: fix possible deadlock in io_uring_poll
Hao Xu
1
-2
/
+15
2021-02-13
io_uring: drop mm/files between task_work_submit
Pavel Begunkov
1
-0
/
+3
2021-02-13
io_uring: reinforce cancel on flush during exit
Pavel Begunkov
1
-2
/
+1
2021-02-13
io_uring: fix sqo ownership false positive warning
Pavel Begunkov
1
-2
/
+0
[next]