index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crimson
/
os
/
alienstore
/
alien_store.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crimson: Set device class during spawn of a crimson osd
Mohit Agrawal
2024-11-19
1
-0
/
+1
*
crimson: use gate per shard for AlienStore and OSD
Nitzan Mordechai
2024-08-28
1
-2
/
+4
*
crimson/.../alien_store: access coll_map under coll_map_lock
Samuel Just
2024-07-23
1
-1
/
+3
*
crimson/.../alien_store: update coll_map from alien tp
Samuel Just
2024-07-23
1
-0
/
+2
*
crimson/.../alien_store: factor out get_alien_coll_ref
Samuel Just
2024-07-23
1
-0
/
+1
*
crimson/.../alien_store: add comment explaining coll_map
Samuel Just
2024-07-23
1
-0
/
+18
*
crimson: Add support for pool compression
Aishwarya Mathuria
2024-03-19
1
-0
/
+3
*
crimson/os: add FuturizedStore::Shard::exists() interface
Xuehan Xu
2024-02-21
1
-0
/
+3
*
crimson/os/alienstore: cleanup N_CORES_FOR_SEASTAR constant
Matan Breizman
2024-02-01
1
-3
/
+0
*
cirmson/os: seperate futurizedStore interface
chunmei
2023-04-20
1
-1
/
+6
*
Merge pull request #48575 from liu-chunmei/multicore-cyanstore
Liu-Chunmei
2023-01-12
1
-1
/
+2
|
\
|
*
crimson/os: make load_pgs() load pg on proper core
chunmei-liu
2023-01-11
1
-1
/
+2
*
|
crimson/os/alienstore: parse crimson_alien_thread_cpu_cores as a cpuset(7)
Kefu Chai
2022-11-03
1
-1
/
+0
|
/
*
crimson/os: drop the OmapIterator concept
Radoslaw Zarzynski
2022-10-07
1
-21
/
+0
*
crimson/os: consolidate context handling in FuturizedStore
Samuel Just
2022-09-27
1
-2
/
+3
*
crimson/alienstore: Add douts
Adam Kupczyk
2022-06-10
1
-0
/
+1
*
crimson/seastore: add OMAP_GET/SET_HEADER
chunmei-liu
2022-04-30
1
-1
/
+1
*
crimson/seastore: make fiemap return errorator future
chunmei-liu
2022-03-02
1
-1
/
+1
*
Merge pull request #44509 from rzarzynski/wip-crimson-alienstore-drop-constant
Kefu Chai
2022-01-22
1
-1
/
+0
|
\
|
*
crimson/alienstore: drop unused constant from AlienStore.
Radoslaw Zarzynski
2022-01-10
1
-1
/
+0
*
|
crimson/os: fix a shutdown-related race condition in AlienStore.
Radoslaw Zarzynski
2021-11-25
1
-1
/
+13
|
/
*
crimson: errorate the FuturizedStore::mount() paths.
Radoslaw Zarzynski
2021-10-19
1
-1
/
+1
*
crimson/osd, crimson/os: errorate the FuturizedStore::mkfs() paths.
Radoslaw Zarzynski
2021-09-23
1
-1
/
+1
*
crimson/osd: use reactor::alien to send message to alien
Kefu Chai
2021-09-07
1
-7
/
+1
*
crimson/os: generalize AlienStore beyond BlueStore.
Radoslaw Zarzynski
2021-07-21
1
-1
/
+3
*
crimson/osd: use app.alien() to initialize AlienStore::alien
Kefu Chai
2021-07-18
1
-2
/
+4
*
crimson: adapt to the new alien API
Kefu Chai
2021-06-16
1
-0
/
+5
*
crimson/os: implement inject_{m,}data_error in AlienStore.
Radoslaw Zarzynski
2021-05-26
1
-0
/
+4
*
crimson/os: change get/set attrs value to the bufferlist type
Xuehan Xu
2021-05-04
1
-1
/
+1
*
crimson/os/alienstore: add default behaviour for alien threads affinities
Xuehan Xu
2021-03-21
1
-0
/
+3
*
crimson/os/alienstore: shard objectstore ops to threads by pgid
Xuehan Xu
2021-03-17
1
-3
/
+5
*
crimson/os/alienstore: scatter alienstore's threads to different cores
Xuehan Xu
2021-03-17
1
-0
/
+1
*
crimson/os: remove FuturizedStore::OmapIterator::tail_key
Samuel Just
2021-03-10
1
-1
/
+0
*
crimson/os/alienstore: improve alienstore's write parallelism
Xuehan Xu
2021-02-26
1
-1
/
+0
*
crimson/osd: erroratorize FuturizedStore::omap_get_header()
Kefu Chai
2020-12-20
1
-1
/
+1
*
crimson/os: do not configure seastar allocator for alien threads
Kefu Chai
2020-11-09
1
-1
/
+0
*
crimson/osd: let OmapIterator mutators return future<>
Kefu Chai
2020-11-04
1
-4
/
+4
*
crimson/osd: errorator omap_get_values() ops
Kefu Chai
2020-08-19
1
-8
/
+8
*
crimson/os/alienstore: always use fsid in bluestore
Kefu Chai
2020-07-27
1
-1
/
+0
*
crimson/os/alienstore: make the thread pool private.
Radoslaw Zarzynski
2020-06-23
1
-1
/
+1
*
crimson/os/alienstore: configure Seastar's memory allocator.
Radoslaw Zarzynski
2020-06-23
1
-0
/
+2
*
crimson: make ThreadPool specific to AlienStore.
Radoslaw Zarzynski
2020-06-18
1
-2
/
+2
*
crimson: avoid using variadic future
Kefu Chai
2020-05-06
1
-3
/
+4
*
crimson/os: add readv method to futurized_store
Xuehan Xu
2020-04-26
1
-0
/
+5
*
crimson: add necessary FuturizedStore APIs for data recovery
Xuehan Xu
2020-03-27
1
-1
/
+31
*
crimson:add alien blue store
Chunmei Liu
2020-02-28
1
-0
/
+89