summaryrefslogtreecommitdiffstats
path: root/src/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #61000 from MaxKellermann/no_boostSrinivasaBharathKanta5 days1-2/+2
|\
| * include/random: use std::optional instead of boost::optionalMax Kellermann2024-12-091-2/+2
* | Merge pull request #60379 from cbodley/wip-librados-cancellationCasey Bodley10 days1-7/+27
|\ \
| * | librados: document shallow copy semantics of IoCtxCasey Bodley2024-11-191-9/+26
| * | librados: expose op cancellation through AioCompletion::cancel()Casey Bodley2024-11-191-0/+3
* | | Merge pull request #59936 from anoopcs9/client-chown-statx-fixesMilind Changire2024-12-172-2/+5
|\ \ \ | |_|/ |/| |
| * | client: Gracefully handle empty pathname for statxat()Anoop C S2024-11-072-1/+4
| * | libcephfs.h: Fix API documentation for ceph_statxatAnoop C S2024-11-071-1/+1
| * | client: Gracefully handle empty pathname for chownat()Anoop C S2024-11-071-1/+1
* | | Merge pull request #60253 from MaxKellermann/includesYuri Weinstein2024-11-222-1/+4
|\ \ \ | |_|/ |/| |
| * | include/str_list: remove unnecessary #includeMax Kellermann2024-11-041-1/+0
| * | common/elist: add missing includesMax Kellermann2024-11-041-0/+4
| |/
* | Merge PR #60464 into mainPatrick Donnelly2024-11-131-48/+3
|\ \
| * | common: cache pthread namesPatrick Donnelly2024-10-251-48/+3
* | | Merge PR #60283 into mainPatrick Donnelly2024-11-131-2/+2
|\ \ \ | |_|/ |/| |
| * | include/ceph_fs: correct ceph_mds_cap_peer field namePatrick Donnelly2024-10-101-1/+1
| * | include/ceph_fs: correct ceph_mds_cap_item field namePatrick Donnelly2024-10-101-1/+1
| |/
* | Merge pull request #59644 from wlritchi/boost-1.86-compatYuri Weinstein2024-10-301-0/+4
|\ \ | |/ |/|
| * src/include/uuid.h: fix for boost 1.86.0Luc Ritchie2024-09-071-0/+4
* | Merge PR #52623 into mainVenky Shankar2024-09-302-2/+4
|\ \
| * | ceph-dencoder: MDS - Add missing typesNitzanMordhai2024-04-102-2/+4
* | | Merge pull request #59959 from idryomov/wip-librbd-supports-group-snap-get-in...Ilya Dryomov2024-09-251-0/+1
|\ \ \
| * | | librbd: add LIBRBD_SUPPORTS_GROUP_SNAP_GET_INFO defineIlya Dryomov2024-09-251-0/+1
* | | | librbd: introduce rbd_group_snap_namespace_type_t enumIlya Dryomov2024-09-202-2/+7
|/ / /
* | | Merge pull request #59417 from nbalacha/wip-nbalacha-ns-mirroringIlya Dryomov2024-09-182-0/+20
|\ \ \
| * | | rbd-mirror: allow mirroring to a different namespaceN Balachandran2024-09-172-0/+20
* | | | Merge pull request #44640 from effi-ofer/live-migration-nbdIlya Dryomov2024-09-071-0/+3
|\ \ \ \
| * | | | librbd/migration: add nbd streamEffi Ofer2024-09-061-0/+3
| |/ / /
* | | | Merge pull request #44359 from mchangir/mds-uninline-file-during-scrubRishabh Dave2024-09-062-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | mds: add inline data info to ino dump commandMilind Changire2024-08-281-0/+2
| * | | mds/scrub: move inline data to data pool objectMilind Changire2024-08-281-0/+1
* | | | Merge PR #59414 into mainPatrick Donnelly2024-09-052-6/+15
|\ \ \ \
| * | | | mds: move fscrypt_last_block to vector in mds_co mempoolPatrick Donnelly2024-08-221-4/+3
| * | | | mds: move fscrypt_file inode_t metadata to mds_co mempoolPatrick Donnelly2024-08-221-1/+1
| * | | | mds: move fscrypt_auth inode_t metadata to mds_co mempoolPatrick Donnelly2024-08-221-1/+1
| * | | | include/buffer: add helpers for uint8_t vectorsPatrick Donnelly2024-08-221-0/+10
* | | | | Merge pull request #59474 from athanatos/sjust/for-review/wip-67755-fix-msr-f...Laura Flores2024-09-051-2/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | osd: use CEPH_FEATUREMASK_CRUSH_MSR, not CEPH_FEATURE_CRUSH_MSRSamuel Just2024-08-281-2/+1
| | |/ / | |/| |
* | | | Merge pull request #59240 from leonidc/wip-leonidc-20241508-upgrade-rules-cen...Aviv Caro2024-08-281-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | include/ceph_features: add NVMEOFHA feature bitSamuel Just2024-08-261-2/+2
| * | | include/ceph_features: remove stray available markerSamuel Just2024-08-261-1/+0
* | | | crimson: Add support for bench osd commandNitzan Mordechai2024-08-261-0/+4
|/ / /
* | | Merge pull request #58336 from Svelar/uadkCasey Bodley2024-08-231-0/+3
|\ \ \
| * | | uadk: add uadk supportRongqi Sun2024-08-121-0/+3
* | | | osd,common: add explicit formatter for shard_id_tRonen Friedman2024-08-141-0/+14
* | | | common,include,msg: fmt 11 fixesMatan Breizman2024-08-141-1/+1
| |/ / |/| |
* | | Merge pull request #54504 from aclamk/wip-aclamk-bs-refactor-write-pathAdam Kupczyk2024-08-131-0/+11
|\ \ \
| * | | include/intarith: add p2remainAdam Kupczyk2024-08-071-0/+11
| |/ /
* | | Merge pull request #57911 from gardran/wip-gdran-mds-better-clease-handlingVenky Shankar2024-08-081-0/+3
|\ \ \
| * | | mds: reduce Capability size by using elist::itemYan, Zheng2024-06-101-0/+3