开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2020-07-24
io_uring: rename sr->msg into umsg
Pavel Begunkov
2020-07-24
io_uring: fix sq array offset calculation
Dmitry Vyukov
2020-07-24
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
2020-07-24
io_uring: fix lockup in io_fail_links()
Pavel Begunkov
2020-07-24
io_uring: fix ->work corruption with poll_add
Pavel Begunkov
2020-07-23
io_uring: missed req_init_async() for IOSQE_ASYNC
Pavel Begunkov
2020-07-18
io_uring: always allow drain/link/hardlink/async sqe flags
Daniele Albano
2020-07-17
io_uring: ensure double poll additions work with both request types
Jens Axboe
2020-07-15
io_uring: fix recvmsg memory leak with buffer selection
Pavel Begunkov
2020-07-12
io_uring: fix not initialised work->flags
Pavel Begunkov
2020-07-12
io_uring: fix missing msg_name assignment
Pavel Begunkov
2020-07-10
io_uring: account user memory freed when exit has been queued
Jens Axboe
2020-07-10
io_uring: fix memleak in io_sqe_files_register()
Yang Yingliang
2020-07-09
io_uring: remove dead 'ctx' argument and move forward declaration
Jens Axboe
2020-07-09
io_uring: get rid of __req_need_defer()
Jens Axboe
2020-07-08
io_uring: fix memleak in __io_sqe_files_update()
Yang Yingliang
2020-07-08
io_uring: export cq overflow status to userspace
Xiaoguang Wang
2020-07-08
io_uring: only call kfree() for a non-zero pointer
Jens Axboe
2020-07-08
io_uring: fix a use after free in io_async_task_func()
Dan Carpenter
2020-07-07
io_uring: don't burn CPU for iopoll on exit
Pavel Begunkov
2020-07-07
io_uring: remove nr_events arg from iopoll_check()
Pavel Begunkov
2020-07-07
io_uring: partially inline io_iopoll_getevents()
Pavel Begunkov
2020-07-06
io_uring: briefly loose locks while reaping events
Pavel Begunkov
2020-07-06
io_uring: fix stopping iopoll'ing too early
Pavel Begunkov
2020-07-06
io_uring: don't delay iopoll'ed req completion
Pavel Begunkov
2020-07-05
io_uring: fix lost cqe->flags
Pavel Begunkov
2020-07-05
io_uring: keep queue_sqe()'s fail path separately
Pavel Begunkov
2020-07-05
io_uring: fix mis-refcounting linked timeouts
Pavel Begunkov
2020-07-05
io_uring: use new io_req_task_work_add() helper throughout
Jens Axboe
2020-07-05
io_uring: abstract out task work running
Jens Axboe
2020-07-05
Merge branch 'io_uring-5.8' into for-5.9/io_uring
Jens Axboe
2020-07-04
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
2020-06-30
io_uring: use signal based task_work running
Jens Axboe
2020-06-30
io_uring: fix missing ->mm on exit
Pavel Begunkov
2020-06-30
io_uring: optimise io_req_find_next() fast check
Pavel Begunkov
2020-06-30
io_uring: simplify io_async_task_func()
Pavel Begunkov
2020-06-30
io_uring: fix NULL mm in io_poll_task_func()
Pavel Begunkov
2020-06-30
io_uring: don't fail iopoll requeue without ->mm
Pavel Begunkov
2020-06-30
io_uring: clean up io_kill_linked_timeout() locking
Jens Axboe
2020-06-30
io_uring: do grab_env() just before punting
Pavel Begunkov
2020-06-30
io_uring: factor out grab_env() from defer_prep()
Pavel Begunkov
2020-06-30
io_uring: do init work in grab_env()
Pavel Begunkov
2020-06-30
io_uring: don't pass def into io_req_work_grab_env
Pavel Begunkov
2020-06-30
io_uring: fix potential use after free on fallback request free
Pavel Begunkov
2020-06-30
io_uring: kill REQ_F_TIMEOUT_NOSEQ
Pavel Begunkov
2020-06-30
io_uring: kill REQ_F_TIMEOUT
Pavel Begunkov
2020-06-30
io_uring: replace find_next() out param with ret
Pavel Begunkov
2020-06-30
io_uring: deduplicate freeing linked timeouts
Pavel Begunkov
2020-06-29
io_uring: fix missing wake_up io_rw_reissue()
Pavel Begunkov
2020-06-28
io_uring: fix iopoll -EAGAIN handling
Pavel Begunkov
[next]