Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / neondatabase/tokio-epoll-uring issues and pull requests
#62 - tests: use `#[tokio::test(start_paused=true)]` to avoid flakiness in the future
Issue -
State: open - Opened by problame 4 months ago
Labels: tech_debt
#61 - test to exercise & document behavior when we exhaust slots
Pull Request -
State: closed - Opened by problame 4 months ago
#60 - deadlock footgun when io_uring op completes but the op future doesn't get polled
Issue -
State: open - Opened by problame 4 months ago
#59 - cancelling a waiter does not free all associated memory until a slot is returned
Issue -
State: open - Opened by problame 4 months ago
#58 - fix clippy
Pull Request -
State: closed - Opened by yliang412 4 months ago
#57 - investigate: slot leak?
Issue -
State: closed - Opened by problame 4 months ago
- 1 comment
#56 - expose waiters queue depth metrics
Pull Request -
State: closed - Opened by yliang412 4 months ago
- 3 comments
#55 - Silence clippy warnings about unused return values
Pull Request -
State: closed - Opened by hlinnaka 5 months ago
#54 - Avoid overhead of constructing debug messages that are not printed
Pull Request -
State: closed - Opened by hlinnaka 5 months ago
- 1 comment
#53 - avoid our `unsafe impl Send + Sync` by pushing it upstream
Issue -
State: open - Opened by problame 5 months ago
- 1 comment
#52 - Use linux-raw-sys instead of libc's statx
Pull Request -
State: closed - Opened by arpad-m 9 months ago
#51 - Use statx-sys instead of libc's statx
Pull Request -
State: closed - Opened by arpad-m 9 months ago
- 2 comments
#50 - `PROCESS_COMPLETIONS_ON_SUBMIT`: acquire CQ before submission
Pull Request -
State: open - Opened by problame 10 months ago
#49 - lifecycle: expose `LaunchResult` enum
Pull Request -
State: closed - Opened by problame 11 months ago
#48 - WIP: implement namespace operations (rename, unlink)
Pull Request -
State: open - Opened by problame 11 months ago
#47 - Bump mio from 0.8.8 to 0.8.11
Pull Request -
State: closed - Opened by dependabot[bot] 11 months ago
#46 - `BoundedBuf.slice()` panics for empty bufs
Issue -
State: open - Opened by problame about 1 year ago
#45 - expose metrics about number of created & destroyed systems
Pull Request -
State: closed - Opened by problame about 1 year ago
#44 - thread_local_system: test behavior when used in Handle::block_on inside a spawn_blocking
Pull Request -
State: closed - Opened by problame about 1 year ago
#43 - make available the `IoBuf` impl for `bytes::Bytes`
Pull Request -
State: closed - Opened by problame about 1 year ago
#42 - add `write` operation
Pull Request -
State: closed - Opened by problame about 1 year ago
#41 - add `statx` operation
Pull Request -
State: closed - Opened by problame about 1 year ago
#40 - add `fsync` / `fdatasync` operations
Pull Request -
State: closed - Opened by problame about 1 year ago
#39 - fix: dropping an op future at yield_now() after it completed causes panic
Pull Request -
State: closed - Opened by problame about 1 year ago
- 1 comment
#38 - fix(YIELD_TO_EXECUTOR_IF_READY_ON_FIRST_POLL): it always yieled
Pull Request -
State: closed - Opened by problame about 1 year ago
#37 - panic observed in staging
Issue -
State: closed - Opened by problame about 1 year ago
- 1 comment
#36 - WIP: add api to check whether SQ and CQ count against memlock rlimit
Pull Request -
State: open - Opened by problame about 1 year ago
#35 - make system launch fallible; it can fail if we hit memlock ulimit
Pull Request -
State: closed - Opened by problame about 1 year ago
#34 - set MADV_DONTFORK on ring buffers & review+assert required io_uring features
Pull Request -
State: closed - Opened by problame about 1 year ago
#33 - add more operations
Pull Request -
State: closed - Opened by problame about 1 year ago
- 1 comment
#32 - enable depending on `tokio-epoll-uring` crate from macOS builds
Pull Request -
State: closed - Opened by problame about 1 year ago
#31 - use default tokio feature flags
Pull Request -
State: closed - Opened by problame about 1 year ago
#30 - Minor readme and doc edits
Pull Request -
State: closed - Opened by danieltprice about 1 year ago
#29 - add cargo deny CI step to assert licenses
Pull Request -
State: closed - Opened by problame about 1 year ago
#28 - read: use BoundedBufMut for more flexibility at call sites
Pull Request -
State: closed - Opened by problame about 1 year ago
#27 - read: be generic over the type of fd
Pull Request -
State: closed - Opened by problame about 1 year ago
#26 - Bump rustix from 0.37.23 to 0.37.27
Pull Request -
State: closed - Opened by dependabot[bot] about 1 year ago
- 2 comments
#25 - implement open_at
Pull Request -
State: closed - Opened by problame about 1 year ago
#24 - vendor `IoBuf`/`IoBufMut` from `tokio-uring`
Pull Request -
State: closed - Opened by problame about 1 year ago
#24 - vendor `IoBuf`/`IoBufMut` from `tokio-uring`
Pull Request -
State: closed - Opened by problame about 1 year ago
#23 - re-export the central error type and tokio_util::IoBuf{,Mut}
Pull Request -
State: closed - Opened by problame over 1 year ago
#22 - fix false clippy beta warning: this MutexGuard is held across an await point
Pull Request -
State: closed - Opened by problame over 1 year ago
#21 - WIP: open_at
Pull Request -
State: closed - Opened by problame over 1 year ago
- 3 comments
#20 - false clippy beta `warning: this `MutexGuard` is held across an `await` point`
Issue -
State: closed - Opened by problame over 1 year ago
#19 - make rust beta clippy happy
Pull Request -
State: closed - Opened by problame over 1 year ago
#18 - use tokio::sync::Mutex-based guard for to keep hold of an open submit side
Pull Request -
State: closed - Opened by problame over 1 year ago
- 2 comments
#17 - eliminate `use_slot()` and thereby avoid double `with_submit_side_open`
Pull Request -
State: closed - Opened by problame over 1 year ago
#16 - simplify error types
Pull Request -
State: closed - Opened by problame over 1 year ago
#15 - eliminate Slot::Undefined and SlotsInner::Undefined
Pull Request -
State: closed - Opened by problame over 1 year ago
- 1 comment
#14 - eliminate PollerState::Undefined
Pull Request -
State: closed - Opened by problame over 1 year ago
#13 - lifecycle: eliminate hand-rolled Launch future
Pull Request -
State: closed - Opened by problame over 1 year ago
#12 - Figure out if we can get rid of `Slot::Undefined`
Issue -
State: closed - Opened by problame over 1 year ago
#11 - eliminate hand-rolled InflightHandle future
Pull Request -
State: closed - Opened by problame over 1 year ago
- 1 comment
#10 - slots: add doc coment inspired by a Slack conversation with Joonas
Pull Request -
State: closed - Opened by problame over 1 year ago
#9 - bring back two of the env var tunables & their defaults that were lost in PR#3
Pull Request -
State: closed - Opened by problame over 1 year ago
- 1 comment
#8 - remove trait Ops
Pull Request -
State: closed - Opened by problame over 1 year ago
#7 - fix remaining clippy warnings except op_fut.rs which is going to be oboleted in PR#3
Pull Request -
State: closed - Opened by problame over 1 year ago
#6 - Add github actions CI
Pull Request -
State: closed - Opened by arpad-m over 1 year ago
- 2 comments
#5 - Some not all clippies
Pull Request -
State: closed - Opened by koivunej over 1 year ago
#4 - Also document the option of --open
Pull Request -
State: closed - Opened by arpad-m over 1 year ago
- 1 comment
#3 - Simplify OpFut away
Pull Request -
State: closed - Opened by koivunej over 1 year ago
- 2 comments
#2 - refactor: simplify manual once
Pull Request -
State: closed - Opened by koivunej over 1 year ago
- 1 comment
#1 - Minor readability
Pull Request -
State: closed - Opened by koivunej over 1 year ago