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
/
lba_manager.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crimson/os/seastore: refactor LBAMapping
Xuehan Xu
2025-01-10
1
-0
/
+1
*
crimson/os/seastore/lba_manager: hide incref_extent(t, addr, delta)
Xuehan Xu
2024-05-20
1
-10
/
+0
*
crimson/os/seastore/lba_manager: clean up LBAManager::decref_extent()
Xuehan Xu
2024-05-17
1
-2
/
+1
*
crimson/os/seastore/transaction_manager: refactor extent remapping
Xuehan Xu
2024-05-17
1
-2
/
+30
*
crimson/os/seastore/lba_manager: don't increase intermediate mappings'
Xuehan Xu
2024-05-17
1
-1
/
+2
*
crimson/os/seastore/lba_manager: add the alloc_extents interface
Xuehan Xu
2024-04-22
1
-0
/
+8
*
crimson/os/seastore/lba_manager: clean up lba_manager's alloc_extent related ...
Xuehan Xu
2024-04-22
1
-4
/
+0
*
crimson/os/seastore: record extents' chksums in the lba tree
Xuehan Xu
2024-04-22
1
-0
/
+2
*
crimson/os/seastore: alloc mapping with refcount when rewriting logical extents
Zhang Song
2024-04-03
1
-3
/
+4
*
crimson/os/seastore: introduce extent_ref_count_t
Zhang Song
2024-04-03
1
-1
/
+1
*
crimson/os/seastore/transaction_manager: allow allocating multiple
Xuehan Xu
2024-02-05
1
-0
/
+2
*
crimson/os/seastore/lba_manager: rename clone_extent to clone_mapping
Xuehan Xu
2023-11-02
1
-1
/
+1
*
crimson/os/seastore/transaction_manager: don't remove intermediate
Xuehan Xu
2023-08-10
1
-1
/
+2
*
crimson/os/seastore/transaction_manager: remap indirect mappings
Xuehan Xu
2023-08-10
1
-0
/
+10
*
crimson/os/seastore/lba_manager: take lba entry indirection into account when...
Xuehan Xu
2023-08-10
1
-2
/
+9
*
crimson/os/seastore: implement OP_CLONE
Xuehan Xu
2023-08-10
1
-1
/
+13
*
test/crimson/seastore: check intra-fixedkv-btree parent->child trackers durin...
Xuehan Xu
2023-05-09
1
-0
/
+3
*
crimson/os/seastore/btree: drop btree_pin_set_t
Xuehan Xu
2023-05-09
1
-14
/
+4
*
crimson/os/seastore/lba_manager: link lba leaf nodes with logical extents by ...
Xuehan Xu
2023-05-09
1
-3
/
+4
*
crimson/os/seastore/btree: "templatize" btree leaf node to distinguish leaf n...
Xuehan Xu
2023-05-09
1
-0
/
+1
*
crimson/os/seastore: simplify update_mappings
Zhang Song
2022-12-07
1
-2
/
+1
*
crimson/os/seastore: use extent_len_t where appropriate
Yingxin Cheng
2022-09-30
1
-1
/
+1
*
crimson/os/seastore/lba_manager: drop scan_mapped_space method
Xuehan Xu
2022-06-19
1
-11
/
+0
*
crimson/os/seastore/transaction_manager: prepare extents for lba_manager/back...
Xuehan Xu
2022-05-07
1
-1
/
+6
*
crimson/os/seastore: add depth parameter to FixedKVBtree::mapped_space_visitor_t
Xuehan Xu
2022-05-07
1
-1
/
+1
*
crimson/os/seastore: drop unnecessary dependency between LBAManager and Segme...
Yingxin Cheng
2022-04-06
1
-6
/
+2
*
crimson/os/seastore: cleanup dependency between epm and lba_manager
Yingxin Cheng
2022-02-11
1
-0
/
+13
*
crimson/os/seastore: update_mapping related cleanups
Yingxin Cheng
2022-02-11
1
-5
/
+5
*
crimson/os/seastore: consolidate Cache::init_cached_extent with drop_from_cache
Yingxin Cheng
2022-01-21
1
-1
/
+3
*
seastore: rename segment_off_t to seastore_off_t
myoungwon oh
2022-01-18
1
-1
/
+1
*
crimson/os/seastore: refactor extent rewrite procedure
Xuehan Xu
2021-09-08
1
-0
/
+12
*
crimson/os/seastore/lba_manager: replace btree implementation
Samuel Just
2021-08-27
1
-12
/
+0
*
crimson/os/seastore/lba_manager: fix comment
Samuel Just
2021-08-26
1
-1
/
+1
*
crimson/os/seastore: remove unneeded TransactionManager::find_hole
Samuel Just
2021-08-26
1
-12
/
+0
*
crimson/os/seastore: wrap up interruptive-futures in seastore
Yingxin Cheng
2021-08-10
1
-11
/
+3
*
crimson/os/seastore: convert transaction_manager internally to use interrupti...
Samuel Just
2021-06-23
1
-38
/
+13
*
crimson/os/seastore/lba_manager/btree: convert to use interruptible_future
Samuel Just
2021-06-23
1
-31
/
+62
*
crimson/os/seastore/lba_manager: make complete_transaction void
Samuel Just
2021-06-23
1
-3
/
+1
*
crimson/seastore: add stub to introduce get_mapping() without length
Yingxin Cheng
2021-05-28
1
-7
/
+17
*
crimson/os/seastore/transaction_manager: expose find_hole
Samuel Just
2021-04-18
1
-0
/
+12
*
crimson/os/seastore: track uncached released extents
Samuel Just
2021-03-24
1
-0
/
+1
*
crimson/os/seastore: expand error type for reads to include eagain
Samuel Just
2021-02-01
1
-21
/
+15
*
crimson/os/seastore/lba_manager: add get_physical_extent_if_live
Samuel Just
2020-10-20
1
-0
/
+20
*
crimson/os/seastore/lba_manager: add scan_mappings
Samuel Just
2020-10-20
1
-1
/
+23
*
crimson/os/seastore/lba_manager: add rewrite_extent
Samuel Just
2020-09-25
1
-0
/
+14
*
crimson/os/seastore/lba_manager: clarify ref count operation return
Samuel Just
2020-08-13
1
-1
/
+6
*
crimson/os/seastore: link in LBAPin after read
Samuel Just
2020-08-05
1
-0
/
+2
*
crimson/os/seastore: initialize dirty extents after replay
Samuel Just
2020-08-05
1
-0
/
+13
*
crimson/os/seastore: actually use LBAManager::complete_transaction
Samuel Just
2020-08-04
1
-1
/
+0
*
crimson/os/seastore: move LogicalCachedExtent to cached_extent.h
Samuel Just
2020-07-17
1
-17
/
+0
[next]