index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.readthedocs.yml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
pybind/mgr: drop cython from requires
Kefu Chai
1
-4
/
+0
2022-12-08
cephadm: drop cython from requires
Kefu Chai
1
-1
/
+0
2022-12-08
*: s/whitelist_externals/allowlist_externals/
Kefu Chai
5
-8
/
+8
2022-12-08
doc/start: update "apt install" command in documenting-ceph.rst
cao.leilc
1
-1
/
+1
2022-12-08
doc/rbd: refine "Create a Block Device User"
Zac Dover
1
-6
/
+8
2022-12-07
doc/rbd: refine "Create a Block Device Pool"
Zac Dover
1
-5
/
+8
2022-12-07
src/common/options/rgw.yaml.in: fix spelling mistake
cao.leilc
1
-1
/
+1
2022-12-07
doc/rbd: refine "Create a Block Device User"
Zac Dover
1
-14
/
+21
2022-12-07
src/rgw/services/svc_finisher.cc: fix typos
wangyunqing
1
-1
/
+1
2022-12-06
doc/cephfs: monospace "ceph fs set-default" command
Ken Dreyer
1
-1
/
+1
2022-12-06
doc/rados: add prompts to placement-groups.rst (3)
Zac Dover
1
-32
/
+60
2022-12-06
doc/rados: add prompts to placement-groups.rst
Zac Dover
1
-6
/
+12
2022-12-06
doc/rados: add prompts to placement-groups.rst
Zac Dover
1
-33
/
+65
2022-12-06
doc/glossary: add matter to "RBD"
Zac Dover
1
-1
/
+2
2022-12-05
.github: add core label to files under src/test/librados
Laura Flores
1
-0
/
+1
2022-12-05
doc/glossary: add DAS
Zac Dover
1
-0
/
+5
2022-12-05
doc: Update Foundation member for SoftIron
kvanals
1
-1
/
+1
2022-12-05
doc/cephadm: fix initial-ceph.conf example
krambrod
1
-4
/
+4
2022-12-05
doc/rados: add prompts to pg-repair.rst
Zac Dover
1
-14
/
+28
2022-12-05
doc/rados: add prompts to monitoring.rst
Zac Dover
1
-57
/
+116
2022-12-04
doc/rados: add prompts to monitoring-osd-pg.rst
Zac Dover
1
-23
/
+54
2022-12-04
qa/workunits/rbd: add encryption-aware resize test
Ilya Dryomov
1
-4
/
+15
2022-12-04
doc/rbd: add clone encryption details and examples
Ilya Dryomov
2
-10
/
+108
2022-12-04
rbd, rbd-nbd: make --encryption-format optional
Ilya Dryomov
6
-7
/
+21
2022-12-04
rbd, rbd-nbd: accept "luks", "luks1" and "luks2" formats
Ilya Dryomov
7
-112
/
+165
2022-12-04
librbd: don't decay LUKS{1,2}EncryptionFormat into LUKSEncryptionFormat
Ilya Dryomov
7
-87
/
+337
2022-12-04
rbd: fix passphrase zeroing in "rbd encryption format" handler
Ilya Dryomov
1
-18
/
+18
2022-12-04
rbd, rbd-nbd: don't strip trailing newline in passphrase files
Ilya Dryomov
6
-21
/
+11
2022-12-04
librbd: constify specs array in rbd_encryption_load2()
Ilya Dryomov
7
-9
/
+8
2022-12-04
librbd: remove unused trim_image() method
Ilya Dryomov
2
-22
/
+0
2022-12-04
librbd: non-pruning parent overlap handling fixes
Ilya Dryomov
8
-40
/
+589
2022-12-04
librbd: reduce overlap and respect area when pruning parent extents
Ilya Dryomov
12
-125
/
+288
2022-12-04
librbd: clip extents to their area instead of DATA area
Ilya Dryomov
8
-19
/
+119
2022-12-04
librbd: introduce reduce_parent_overlap() and switch overlap API
Ilya Dryomov
5
-14
/
+65
2022-12-04
librbd: tweak get_parent_overlap() signature
Ilya Dryomov
3
-6
/
+5
2022-12-04
librbd: remap resize target size if encryption is loaded
Ilya Dryomov
5
-20
/
+148
2022-12-04
librbd: check stripe pattern when loading encryption
Ilya Dryomov
3
-0
/
+113
2022-12-04
librbd: check image size when loading encryption
Ilya Dryomov
3
-10
/
+85
2022-12-04
librbd: relax image size check in luks::FormatRequest
Ilya Dryomov
2
-2
/
+45
2022-12-04
librbd: no need to return format from ShutDownCryptoRequest
Ilya Dryomov
5
-30
/
+12
2022-12-04
librbd: don't temporarily shut down crypto when flattening
Ilya Dryomov
3
-104
/
+4
2022-12-04
librbd: move get_file_offset() into CryptoObjectDispatch
Ilya Dryomov
4
-28
/
+20
2022-12-04
librbd: apply CryptoObjectDispatch layer only to DATA area
Ilya Dryomov
3
-32
/
+63
2022-12-04
librbd: propagate area down to file_to_extents()
Ilya Dryomov
17
-163
/
+230
2022-12-04
librbd: pass area to ImageDispatchSpec::create_*()
Ilya Dryomov
17
-119
/
+132
2022-12-04
librbd: return area from extents_to_file()
Ilya Dryomov
15
-97
/
+116
2022-12-04
librbd: introduce ImageArea and split remap_extents() into two methods
Ilya Dryomov
13
-60
/
+128
2022-12-04
librbd: pass image_extents to create_{discard,write_same}()
Ilya Dryomov
3
-13
/
+15
2022-12-04
librbd: CopyupRequest can move image_extents instead of copying
Ilya Dryomov
1
-1
/
+2
2022-12-04
crimson/osd/osd_operations/client_request: Remove seq_mode_t
Matan Breizman
2
-56
/
+27
[next]