index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-18
io_uring: always allow drain/link/hardlink/async sqe flags
Daniele Albano
1
-4
/
+9
2020-07-18
io_uring: ensure double poll additions work with both request types
Jens Axboe
1
-21
/
+26
2020-07-15
io_uring: fix recvmsg memory leak with buffer selection
Pavel Begunkov
1
-2
/
+8
2020-07-12
io_uring: fix not initialised work->flags
Pavel Begunkov
1
-1
/
+2
2020-07-12
io_uring: fix missing msg_name assignment
Pavel Begunkov
1
-0
/
+2
2020-07-10
io_uring: account user memory freed when exit has been queued
Jens Axboe
1
-3
/
+10
2020-07-10
io_uring: fix memleak in io_sqe_files_register()
Yang Yingliang
1
-0
/
+1
2020-07-10
io_uring: remove dead 'ctx' argument and move forward declaration
Jens Axboe
1
-5
/
+4
2020-07-09
io_uring: get rid of __req_need_defer()
Jens Axboe
1
-10
/
+6
2020-07-09
io_uring: fix memleak in __io_sqe_files_update()
Yang Yingliang
1
-1
/
+3
2020-07-09
io_uring: export cq overflow status to userspace
Xiaoguang Wang
1
-2
/
+9
2020-07-09
io_uring: only call kfree() for a non-zero pointer
Jens Axboe
1
-1
/
+2
2020-07-08
io_uring: fix a use after free in io_async_task_func()
Dan Carpenter
1
-1
/
+2
2020-07-07
io_uring: don't burn CPU for iopoll on exit
Pavel Begunkov
1
-12
/
+11
2020-07-07
io_uring: remove nr_events arg from iopoll_check()
Pavel Begunkov
1
-7
/
+5
2020-07-07
io_uring: partially inline io_iopoll_getevents()
Pavel Begunkov
1
-3
/
+3
2020-07-06
io_uring: briefly loose locks while reaping events
Pavel Begunkov
1
-1
/
+6
2020-07-06
io_uring: fix stopping iopoll'ing too early
Pavel Begunkov
1
-7
/
+2
2020-07-06
io_uring: don't delay iopoll'ed req completion
Pavel Begunkov
1
-0
/
+4
2020-07-06
io_uring: fix lost cqe->flags
Pavel Begunkov
1
-1
/
+2
2020-07-06
io_uring: keep queue_sqe()'s fail path separately
Pavel Begunkov
1
-12
/
+11
2020-07-06
io_uring: fix mis-refcounting linked timeouts
Pavel Begunkov
1
-26
/
+7
2020-07-06
io_uring: use new io_req_task_work_add() helper throughout
Jens Axboe
1
-40
/
+37
2020-07-06
io_uring: abstract out task work running
Jens Axboe
1
-17
/
+19
2020-07-06
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
1
-6
/
+37
2020-07-04
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
1
-7
/
+22
2020-06-30
io_uring: use signal based task_work running
Jens Axboe
1
-8
/
+24
2020-06-30
io_uring: fix missing ->mm on exit
Pavel Begunkov
1
-6
/
+8
2020-06-30
io_uring: optimise io_req_find_next() fast check
Pavel Begunkov
1
-4
/
+8
2020-06-30
io_uring: simplify io_async_task_func()
Pavel Begunkov
1
-24
/
+5
2020-06-30
io_uring: fix NULL mm in io_poll_task_func()
Pavel Begunkov
1
-7
/
+2
2020-06-30
io_uring: don't fail iopoll requeue without ->mm
Pavel Begunkov
1
-3
/
+1
2020-06-30
io_uring: clean up io_kill_linked_timeout() locking
Jens Axboe
1
-11
/
+21
2020-06-30
io_uring: do grab_env() just before punting
Pavel Begunkov
1
-24
/
+29
2020-06-30
io_uring: factor out grab_env() from defer_prep()
Pavel Begunkov
1
-8
/
+7
2020-06-30
io_uring: do init work in grab_env()
Pavel Begunkov
1
-5
/
+3
2020-06-30
io_uring: don't pass def into io_req_work_grab_env
Pavel Begunkov
1
-4
/
+5
2020-06-30
io_uring: fix potential use after free on fallback request free
Pavel Begunkov
1
-2
/
+5
2020-06-30
io_uring: kill REQ_F_TIMEOUT_NOSEQ
Pavel Begunkov
1
-7
/
+8
2020-06-30
io_uring: kill REQ_F_TIMEOUT
Pavel Begunkov
1
-4
/
+0
2020-06-30
io_uring: replace find_next() out param with ret
Pavel Begunkov
1
-18
/
+18
2020-06-30
io_uring: deduplicate freeing linked timeouts
Pavel Begunkov
1
-49
/
+58
2020-06-29
io_uring: fix missing wake_up io_rw_reissue()
Pavel Begunkov
1
-1
/
+3
2020-06-28
io_uring: fix iopoll -EAGAIN handling
Pavel Begunkov
1
-7
/
+4
2020-06-28
io_uring: do task_work_run() during iopoll
Pavel Begunkov
1
-0
/
+2
2020-06-28
io_uring: clean up req->result setting by rw
Pavel Begunkov
1
-7
/
+2
2020-06-28
io_uring: kill REQ_F_LINK_NEXT
Pavel Begunkov
1
-8
/
+1
2020-06-28
io_uring: cosmetic changes for batch free
Pavel Begunkov
1
-32
/
+37
2020-06-28
io_uring: batch-free linked requests as well
Pavel Begunkov
1
-10
/
+16
2020-06-28
io_uring: dismantle req early and remove need_iter
Pavel Begunkov
1
-11
/
+3
[prev]
[next]