index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
librbd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
librbd/migration/HttpClient: Use asio::ssl::stream
Adam Emerson
5 days
2
-23
/
+23
*
librbd: avoid data corruption on flatten when object map is inconsistent
Ilya Dryomov
2024-12-18
3
-36
/
+0
*
librbd/migration/HttpClient: socket isn't shut down on some state transitions
Ilya Dryomov
2024-12-13
1
-2
/
+5
*
librbd/migration/HttpClient: avoid hitting an assert in advance_state()
Ilya Dryomov
2024-12-13
1
-5
/
+7
*
librbd/migration/HttpClient: ignore stream_truncated when shutting down SSL
Ilya Dryomov
2024-12-13
1
-5
/
+12
*
librbd/migration/HttpClient: propagate ec to handle_handshake()
Ilya Dryomov
2024-12-13
1
-7
/
+8
*
librbd/migration/HttpClient: drop SslHttpSession::m_ssl_enabled
Ilya Dryomov
2024-12-13
1
-7
/
+0
*
librbd/migration/HttpClient: don't call disconnect() in handle_handshake()
Ilya Dryomov
2024-12-13
1
-2
/
+1
*
librbd/migration/HttpClient: avoid reusing ssl_stream after shut down
Ilya Dryomov
2024-12-13
1
-1
/
+17
*
librbd/migration/HttpClient: don't shut down socket in resolve_host()
Ilya Dryomov
2024-12-13
1
-1
/
+2
*
librbd/migration/HttpClient: fix some error messages in handle_receive()
Ilya Dryomov
2024-12-13
1
-3
/
+3
*
librbd/migration/HttpClient: log ec details in handle_{issue,receive}()
Ilya Dryomov
2024-12-13
1
-2
/
+2
*
librbd/crypto/LoadRequest: clone format for migration source image
Ilya Dryomov
2024-10-03
1
-1
/
+11
*
librbd/crypto/LoadRequest: rename m_is_current_format_cloned
Ilya Dryomov
2024-10-03
2
-5
/
+5
*
librbd: introduce rbd_group_snap_namespace_type_t enum
Ilya Dryomov
2024-09-20
2
-0
/
+2
*
Merge pull request #59417 from nbalacha/wip-nbalacha-ns-mirroring
Ilya Dryomov
2024-09-18
3
-2
/
+98
|
\
|
*
rbd-mirror: allow mirroring to a different namespace
N Balachandran
2024-09-17
3
-2
/
+98
*
|
Merge pull request #59107 from nbalacha/wip-nbalacha-async-sorted-snaps
Ilya Dryomov
2024-09-10
6
-38
/
+309
|
\
\
|
*
|
cls/rbd: async methods for group snap list
N Balachandran
2024-08-30
6
-38
/
+309
*
|
|
Merge pull request #44640 from effi-ofer/live-migration-nbd
Ilya Dryomov
2024-09-07
12
-7
/
+508
|
\
\
\
|
*
|
|
librbd/migration/NBDStream: abstract out libnbd and add unit tests
Ilya Dryomov
2024-09-06
2
-32
/
+84
|
*
|
|
librbd/migration/NBDStream: call nbd_shutdown() in close()
Ilya Dryomov
2024-09-06
1
-0
/
+6
|
*
|
|
librbd/migration/NBDStream: switch to NBD URIs
Ilya Dryomov
2024-09-06
1
-19
/
+16
|
*
|
|
librbd/migration/NBDStream: check for nbd_get_size() errors
Ilya Dryomov
2024-09-06
1
-1
/
+10
|
*
|
|
librbd/migration/NBDStream: introduce from_nbd_errno()
Ilya Dryomov
2024-09-06
1
-8
/
+20
|
*
|
|
librbd/migration/NBDStream: be more thorough around nbd_block_status()
Ilya Dryomov
2024-09-06
1
-12
/
+31
|
*
|
|
librbd/migration: add nbd stream
Effi Ofer
2024-09-06
12
-7
/
+413
|
|
|
/
|
|
/
|
*
|
|
librbd/migration: don't include ImageState.h in formats
Ilya Dryomov
2024-09-01
3
-3
/
+0
*
|
|
librbd/migration: prune snapshot extents in RawFormat::list_snaps()
Ilya Dryomov
2024-09-01
1
-1
/
+4
*
|
|
librbd: factor out prune_extents() from prune_parent_extents()
Ilya Dryomov
2024-09-01
3
-12
/
+17
|
/
/
*
|
Merge pull request #44470 from orozery/rbd-external-migrate
Ilya Dryomov
2024-08-23
10
-37
/
+159
|
\
\
|
*
|
librbd/migration: add external clusters support
Ilya Dryomov
2024-08-22
10
-15
/
+139
|
*
|
librbd/migration: move away from util::create_ioctx() in NativeFormat
Ilya Dryomov
2024-08-18
1
-16
/
+15
|
*
|
librbd: RefreshParentRequest::m_parent_snap_id is unused
Ilya Dryomov
2024-08-18
2
-2
/
+1
|
*
|
librbd: assert on parent in ImageCtx destructor
Ilya Dryomov
2024-08-18
4
-5
/
+5
|
*
|
librbd/migration: don't clone when flattening
Or Ozeri
2024-08-18
1
-1
/
+1
|
|
/
*
/
rbd: fix CLI output of `rbd group snap info` command
Ramana Raja
2024-08-13
1
-3
/
+4
|
/
*
Merge pull request #44366 from orozery/rbd-crypto-migration
Ilya Dryomov
2024-08-08
4
-8
/
+118
|
\
|
*
librbd/migration: make ImageDispatch handle encryption for non-native formats
Ilya Dryomov
2024-08-07
2
-6
/
+116
|
*
librbd: don't make an extra copy of image_extents in C_ImageReadRequest ctor
Ilya Dryomov
2024-08-07
2
-2
/
+2
*
|
Merge pull request #58907 from adam-lj/rbd-throttle-perf
Ilya Dryomov
2024-08-07
2
-16
/
+25
|
\
\
|
|
/
|
/
|
|
*
librbd: Reduce use of atomics in librbd throttling
Adam Lyon-Jones
2024-08-05
2
-16
/
+25
*
|
librbd/migration: make FormatInterface::read() void again
Ilya Dryomov
2024-07-30
6
-13
/
+11
*
|
librbd/migration: close source image in OpenSourceImageRequest
Ilya Dryomov
2024-07-30
2
-5
/
+4
*
|
librbd/migration: don't instantiate NativeFormat, handle it via dispatch
Ilya Dryomov
2024-07-30
8
-265
/
+181
*
|
librbd/migration/NativeFormat: refactor source spec parsing
Ilya Dryomov
2024-07-30
2
-75
/
+100
*
|
librbd/migration/NativeFormat: do pool lookup instead of creating io_ctx
Ilya Dryomov
2024-07-30
1
-7
/
+4
*
|
librbd/migration: make SourceSpecBuilder::parse_source_spec() static
Ilya Dryomov
2024-07-30
4
-36
/
+34
*
|
librbd/migration/OpenSourceImageRequest: rename io_ctx -> dst_io_ctx
Ilya Dryomov
2024-07-30
2
-10
/
+10
*
|
librbd/migration: massage some error messages
Ilya Dryomov
2024-07-30
6
-11
/
+11
[next]