index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
/
rados
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
librados: document shallow copy semantics of IoCtx
Casey Bodley
2024-11-19
1
-9
/
+26
*
librados: expose op cancellation through AioCompletion::cancel()
Casey Bodley
2024-11-19
1
-0
/
+3
*
tracer/osd/librados/build/rgw: rgw and osd end2end tracing using opentelemetry
Omri Zeneva
2024-02-06
2
-0
/
+14
*
Merge pull request #54214 from athanatos/sjust/wip-crimson-scrub
Samuel Just
2024-01-04
1
-0
/
+3
|
\
|
*
include/rados/rados_types.hpp: add err_t::has_errors()
Samuel Just
2023-12-11
1
-0
/
+3
*
|
librados: make querying pools for selfmanaged snaps reliable
Ilya Dryomov
2023-12-04
1
-1
/
+4
*
|
librados: clarify get_pool_is_selfmanaged_snaps_mode() semantics
Ilya Dryomov
2023-11-24
1
-1
/
+1
|
/
*
Merge pull request #51681 from cbodley/wip-61349
Casey Bodley
2023-06-19
1
-0
/
+16
|
\
|
*
librados: add rados_aio_write_op_operate2() for high-resolution timestamps
Casey Bodley
2023-05-23
1
-0
/
+16
*
|
Merge pull request #51176 from linuxbox2/wip-fix-rgwfile-ver
Casey Bodley
2023-06-01
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
rgw/file: advance rgw_file interface version
Matt Benjamin
2023-04-22
1
-1
/
+2
*
|
Revert "tracer/osd/librados/build/rgw: rgw and osd end2end tracing using open...
Yuval Lifshitz
2023-04-30
2
-14
/
+2
|
/
*
tracer/osd/librados/build/rgw: rgw and osd end2end tracing using opentelemetry
Omri Zeneva
2023-03-19
2
-2
/
+14
*
rgw/file: change function signature to match the one generated by cython
yuval Lifshitz
2022-11-10
1
-1
/
+1
*
Merge pull request #46823 from lightmelodies/librados-c-api-stat2
Kefu Chai
2022-09-06
1
-0
/
+12
|
\
|
*
librados: export stat2 in C API
Wei Wang
2022-06-25
1
-0
/
+12
*
|
osd/,rados/: modify TIER_FLUSH to implicitly make an object a manifest object
myoungwon oh
2022-07-28
1
-2
/
+5
*
|
librados: doc: make header function documentation accurate and less confusing
Greg Farnum
2022-07-05
1
-3
/
+1
|
/
*
librados: add ability to pass a truncate_size/seq to sparse_read
Jeff Layton
2022-03-07
1
-1
/
+3
*
include/rados: define iterator without std::iterator<>
Kefu Chai
2022-03-01
1
-1
/
+6
*
include/rados/librados.h: drop duplicated function declaration
Kefu Chai
2022-02-14
1
-6
/
+0
*
librados: OPERATION_BALANCE/LOCALIZE_READS comment is outdated
Ilya Dryomov
2021-10-06
1
-3
/
+5
*
librbd: propagate CEPH_OSD_FLAG_FULL_TRY from IoCtx to IOContext
Ilya Dryomov
2021-09-17
1
-0
/
+1
*
include/rados/librados.h: use UINT64_C to define constants
Kefu Chai
2021-05-19
1
-2
/
+2
*
include/rados: document parameters
Kefu Chai
2021-04-14
1
-1
/
+2
*
include/librados: fix doxygen syntax for docs build
Josh Durgin
2021-04-10
1
-8
/
+8
*
librados: define must renew lock flag
Patrick Donnelly
2021-03-19
1
-1
/
+3
*
librados: introduce rados_nobjects_list_next2().
Radoslaw Zarzynski
2021-02-05
1
-1
/
+27
*
rgw_file: expose RGW user-defined attributes
Matt Benjamin
2020-12-04
1
-2
/
+49
*
include/rados/librados.h: note that {read,write}_op cannot be reused
Kefu Chai
2020-11-30
1
-1
/
+9
*
Merge pull request #37134 from myoungwon/wip-tier-evict
Samuel Just
2020-10-06
1
-0
/
+5
|
\
|
*
osd: add tier_evict for manifest tier
myoungwon oh
2020-09-29
1
-0
/
+5
*
|
librados: API to decode notify message (bufferlist)
Venky Shankar
2020-09-17
2
-0
/
+16
*
|
pybind/rados: introduce aio_notify() python binding
Venky Shankar
2020-09-17
2
-0
/
+42
|
/
*
Merge PR #35697 into master
Patrick Donnelly
2020-09-01
1
-0
/
+2
|
\
|
*
librados: add API for fetching client addrs
Venky Shankar
2020-09-01
1
-0
/
+2
*
|
Merge pull request #35899 from myoungwon/wip-fix-manifest-tier
Samuel Just
2020-09-01
1
-3
/
+17
|
\
\
|
|
/
|
/
|
|
*
osd: make set_chunk as ReadOperation
myoungwon oh
2020-08-18
1
-3
/
+17
*
|
include/rados/librados.h: avoid redefinition of rados_object_list_item
Kefu Chai
2020-09-01
1
-1
/
+1
*
|
blacklist -> blocklist
Sage Weil
2020-08-24
2
-6
/
+10
*
|
librados: add LIBRADOS_SUPPORTS_GETADDRS support
Xiubo Li
2020-08-06
1
-0
/
+1
*
|
neorados: support blkin trace passing on execute calls
Jason Dillaman
2020-07-16
1
-0
/
+2
|
/
*
Merge pull request #29283 from myoungwon/wip-refcount-snap
Samuel Just
2020-07-15
1
-1
/
+6
|
\
|
*
osd: change tier-flush's operation type to ReadOperation
myoungwon oh
2020-06-14
1
-1
/
+6
*
|
neorados: build new RADOS client using legacy librados::Rados
Jason Dillaman
2020-07-06
1
-1
/
+5
|
/
*
librados: minor improvment to rados_t comment
Daniel Bevenius
2020-05-26
1
-1
/
+1
*
librados: allow passing flags to operate sync APIs
Yuval Lifshitz
2020-02-25
1
-0
/
+2
*
Merge pull request #31728 from luis-henrix/copy-from-notrunc
Kefu Chai
2020-01-06
1
-0
/
+20
|
\
|
*
librados, osd: add copy_from2 to librados and Objecter
Luis Henriques
2019-12-04
1
-0
/
+20
*
|
mgr: forward RADOS client instances for potential blacklist
Patrick Donnelly
2019-12-04
1
-0
/
+9
|
/
[next]