index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
osdc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #60215 from MaxKellermann/osd_optimizations
SrinivasaBharathKanta
4 days
1
-1
/
+1
|
\
|
*
osdc/Objecter: use the erase() return value
Max Kellermann
2024-11-13
1
-1
/
+1
*
|
Merge PR #60217 into main
Patrick Donnelly
2024-12-18
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
CMakeLists.txt: do not compile {Objecter,Striper}.cc twice
Max Kellermann
2024-10-09
1
-3
/
+2
*
|
osdc: add replica read perf counters to Objecter
Samuel Just
2024-10-19
1
-0
/
+24
*
|
osdc: remove unused overloads for async::Completion
Casey Bodley
2024-10-14
1
-95
/
+0
|
/
*
common,osdc: remove obsolete ceph::mutex_debugging
Patrick Donnelly
2024-10-02
1
-14
/
+0
*
osdc: fix mutex assert for !debug builds
Patrick Donnelly
2024-09-27
1
-14
/
+14
*
mds: use Journaler getters
Patrick Donnelly
2024-09-25
1
-2
/
+13
*
osdc: properly acquire locks for getters
Patrick Donnelly
2024-09-25
2
-38
/
+81
*
osdc: add print method for Journaler::Header
Patrick Donnelly
2024-09-25
1
-0
/
+10
*
Merge pull request #55265 from vshankar/wip-58878
Venky Shankar
2024-07-16
1
-1
/
+15
|
\
|
*
osdc/Journaler: derr log and abort when header update get (possibly) overwrit...
Venky Shankar
2024-06-05
1
-1
/
+15
*
|
Annotated Striper.cc and PrimaryLogPG.cc
Suyash Dongre
2024-06-18
1
-1
/
+1
|
/
*
osdc/Striper: relax assert in assemble_result() for raw buffers
Ilya Dryomov
2024-05-12
1
-2
/
+3
*
tracer/osd/librados/build/rgw: rgw and osd end2end tracing using opentelemetry
Omri Zeneva
2024-02-06
2
-4
/
+12
*
Merge pull request #49462 from rzarzynski/wip-bug-53789
Laura Flores
2024-01-24
1
-1
/
+1
|
\
|
*
osdc: fix the ENOCONN normalization in Objecter::_linger_reconnect()
Radoslaw Zarzynski
2022-12-15
1
-1
/
+1
*
|
neorados: Validate pointers from watch cookies
Adam Emerson
2023-12-07
1
-1
/
+7
*
|
osdc: with_osdmap should be const
Adam Emerson
2023-12-07
1
-1
/
+1
*
|
neorados: Take `claim_append`ed `buffer::list`s by value
Adam Emerson
2023-12-07
1
-1
/
+17
*
|
neorados: Implement `ReadOp::checksum`
Adam Emerson
2023-12-07
1
-0
/
+17
*
|
neorados: Change `cmpxattr_op` to `cmp_op` and use in `Op::cmp_omap`
Adam Emerson
2023-12-07
1
-9
/
+9
*
|
neorados: Fix `Op::cmpext` error and unfound behavior
Adam Emerson
2023-12-07
2
-12
/
+37
*
|
neorados: Use `asio::any_completion_handler`
Adam C. Emerson
2023-12-06
2
-212
/
+398
*
|
osdc: replace asio::io_context::strand with asio::strand<>
Casey Bodley
2023-12-06
1
-1
/
+2
*
|
osdc: Catch exceptions thrown in CLS client decoders
Adam C. Emerson
2023-12-06
3
-6
/
+55
*
|
neorados: use granular includes instead of boost/asio.hpp
Casey Bodley
2023-10-20
1
-1
/
+5
*
|
ObjectCacher: Prepare file_write path for non-blocking I/O
Frank S. Filz
2023-07-24
2
-9
/
+20
*
|
Revert "tracer/osd/librados/build/rgw: rgw and osd end2end tracing using open...
Yuval Lifshitz
2023-04-30
2
-12
/
+4
*
|
tracer/osd/librados/build/rgw: rgw and osd end2end tracing using opentelemetry
Omri Zeneva
2023-03-19
2
-4
/
+12
*
|
messages/MOSDMap: Remove get_oldest/newest
Matan Breizman
2023-02-02
1
-3
/
+4
*
|
mds: md_log_replay thread blocks waiting to be woken up
zhikuodu
2022-12-01
2
-10
/
+36
|
/
*
common/admin_socket: pass inbl to sync call() method
Sage Weil
2022-09-12
1
-0
/
+2
*
objecter: add op latency stat and in-flight count
yuval Lifshitz
2022-06-07
1
-0
/
+6
*
osdmap: convert get_blocklist() to provide the entity/IP and range blocklists
Greg Farnum
2022-04-13
1
-2
/
+8
*
librados: add ability to pass a truncate_size/seq to sparse_read
Jeff Layton
2022-03-07
1
-1
/
+5
*
osdc: add set_error in BufferHead, when split set_error to right
jiawd
2021-11-11
2
-0
/
+8
*
osdc/Objecter: set SUPPORTSPOOLEIO flag on all ops
Sage Weil
2021-09-27
1
-0
/
+1
*
osdc/Objecter: return EIO for new linger ops
Sage Weil
2021-09-24
1
-2
/
+7
*
osdc/Objecter: return EIO for existing ops and linger ops
Sage Weil
2021-09-24
1
-0
/
+58
*
osdc/Objecter: return EIO for new ops
Sage Weil
2021-09-24
4
-4
/
+30
*
osdc: build without "using namespace std"
Kefu Chai
2021-08-13
4
-20
/
+25
*
osdc/Objecter: move LingerOp's ctor to .cc
Kefu Chai
2021-07-23
2
-5
/
+8
*
Merge pull request #42284 from orozery/remove-calc-target-vector-copies
Kefu Chai
2021-07-22
2
-27
/
+27
|
\
|
*
osdc/Objecter: avoid vector copies in _calc_target
Or Ozeri
2021-07-18
2
-27
/
+27
*
|
common: optimize op_target_t and hobject_t constructors
Or Ozeri
2021-07-15
1
-1
/
+1
|
/
*
Merge pull request #42054 from tchaikov/wip-os-xattrs
Kefu Chai
2021-06-30
1
-3
/
+3
|
\
|
*
os: use transparent comparator in ObjectStore::getattrs()
Kefu Chai
2021-06-29
1
-3
/
+3
*
|
mgr,mon: s/boost::optional/std::optional/
Kefu Chai
2021-06-29
2
-5
/
+5
|
/
[next]