Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emper
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informatik 4 (Systemsoftware)
manycore
emper
Graph
9684136e97ad162335c7390cb2482306e1fb17d6
Select Git revision
Branches
10
burak
cactus_stack_devel
emper-fs-eval
io-sleep-main
io_uring_network
kickoff-without-ret
master
default
protected
tsan_ci_target
worker_exclusive_uring_no_partial_completion
worker_exclusive_uring_weak
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Jan
6
5
4
19
Dec
18
17
15
14
13
10
9
7
5
3
2
1
30
Nov
27
26
25
23
20
19
17
16
11
10
6
5
4
28
Oct
27
24
10
Sep
23
Aug
11
31
Jul
16
15
2
8
Mar
7
6
26
Feb
24
23
22
20
19
18
16
29
Jan
26
25
22
21
12
11
10
9
8
7
4
3
2
1
29
Dec
27
17
13
5
3
12
Nov
7
30
Oct
24
20
14
27
Sep
26
24
18
17
15
12
11
5
1
31
Aug
30
29
16
15
7
6
5
31
Jul
25
24
19
17
13
12
3
Aug
2
1
31
Jul
19
12
11
28
Jun
23
20
19
18
17
9
27
Apr
11
7
6
4
23
Mar
21
14
Sep
8
[IO] add option to use io_uring with SQPOLL enabled
[IO] add peek optimization
[IO] fix includes of IoContext
[test] further improve EchoTest
[test] make echo_client use multiple processes to use parallelism despite python's GIL
[IO] define methods and functions implemented in header files as inline
[adt] introduce LockedSet and use it instead of manually protecting sets with mutexes
[IO] restructure IO subsystem
[test] don't run test in parallel because we can not setup multiple io_urings
[IO/test] start submitActor and schedule test fibers from anywhere
[IO] use CallerEnvironment to be more specific from where emper primitives are used
[IO] define all IO related variables inside emper::io and add statistic reporting
[IO] make io_uring size runtime configurable
[IO] support full completion for send, write and read
[DEBUG] remove incorrect overcommit assert
[DEBUG] improve debug output and use lock_guard instead of manual lock/unlock pairs
[DEBUG] support partial submit of sqes to our debug sets
[IO] busy wait for io_uring to flush its internal sqe backlog
[IO] set errno on correct thread
[test] add backlog parameter to create_welcome_fiber
[DEBUG] ignore clang's unneeded-internal-declaration warning for release builds
[IO] don't signal resubmitted Futures
[DEBUG] introduce a second set of all Futures with blocked Contetxts
[DEBUG] introduce vector which holds all Futures in the io_uring
[DEBUG] introduce a set of all blocked contexts for debugging
[IO] mediate between CI and my local clang-format
[test] initialize IO buffer in echo_client and use memcmp instead of strncmp
[IO] assert that we never receive more cqes than we have sqes prepared
[IO] set Future.return_value in complete instead of wait
[IO] use a more striking initial value for Future.return_value
[IO] use LOGD in Future methods
[test] move welcome fiber code to fixtures/network.cpp
[IO] add count of requests currently in the io_uring to debug stagnation
[test] add echo test with external clients
[IO] fix warnings of newer iwyu version
[IO] correctly check for io_uring_wait_cqe errors
[IO] avoid useless comparisons
[IO] check the return value from io_uring_submit
[IO] initialize emper::io::Future::return_value
[IO] batch CQE retrieval and move Future resubmission into Future->complete
Loading