]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/shortlog
ceph-ci.git
2025-10-03 Tobias Urdinrgw/doc: Add doc for admin bucket list pagination
2025-10-03 Tobias Urdinrgw/admin: Add max-entries and marker to bucket list
2025-10-03 Oguzhan OzmenRGW: multi object delete op; skip olh update for all...
2025-10-03 Adam Kingmgr/cephadm: don't mark nvmeof daemons without pool...
2025-10-03 Sachin Prabhudoc/mgr/smb: document the 'provider' option for smb...
2025-10-03 Patrick Donnellymds: fix test that directory has no snaps
2025-10-03 Patrick Donnellyqa: test for child dir with first beyond parent snaps
2025-10-03 Patrick Donnellyqa: remove extraneous directory from test
2025-10-03 Patrick Donnellyqa: correct test description
2025-10-03 Max Kellermannmds/MDSDaemon: unlock `mds_lock` while shutting down...
2025-10-03 Venky Shankarqa/suites/upgrade: update ignorelist with cephfs specif...
2025-10-03 Venky Shankarqa/suites/upgrade: add "Replacing daemon mds" to ignorelist
2025-10-03 Patrick Donnellymds: skip charmap handler check for MDS requests
2025-10-03 Patrick Donnellyqa: test for charmap handling on reintegration
2025-10-03 Christopher... tasks/cephfs: Use different errmsg for invalid dir
2025-10-03 Christopher... client: bring client_lock out of statfs helper method
2025-10-03 Christopher... client: move mref_reader check in statfs out of helper
2025-10-03 Christopher... test: Add test for libcephfs statfs
2025-10-03 Christopher... client: get quota root based off of provided inode...
2025-10-03 Christopher... client: use path supplied in statfs
2025-10-03 Enrico Bocchimdstypes: Dump export_ephemeral_random_pin as double
2025-10-03 Rishabh Daverelease note: add a note that "subvolume info" cmd...
2025-10-03 Rishabh Davedoc/cephfs: update docs since "subvolume info" cmd...
2025-10-03 Rishabh Daveqa/cephfs: add test to check clone source info's presen...
2025-10-03 Rishabh Davemgr/vol: show clone source info in "subvolume info...
2025-10-03 Rishabh Davemgr/vol: keep clone source info even after cloning...
2025-10-03 Kotresh HRqa: Add test for subvolume_ls on osd full
2025-10-03 Kotresh HRmds: Fix readdir when osd is full.
2025-10-03 Venky Shankarqa/cephfs: fix test_subvolume_group_charmap_inheritance...
2025-10-03 Xavi Hernandezdoc: add name mangling documentation for subvolume...
2025-10-03 Xavi Hernandezqa: add tests for name mangling in subvolume group...
2025-10-03 Xavi Hernandezpybind/mgr: add name mangling options to subvolume...
2025-10-03 Enrico Bocchimgr/volumes: Fix json.loads for test on mon caps
2025-10-03 Enrico Bocchimgr/volumes: Add test for mon caps if auth key has...
2025-10-03 Enrico Bocchimgr/volumes: Keep mon caps if auth key has remaining...
2025-10-03 Nitzan Mordechaiworkunits/rados: remove cache tier test
2025-10-03 Naveen Naiduqa/suites/rados/thrash-old-clients: Add OSD warnings...
2025-10-03 Igor Fedotovblk/kernel: improve DiscardThread life cycle.
2025-10-03 Nizamudeen Amgr/dashboard: fix missing schedule interval in rbd API
2025-10-03 Shraddha Agrawaloptions/mon: disable availability tracking by default
2025-10-03 Bill Scalesosd: Optimized EC incorrectly rolled backwards write
2025-10-03 Alex Ainscowosd: Clear zero_for_decode for shards where read failed...
2025-10-03 Alex Ainscowosd: Reduce buffer-printing debug strings to debug...
2025-10-03 Alex Ainscowosd: Fix segfault in EC debug string
2025-10-03 Bill Scalesosd: Optimized EC backfill interval has wrong versions
2025-10-03 Bill Scalesosd: Optimized EC choose_acting needs to use best prima...
2025-10-03 Alex Ainscowosd: Do not sent PDWs if read count > k
2025-10-03 Alex Ainscowosd: Fix decode for some extent cache reads.
2025-10-03 Bill Scalesosd: Optimized EC calculate_maxles_and_minlua needs...
2025-10-03 Bill Scalesosd: Optimized EC choose_async_recovery_ec must use...
2025-10-03 Bill Scalesosd: Optimized EC don't try to trim past crt
2025-10-03 Bill Scalesosd: Optimized EC missing call to apply_pwlc after...
2025-10-03 Bill Scalesosd: Optimized EC don't apply pwlc for divergent writes
2025-10-03 Bill Scalesosd: Optimized EC present_shards no longer needed
2025-10-03 Bill Scalesosd: Optimized EC proc_master_log fix roll-forward...
2025-10-03 Bill Scalesosd: Refactor find_best_info and choose_acting
2025-10-03 Bill Scalesosd: EC Optimizations proc_master_log boundary case...
2025-10-03 Jon Baileyosd: Invalidate stats during peering if we are rolling...
2025-10-03 Radoslaw Zarzynskiosd: ECTransaction.h includes OSDMap.h
2025-10-03 Radoslaw Zarzynskiosd: bypass messenger for local EC reads
2025-10-03 Radoslaw Zarzynskiosd: fix buildability after get_write_plan() shuffling
2025-10-03 Radoslaw Zarzynskiosd: just shuffle get_write_plan() from ECBackend to...
2025-10-03 Radoslaw Zarzynskiosd: prepare get_write_plan() for moving from ECBackend...
2025-10-03 Radoslaw Zarzynskiosd: separate producing EC's WritePlan out into a dedic...
2025-10-03 Radoslaw Zarzynskiosd: fix unused variable warning in ClientReadCompleter
2025-10-03 Radoslaw Zarzynskiosd: shuffle ECCommon::RecoveryBackend from ECBackend...
2025-10-03 Radoslaw Zarzynskiosd: drop junky `#if 1` in recovery backend
2025-10-03 Radoslaw Zarzynskiosd: move ECCommon::RecoveryBackend from ECBackend...
2025-10-03 Radoslaw Zarzynskiosd: replace get_obc() with maybe_load_obc() in EC...
2025-10-03 Radoslaw Zarzynskiosd: abstract sending MOSDPGPush during EC recovery
2025-10-03 Radoslaw Zarzynskiosd: prepare ECCommon::RecoveryBackend for shuffling...
2025-10-03 Radoslaw Zarzynskiosd: squeeze RecoveryHandle out of ECCommon::RecoveryBa...
2025-10-03 Radosław Zarzyńskiosd: just shuffle RecoveryMessages to ECCommon.h
2025-10-03 Radoslaw Zarzynskiosd: prepare RecoveryMessages for shuffling to ECCommon.h
2025-10-03 Radoslaw Zarzynskiosd: ECCommon::RecoveryBackend doesn't depend on ECBack...
2025-10-03 Radoslaw Zarzynskiosd: fix buildability after the RecoveryBackend shuffling
2025-10-03 Radoslaw Zarzynskiosd: just shuffle RecoveryBackend from ECBackend.h...
2025-10-03 Shraddha Agrawaldoc: add config option and usage docs
2025-10-03 Shraddha Agrawalmon/MgrStatMonitor: update availability score after...
2025-10-03 Shraddha Agrawalmon/MgrStatMonitor: add pool_availability_update_interv...
2025-10-03 Casey Bodleyrgw/s3: remove 'aws-chunked' from Content-Encoding...
2025-10-03 Leonid Cherninnvmeofgw: fixing GW delete issues
2025-10-03 Leonid Cherninnvmeofgw: cleanup pending map upon monitor restart
2025-10-03 Avan Thakkarmgr/prometheus: fix enabled_modules check for smb metadata
2025-10-03 Avan Thakkarmgr/prometheus: add share name as label to SMB_METADATA...
2025-10-03 Avan Thakkarmgr/prometheus: add smb_metadata metric
2025-10-03 Adam Kingmgr/cephadm: don't use list_servers to get active mgr...
2025-10-03 Adam Kingmgr/cephadm: add interval control for stray daemon...
2025-10-03 Bill Scalesosd: Optimized EC invalid pwlc for shards doing backfil...
2025-10-03 Bill Scalesosd: Optimized EC add_log_entry should not skip partial...
2025-10-03 Bill Scalesosd: Optimized EC apply_pwlc needs to be careful about...
2025-10-03 Alex Ainscowosd: Use std::cmp_greater to avoid signedness warnings.
2025-10-03 Alex Ainscowosd: Always send EC messages to all shards following...
2025-10-03 Alex Ainscowosd: Attribute re-reads in optimised EC
2025-10-03 Bill Scalesosd: EC optimizations keep log entries on all shards
2025-10-03 Alex Ainscowosd: Remove some extraneous references to hinfo.
2025-10-03 Bill Scalesmon: Optimized EC pools preprocess_pgtemp incorrectly...
2025-10-03 Bill Scalesosd: EC Optimizations proc_master_log bug fixes
2025-10-03 Jon Baileyosd: Fix issue where not all shards are receiving setat...
2025-10-03 Alex Ainscowosd: Relax assertion that all recoveries require a...
next