Age | Commit message (Expand) | Author | Files | Lines |
2021-11-27 | io_uring: Fix undefined-behaviour in io_issue_sqe | Ye Bin | 1 | -0/+3 |
2021-11-27 | io_uring: fix soft lockup when call __io_remove_buffers | Ye Bin | 1 | -3/+2 |
2021-11-26 | io_uring: fix link traversal locking | Pavel Begunkov | 1 | -18/+42 |
2021-11-26 | io_uring: fail cancellation for EXITING tasks | Pavel Begunkov | 1 | -2/+3 |
2021-11-23 | io_uring: correct link-list traversal locking | Pavel Begunkov | 1 | -4/+8 |
2021-11-17 | io_uring: fix missed comment from *task_file rename | Kamal Mostafa | 1 | -1/+1 |
2021-11-08 | io_uring: honour zeroes as io-wq worker limits | Pavel Begunkov | 1 | -1/+3 |
2021-11-05 | io_uring: remove dead 'sqe' store | Jens Axboe | 1 | -1/+1 |
2021-11-02 | io_uring: remove redundant assignment to ret in io_register_iowq_max_workers() | Nghia Le | 1 | -1/+0 |
2021-11-02 | io_uring: clean up io_queue_sqe_arm_apoll | Pavel Begunkov | 1 | -4/+0 |
2021-11-02 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+63 |
2021-11-01 | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
2021-11-01 | Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -825/+889 |
2021-11-01 | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -13/+11 |
2021-11-01 | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
2021-10-29 | io_uring: harder fdinfo sq/cq ring iterating | Jens Axboe | 1 | -22/+29 |
2021-10-27 | io_uring: don't assign write hint in the read path | Jens Axboe | 1 | -1/+1 |
2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe | 1 | -3/+3 |
2021-10-25 | io_uring: clusterise ki_flags access in rw_prep | Pavel Begunkov | 1 | -10/+11 |
2021-10-25 | io_uring: kill unused param from io_file_supports_nowait | Pavel Begunkov | 1 | -4/+3 |
2021-10-25 | io_uring: clean up timeout async_data allocation | Pavel Begunkov | 1 | -1/+3 |
2021-10-25 | io_uring: don't try io-wq polling if not supported | Pavel Begunkov | 1 | -2/+6 |
2021-10-25 | io_uring: check if opcode needs poll first on arming | Pavel Begunkov | 1 | -4/+2 |
2021-10-25 | io_uring: clean iowq submit work cancellation | Pavel Begunkov | 1 | -30/+29 |
2021-10-25 | io_uring: clean io_wq_submit_work()'s main loop | Pavel Begunkov | 1 | -28/+12 |
2021-10-23 | io_uring: implement async hybrid mode for pollable requests | Hao Xu | 1 | -1/+35 |
2021-10-21 | io_uring: apply worker limits to previous users | Pavel Begunkov | 1 | -0/+18 |
2021-10-20 | io_uring: fix ltimeout unprep | Pavel Begunkov | 1 | -6/+1 |
2021-10-20 | io_uring: apply max_workers limit to all future users | Pavel Begunkov | 1 | -6/+23 |
2021-10-20 | io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR()) | Changcheng Deng | 1 | -1/+1 |
2021-10-20 | io_uring: split logic of force_nonblock | Hao Xu | 1 | -22/+26 |
2021-10-19 | io_uring: warning about unused-but-set parameter | Arnd Bergmann | 1 | -4/+1 |
2021-10-19 | io_uring: inform block layer of how many requests we are submitting | Jens Axboe | 1 | -1/+3 |
2021-10-19 | io_uring: simplify io_file_supports_nowait() | Pavel Begunkov | 1 | -12/+22 |
2021-10-19 | io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags | Pavel Begunkov | 1 | -40/+21 |
2021-10-19 | io_uring: arm poll for non-nowait files | Pavel Begunkov | 1 | -7/+0 |
2021-10-19 | fs/io_uring: Prioritise checking faster conditions first in io_write | Noah Goldstein | 1 | -1/+1 |
2021-10-19 | io_uring: clean io_prep_rw() | Pavel Begunkov | 1 | -4/+3 |
2021-10-19 | io_uring: optimise fixed rw rsrc node setting | Pavel Begunkov | 1 | -7/+4 |
2021-10-19 | io_uring: return iovec from __io_import_iovec | Pavel Begunkov | 1 | -22/+23 |
2021-10-19 | io_uring: optimise io_import_iovec fixed path | Pavel Begunkov | 1 | -3/+6 |
2021-10-19 | io_uring: kill io_wq_current_is_worker() in iopoll | Pavel Begunkov | 1 | -5/+5 |
2021-10-19 | io_uring: optimise req->ctx reloads | Pavel Begunkov | 1 | -2/+1 |
2021-10-19 | io_uring: rearrange io_read()/write() | Pavel Begunkov | 1 | -38/+37 |
2021-10-19 | io_uring: clean up io_import_iovec | Pavel Begunkov | 1 | -15/+25 |
2021-10-19 | io_uring: optimise io_import_iovec nonblock passing | Pavel Begunkov | 1 | -22/+25 |
2021-10-19 | io_uring: optimise read/write iov state storing | Pavel Begunkov | 1 | -42/+37 |
2021-10-19 | io_uring: encapsulate rw state | Pavel Begunkov | 1 | -19/+23 |
2021-10-19 | io_uring: optimise rw comletion handlers | Pavel Begunkov | 1 | -2/+2 |
2021-10-19 | io_uring: prioritise read success path over fails | Pavel Begunkov | 1 | -1/+1 |