index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crimson
/
os
/
seastore
/
async_cleaner.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #58787 from xxhdx1985126/wip-67106
Yingxin
2024-08-08
1
-0
/
+17
|
\
|
*
crimson/os/seastore: consider segment_header_t::modify_time as the
Xuehan Xu
2024-08-05
1
-0
/
+17
*
|
crimson/os/seastore: fix names get_extents_if_live
Yingxin Cheng
2024-08-01
1
-2
/
+2
|
/
*
crimson/os/seastore: track shard io stats below transaction manager
Yingxin Cheng
2024-07-12
1
-0
/
+2
*
crimson/os/seastore/seastore_types: replace the deprecated journal_type_t
Yingxin Cheng
2024-05-30
1
-8
/
+8
*
crimson/os/seastore/async_cleaner: fix incorrect get_num_rolls()
Yingxin Cheng
2024-05-27
1
-1
/
+17
*
crimson: adjust all void-returning handlers to either return values or
Xuehan Xu
2024-03-23
1
-3
/
+1
*
test/crimson/seastore: add unittest cases for scattered allocation
Xuehan Xu
2024-02-05
1
-0
/
+15
*
crimson/os/seastore: add new interfaces to alloc multiple extents for a
Xuehan Xu
2024-02-05
1
-0
/
+8
*
crimson/os/seastore/rbm: implement get_stat()
myoungwon oh
2023-03-23
1
-2
/
+27
*
crimson/os/seastore/EPM/BackgroundProcess: introduce more eviction policy
Zhang Song
2023-03-15
1
-0
/
+11
*
crimson/os/seastore/EPM/BackgroundProcess: reserve space on cold cleaner
Zhang Song
2023-03-15
1
-8
/
+18
*
crimson/os/seastore: support mark_space_{free, used} on cold_cleaner
Zhang Song
2023-03-15
1
-0
/
+10
*
crimson/os/seastore/SegmentCleaner: distinguish the cold cleaner from the normal
Zhang Song
2023-03-15
1
-3
/
+7
*
crimson/os/seastore: move ool segment seq allocator to EPM
Zhang Song
2023-03-15
1
-7
/
+5
*
crimson/os/seastore/EPM: parallelise trim_alloc and trim_dirty
Zhang Song
2022-12-07
1
-5
/
+18
*
crimson/os/seastore: introduce try_reserve
Zhang Song
2022-12-07
1
-6
/
+38
*
Merge pull request #47969 from myoungwon/wip-rbm-integration-step1
Yingxin
2022-11-30
1
-0
/
+364
|
\
|
*
crimson/os/seastore/rbm: add RBMSpaceTracker to track allocated space
myoungwon oh
2022-11-16
1
-5
/
+244
|
*
crimson/os/seastore/cache: free rbm extent if transaction conflict occurs
myoungwon oh
2022-11-16
1
-0
/
+8
|
*
crimson/os/seastore/rbm: add alloc/free extent regarding rbm
myoungwon oh
2022-11-16
1
-0
/
+6
|
*
crimson/os/seastore/rbm: add initialization step for rbm ool
myoungwon oh
2022-11-16
1
-2
/
+19
|
*
crimson/os/seastore: add basic RBMCleaner
myoungwon oh
2022-11-10
1
-0
/
+94
*
|
crimson: specialize fmt::formatter<>
Kefu Chai
2022-11-22
1
-0
/
+7
|
/
*
crimson/os/seastore: rename reclaim_gen_t to rewrite_gen_t
Yingxin Cheng
2022-11-07
1
-15
/
+15
*
crimson/os/seastore: define the usage of generation
Yingxin Cheng
2022-11-07
1
-3
/
+13
*
crimson/os/seastore: use device_off_t for offset at seastore level
Yingxin Cheng
2022-09-30
1
-6
/
+6
*
crimson/os/seastore: use segment_off_t for segment offsets
Yingxin Cheng
2022-09-30
1
-19
/
+19
*
crimson/os/seastore: use extent_len_t where appropriate
Yingxin Cheng
2022-09-30
1
-1
/
+1
*
crimson/os/seastore: introduce generic AsyncCleaner interface to EPM
Yingxin Cheng
2022-09-05
1
-95
/
+148
*
crimson/os/seastore: move AsyncCleaner::GCProcess to EPM::BackgroundProcess
Yingxin Cheng
2022-09-05
1
-187
/
+46
*
crimson/os/seastore/async_cleaner: move cleaner_state_t to GCProcess
Yingxin Cheng
2022-09-05
1
-26
/
+44
*
crimson/os/seastore/async_cleaner: make trimmer optional to cleaner
Yingxin Cheng
2022-09-05
1
-4
/
+13
*
crimson/os/seastore/async_cleaner: move the related stats to GCProcess
Yingxin Cheng
2022-09-05
1
-42
/
+16
*
crimson/os/seastore/async_cleaner: move trimmer into GCProcess
Yingxin Cheng
2022-09-05
1
-56
/
+50
*
crimson/os/seastore/async_cleaner: move the related stats to JournalTrimmerImpl
Yingxin Cheng
2022-08-26
1
-6
/
+18
*
crimson/os/seastore/async_cleaner: factor out JournalTrimmerImpl
Yingxin Cheng
2022-08-26
1
-231
/
+173
*
crimson/os/seastore/async_cleaner: introduce BackgroundListener callbacks
Yingxin Cheng
2022-08-26
1
-31
/
+54
*
crimson/os/seastore/async_cleaner: clean up ExtentCallbackInterface ertrs
Yingxin Cheng
2022-08-26
1
-31
/
+16
*
crimson/os/seastore/async_cleaner: move ExtentCallbackInterface out of the class
Yingxin Cheng
2022-08-26
1
-125
/
+127
*
crimson/os/seastore/async_cleaner: simplify GCProcess::run()
Yingxin Cheng
2022-08-26
1
-13
/
+0
*
crimson/os/seastore/async_cleaner: sort GCProcess interfaces
Yingxin Cheng
2022-08-26
1
-38
/
+38
*
crimson/os/seastore/cache: workaround to drop delta with mismatched crc
Yingxin Cheng
2022-08-24
1
-0
/
+4
*
crimson/os/seastore: enable CBJournal trim during transaction_manager unit test
myoungwon oh
2022-08-24
1
-17
/
+3
*
crimson/os/seastore: generalize journal tail calculations
Yingxin Cheng
2022-08-24
1
-57
/
+93
*
crimson/os/seastore/async_cleaner: cleanup and sort interfaces
Yingxin Cheng
2022-08-23
1
-48
/
+49
*
crimson/os/seastore/async_cleaner: cleanup, replace init_complete by explicit...
Yingxin Cheng
2022-08-23
1
-19
/
+34
*
Merge pull request #47553 from cyx1231st/wip-seastore-cleanup-reclaim
Yingxin
2022-08-17
1
-35
/
+8
|
\
|
*
crimson/os/seastore/async_cleaner: cleanup and add logs to gc trim
Yingxin Cheng
2022-08-15
1
-17
/
+0
|
*
crimson/os/seastore/async_cleaner: cleanup, introduce do_gc_reclaim()
Yingxin Cheng
2022-08-15
1
-11
/
+8
[next]