index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2020-10-09
io_uring: Fix use of XArray in __io_uring_files_cancel
Matthew Wilcox (Oracle)
2020-10-08
io_uring: fix break condition for __io_uring_register() waiting
Jens Axboe
2020-10-08
io_uring: no need to call xa_destroy() on empty xarray
Jens Axboe
2020-10-07
io_uring: batch account ->req_issue and task struct references
Jens Axboe
2020-09-30
io_uring: kill callback_head argument for io_req_task_work_add()
Jens Axboe
2020-09-30
io_uring: move req preps out of io_issue_sqe()
Pavel Begunkov
2020-09-30
io_uring: decouple issuing and req preparation
Pavel Begunkov
2020-09-30
io_uring: remove nonblock arg from io_{rw}_prep()
Pavel Begunkov
2020-09-30
io_uring: set/clear IOCB_NOWAIT into io_read/write
Pavel Begunkov
2020-09-30
io_uring: remove F_NEED_CLEANUP check in *prep()
Pavel Begunkov
2020-09-30
io_uring: io_kiocb_ppos() style change
Pavel Begunkov
2020-09-30
io_uring: simplify io_alloc_req()
Pavel Begunkov
2020-09-30
io-wq: kill unused IO_WORKER_F_EXITING
Jens Axboe
2020-09-30
io-wq: fix use-after-free in io_wq_worker_running
Hillf Danton
2020-09-30
io_uring: show sqthread pid and cpu in fdinfo
Joseph Qi
2020-09-30
io_uring: process task work in io_uring_register()
Jens Axboe
2020-09-30
io_uring: add blkcg accounting to offloaded operations
Dennis Zhou
2020-09-30
io_uring: improve registered buffer accounting for huge pages
Jens Axboe
2020-09-30
io_uring: remove unneeded semicolon
Zheng Bin
2020-09-30
io_uring: cap SQ submit size for SQPOLL with multiple rings
Jens Axboe
2020-09-30
io_uring: get rid of req->io/io_async_ctx union
Jens Axboe
2020-09-30
io_uring: kill extra user_bufs check
Pavel Begunkov
2020-09-30
io_uring: fix overlapped memcpy in io_req_map_rw()
Pavel Begunkov
2020-09-30
io_uring: refactor io_req_map_rw()
Pavel Begunkov
2020-09-30
io_uring: simplify io_rw_prep_async()
Pavel Begunkov
2020-09-30
io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
Jens Axboe
2020-09-30
io_uring: mark io_uring_fops/io_op_defs as __read_mostly
Jens Axboe
2020-09-30
io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too
Jens Axboe
2020-09-30
io_uring: base SQPOLL handling off io_sq_data
Jens Axboe
2020-09-30
io_uring: split SQPOLL data into separate structure
Jens Axboe
2020-09-30
io_uring: split work handling part of SQPOLL into helper
Jens Axboe
2020-09-30
io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler
Jens Axboe
2020-09-30
io_uring: use private ctx wait queue entries for SQPOLL
Jens Axboe
2020-09-30
io_uring: io_sq_thread() doesn't need to flush signals
Jens Axboe
2020-09-30
io_wq: Make io_wqe::lock a raw_spinlock_t
Sebastian Andrzej Siewior
2020-09-30
io_uring: allow disabling rings during the creation
Stefano Garzarella
2020-09-30
io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
Stefano Garzarella
2020-09-30
io_uring: reference ->nsproxy for file table commands
Jens Axboe
2020-09-30
io_uring: don't rely on weak ->files references
Jens Axboe
2020-09-30
io_uring: enable task/files specific overflow flushing
Jens Axboe
2020-09-30
io_uring: return cancelation status from poll/timeout/files handlers
Jens Axboe
2020-09-30
io_uring: unconditionally grab req->task
Jens Axboe
2020-09-30
io_uring: stash ctx task reference for SQPOLL
Jens Axboe
2020-09-30
io_uring: move dropping of files into separate helper
Jens Axboe
2020-09-30
io_uring: allow timeout/poll/files killing to take task into account
Jens Axboe
2020-09-30
Merge branch 'io_uring-5.9' into for-5.10/io_uring
Jens Axboe
2020-09-29
io_uring: fix async buffered reads when readahead is disabled
Hao Xu
2020-09-28
Merge tag 'nfs-for-5.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2020-09-28
io_uring: fix potential ABBA deadlock in ->show_fdinfo()
Jens Axboe
2020-09-28
io_uring: always delete double poll wait entry on match
Jens Axboe
[next]