projects
/
platform
/
kernel
/
linux-starfive.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/kernel/linux-starfive.git
2022-05-19
Vasily Averin
io_uring: fix incorrect __kernel_rwf_t cast
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Jens Axboe
io_uring: disallow mixed provided buffer group registra...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Jens Axboe
io_uring: initialize io_buffer_list head when shared...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Pavel Begunkov
io_uring: add fully sparse buffer registration
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Christoph Hellwig
io_uring: use rcu_dereference in io_close
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Christoph Hellwig
io_uring: consistently use the EPOLL* defines
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Christoph Hellwig
io_uring: make apoll_events a __poll_t
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Christoph Hellwig
io_uring: drop a spurious inline on a forward declaration
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Christoph Hellwig
io_uring: don't use ERR_PTR for user pointers
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Christoph Hellwig
io_uring: use a rwf_t for io_rw.flags
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Jens Axboe
io_uring: add support for ring mapped supplied buffers
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Jens Axboe
io_uring: add io_pin_pages() helper
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Jens Axboe
io_uring: add buffer selection support to IORING_OP_NOP
commit
|
commitdiff
|
tree
|
snapshot
2022-05-18
Jens Axboe
io_uring: fix locking state for empty buffer group
commit
|
commitdiff
|
tree
|
snapshot
2022-05-14
Hao Xu
io_uring: implement multishot mode for accept
commit
|
commitdiff
|
tree
|
snapshot
2022-05-14
Hao Xu
io_uring: let fast poll support multishot
commit
|
commitdiff
|
tree
|
snapshot
2022-05-14
Hao Xu
io_uring: add REQ_F_APOLL_MULTISHOT for requests
commit
|
commitdiff
|
tree
|
snapshot
2022-05-14
Hao Xu
io_uring: add IORING_ACCEPT_MULTISHOT for accept
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Dylan Yudaken
io_uring: only wake when the correct events are set
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Pavel Begunkov
io_uring: avoid io-wq -EAGAIN looping for !IOPOLL
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Jens Axboe
io_uring: add flag for allocating a fully sparse direct...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Jens Axboe
io_uring: bump max direct descriptor count to 1M
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Jens Axboe
io_uring: allow allocated fixed files for accept
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Jens Axboe
io_uring: allow allocated fixed files for openat/openat2
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Jens Axboe
io_uring: add basic fixed file allocator
commit
|
commitdiff
|
tree
|
snapshot
2022-05-13
Jens Axboe
io_uring: track fixed files with a bitmap
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: don't clear req->kbuf when buffer selection...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: eliminate the need to track provided buffer...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: move provided buffer state closer to submit...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: move provided and fixed buffers into the...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: abstract out provided buffer list selection
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: never call io_buffer_select() for a buffer...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: get rid of hashed provided buffer groups
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: always use req->buf_index for the provided...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: kill io_rw_buffer_select() wrapper
commit
|
commitdiff
|
tree
|
snapshot
2022-05-09
Jens Axboe
io_uring: make io_buffer_select() return the user addre...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-05
Jens Axboe
io_uring: kill io_recv_buffer_select() wrapper
commit
|
commitdiff
|
tree
|
snapshot
2022-05-05
Jens Axboe
io_uring: use 'sr' vs 'req->sr_msg' consistently
commit
|
commitdiff
|
tree
|
snapshot
2022-05-05
Jens Axboe
io_uring: add POLL_FIRST support for send/sendmsg and...
commit
|
commitdiff
|
tree
|
snapshot
2022-05-05
Jens Axboe
io_uring: check IOPOLL/ioprio support upfront
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Almog Khaikin
io_uring: replace smp_mb() with smp_mb__after_atomic...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Jens Axboe
io_uring: add IORING_SETUP_TASKRUN_FLAG
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Jens Axboe
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TA...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Jens Axboe
io_uring: set task_work notify method at init time
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Jens Axboe
io-wq: use __set_notify_signal() to wake workers
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Jens Axboe
io_uring: serialize ctx->rings->sq_flags with atomic_or/and
commit
|
commitdiff
|
tree
|
snapshot
2022-04-30
Jens Axboe
task_work: allow TWA_SIGNAL without a rescheduling IPI
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: fix compile warning for 32-bit builds
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Dylan Yudaken
io_uring: return an error when cqe is dropped
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Dylan Yudaken
io_uring: use constants for cq_overflow bitfield
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Dylan Yudaken
io_uring: rework io_uring_enter to simplify return...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Dylan Yudaken
io_uring: trace cqe overflows
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Dylan Yudaken
io_uring: add trace support for CQE overflow
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: allow re-poll if we made progress
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: add support for IORING_ASYNC_CANCEL_ANY
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: add support for IORING_ASYNC_CANCEL_ALL
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: pass in struct io_cancel_data consistently
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: remove dead 'poll_only' argument to io_poll_c...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: refactor io_disarm_next() locking
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: move timeout locking in io_timeout_cancel()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Jens Axboe
io_uring: store SCM state in io_fixed_file->file_ptr
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: kill ctx arg from io_req_put_rsrc
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: add a helper for putting rsrc nodes
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: store rsrc node in req instead of refs
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: refactor io_assign_file error path
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: use right helpers for file assign locking
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: add data_race annotations
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: inline io_req_complete_fail_submit()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: refactor io_submit_sqe()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: refactor lazy link fail
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: introduce IO_REQ_LINK_FLAGS
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: refactor io_queue_sqe()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: rename io_queue_async_work()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: inline io_queue_sqe()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: helper for prep+queuing linked timeouts
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: inline io_free_req()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: kill io_put_req_deferred()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: minor refactoring for some tw handlers
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: clean poll tw PF_EXITING handling
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: optimise io_get_cqe()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: optimise submission left counting
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: optimise submission loop invariant
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: add helper to return req to cache list
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: helper for empty req cache checks
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: inline io_flush_cached_reqs
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: shrink final link flush
commit
|
commitdiff
|
tree
|
snapshot
2022-04-25
Pavel Begunkov
io_uring: memcpy CQE from req
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: explicitly keep a CQE in io_kiocb
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: rename io_sqe_file_register
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: deduplicate SCM accounting
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: don't pass around fixed index for scm
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: refactor __io_sqe_files_scm
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: uniform SCM accounting
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: don't scm-account for non af_unix sockets
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Jens Axboe
io_uring: move finish_wait() outside of loop in cqring_...
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: refactor io_req_add_compl_list()
commit
|
commitdiff
|
tree
|
snapshot
2022-04-24
Pavel Begunkov
io_uring: silence io_for_each_link() warning
commit
|
commitdiff
|
tree
|
snapshot
next