Commit Graph
21 Commits
Author SHA1 Message Date
TahmidandGitHub fdb150901a fs: check for io-uring opcode support (#7815) 2026-01-03 13:39:07 +01:00
QiandGitHub 73d733a341 time: add alternative timer for better multicore scalability (#7467)
This change introduces per-worker timer wheels in the time subsystem
to reduce the lock contention.

Key changes:
- Each worker now maintains a local timer wheel.
- Timer insertions are performed locally.
- Timer cancellations are forwarded via a
  dedicated cross-worker cancellation queue.

Relevant RFC: https://github.com/tokio-rs/tokio/issues/7384

---------

Signed-off-by: ADD-SP <[email protected]>
2025-11-27 09:29:28 +08:00
QiandGitHub b157f5da76 runtime: add guide for choosing between runtime types (#7635)
Signed-off-by: ADD-SP <[email protected]>
2025-10-01 22:00:46 +08:00
Martin GrigorovandGitHub 6dc4f85f0b net: clarify the behavior of UCred::pid() on Cygwin (#7611) 2025-09-15 00:05:05 +08:00
QiandGitHub 9ed6f70b81 ci: remove a typo from spellcheck.dic (#7524)
Signed-off-by: ADD-SP <[email protected]>
2025-08-10 20:31:09 +08:00
Luca BrunoandGitHub 1b27e17ff8 net: add SocketAddr::as_abstract_name (#7491) 2025-07-29 11:07:58 +02:00
Motoyuki KimuraandGitHub 327bec2caf rt: add infrastructure code for io_uring (#7320) 2025-05-21 02:36:52 +09:00
Paul MabileauandGitHub 7a6c424f6e process: add Command::spawn_with (#7249)
Signed-off-by: Paul Mabileau <[email protected]>
2025-04-16 14:07:36 +02:00
M.Amin RayejandGitHub 605ef578df coop: expose coop as a public module (#7116) 2025-02-14 18:56:12 +03:30
Marshall LeeandGitHub dabae570b1 ci: add spellcheck.dic validation (#7062) 2025-01-10 13:39:23 +01:00
TimoandGitHub 970d880ceb task: drop the join waker of a task eagerly (#6986) 2024-12-29 18:17:02 +01:00
NoisyandGitHub bfa8cadaa0 chore: spelling and date format Corrections (#7018) 2024-12-10 13:16:41 +01:00
Ariel Ben-YehudaandGitHub 48e07a6d10 taskdump: add accessor methods for backtrace (#6975) 2024-12-09 16:16:09 +09:00
Russell CohenandGitHub da745ff335 metrics: add H2 Histogram option to improve histogram granularity (#6897) 2024-10-21 14:05:45 +02:00
Alice RyhlandGitHub 21cf5a5469 runtime: avoid pointer casts in IO driver on miri (#6859)
Signed-off-by: Alice Ryhl <[email protected]>
2024-09-23 20:32:37 +02:00
Alice RyhlandGitHub 91169992b2 io: recommend OwnedFd with AsyncFd (#6821)
Signed-off-by: Alice Ryhl <[email protected]>
2024-09-06 09:52:08 +02:00
Russell CohenandGitHub cba86cf1b1 metrics: add MetricAtomicU64 and use in metrics (#6574) 2024-05-23 18:41:01 +02:00
Alice RyhlandGitHub bdf4c142c9 fs: rewrite file system docs (#6467) 2024-04-11 10:33:51 +02:00
Val LorentzandGitHub db6929ad62 task: fix documentation links (#6336) 2024-02-11 15:08:01 +01:00
M.Amin RayejandGitHub 53f9e5a357 ci: make sure dictionary words are sorted and unique (#6316) 2024-01-31 16:11:54 +03:30
Owen LeungandGitHub 131e7b4e49 ci: add spellchecking (#6297) 2024-01-29 10:53:43 +01:00