index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
2020-12-09
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
2020-12-09
io_uring: add timeout support for io_uring_enter()
Hao Xu
2020-12-09
io_uring: only plug when appropriate
Jens Axboe
2020-12-09
io_uring: rearrange io_kiocb fields for better caching
Pavel Begunkov
2020-12-09
io_uring: link requests with singly linked list
Pavel Begunkov
2020-12-09
io_uring: track link timeout's master explicitly
Pavel Begunkov
2020-12-09
io_uring: track link's head and tail during submit
Pavel Begunkov
2020-12-09
io_uring: split poll and poll_remove structs
Pavel Begunkov
2020-12-09
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
2020-12-09
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
2020-12-09
io_uring: enable file table usage for SQPOLL rings
Jens Axboe
2020-12-09
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
2020-12-08
io_uring: fix file leak on error path of io ctx creation
Hillf Danton
2020-12-07
io_uring: fix mis-seting personality's creds
Pavel Begunkov
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
2020-12-01
block: remove i_bdev
Christoph Hellwig
2020-11-30
io_uring: fix recvmsg setup with compat buf-select
Pavel Begunkov
2020-11-26
io_uring: fix files grab/cancel race
Pavel Begunkov
2020-11-24
io_uring: fix ITER_BVEC check
Pavel Begunkov
2020-11-24
io_uring: fix shift-out-of-bounds when round up cq size
Joseph Qi
2020-11-23
io_uring: add support for shutdown(2)
Jens Axboe
2020-11-23
io_uring: allow SQPOLL with CAP_SYS_NICE privileges
Jens Axboe
2020-11-20
Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-18
io_uring: order refnode recycling
Pavel Begunkov
2020-11-18
io_uring: get an active ref_node from files_data
Pavel Begunkov
2020-11-17
io_uring: don't double complete failed reissue request
Jens Axboe
2020-11-14
io_uring: handle -EOPNOTSUPP on path resolution
Jens Axboe
2020-11-13
Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-11-11
io_uring: round-up cq size before comparing with rounded sq size
Jens Axboe
2020-11-10
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
2020-11-05
io_uring: fix link lookup racing with link timeout
Pavel Begunkov
2020-11-05
io_uring: use correct pointer for io_uring_show_cred()
Jens Axboe
2020-11-05
io_uring: don't forget to task-cancel drained reqs
Pavel Begunkov
2020-11-04
io_uring: fix overflowed cancel w/ linked ->files
Pavel Begunkov
2020-11-04
io_uring: drop req/tctx io_identity separately
Jens Axboe
2020-11-04
io_uring: ensure consistent view of original task ->mm from SQPOLL
Jens Axboe
2020-11-04
io_uring: properly handle SQPOLL request cancelations
Jens Axboe
2020-10-30
Merge tag 'io_uring-5.10-2020-10-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-25
io_uring: use type appropriate io_kiocb handler for double poll
Jens Axboe
2020-10-24
Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-23
io_uring: simplify __io_queue_sqe()
Pavel Begunkov
2020-10-23
io_uring: simplify nxt propagation in io_queue_sqe
Pavel Begunkov
2020-10-23
io_uring: don't miss setting IO_WQ_WORK_CONCURRENT
Pavel Begunkov
2020-10-23
io_uring: don't defer put of cancelled ltimeout
Pavel Begunkov
2020-10-23
io_uring: always clear LINK_TIMEOUT after cancel
Pavel Begunkov
2020-10-23
io_uring: don't adjust LINK_HEAD in cancel ltimeout
Pavel Begunkov
2020-10-23
io_uring: remove opcode check on ltimeout kill
Pavel Begunkov
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-22
io_uring: make loop_rw_iter() use original user supplied pointers
Jens Axboe
[prev]
[next]