]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2014-02-22 Josh Durginlibrados: implement ObjectIterator copying and assignment 1294/head
2014-02-22 Josh Durginlibrados: don't destroy ObjListCtx when iterator reache...
2014-02-22 Josh Durginlibrados: remove extra advance from objects_begin(position)
2014-02-21 Josh DurginMerge remote-tracking branch 'origin/port/updates'...
2014-02-21 Josh DurginMerge remote-tracking branch 'origin/wip-6936' into...
2014-02-21 Josh DurginMerge remote-tracking branch 'origin/wip-7099' into...
2014-02-21 Josh DurginMerge remote-tracking branch 'origin/wip-6830' into...
2014-02-21 Josh DurginMerge remote-tracking branch 'origin/wip-6951' into...
2014-02-21 Josh DurginMerge remote-tracking branch 'origin/wip-7064' into...
2014-02-21 Josh DurginMerge remote-tracking branch 'origin/wip-7271' into...
2014-02-21 Noah Watkinsdencoder: check for radosgw build option 1288/head
2014-02-21 Noah Watkinsosd: use ceph scoped shared_ptr
2014-02-21 Samuel JustMerge remote-tracking branch 'upstream/next'
2014-02-21 Samuel JustMerge remote-tracking branch 'upstream/wip-copyget...
2014-02-21 Samuel JustPG::build_might_have_unfound: skip CRUSH_ITEM_NONE 1278/head
2014-02-20 Samuel JustECBackend: deal with temp collection details in handle_...
2014-02-20 Samuel JustReplicatedPG::on_global_recover: requeue degraded,...
2014-02-20 Yehuda Sadehrgw: minor cleanup
2014-02-20 Mouad BenchchaouiFix generate keystone token from credentials
2014-02-20 Ken DreyerMerge branch 'next'
2014-02-20 Samuel JustRadosModel: copyfrom should result in a dirty object
2014-02-20 Samuel JustPG: fix scrub feature check
2014-02-20 Samuel JustReplicatedPG: assert no omap for ec pool in _write_copy...
2014-02-20 Samuel JustECBackend: handle short reads
2014-02-20 Samuel JustReplicatedPG: ensure that ec appends are aligned
2014-02-20 Samuel JustReplicatedPG::fill_in_copy_get, use getattr_maybe_cache
2014-02-20 Samuel JustReplicatedPG: fix stat uses to use the correct shard
2014-02-20 Samuel JustOSDMap::_apply_primary_affinity: skip CRUSH_ITEM_NONE...
2014-02-20 Sage Weildoc/release-notes: v0.77
2014-02-20 Sage Weildoc/release-notes: v0.67.7
2014-02-19 Ken Dreyerv0.77 v0.77
2014-02-19 Samuel Justosd/,mon/: add (up|acting)_primary to pg_stat_t
2014-02-19 Josh DurginMerge pull request #1256 from ceph/wip-librados-ops...
2014-02-19 Yehuda Sadehrgw: fix swift range response 1274/head
2014-02-19 Yehuda Sadehrgw: fix etag in multipart complete 1273/head
2014-02-19 Yehuda Sadehrgw: reset objv tracker on bucket recreation 1272/head
2014-02-19 Yehuda Sadehradosgw-admin: don't generate access key if user exists 1271/head 1275/head
2014-02-19 Samuel JustPG: insert into stray set if !us_up() && !is_acting()
2014-02-19 Sage WeilMerge pull request #1257 from ceph/wip-agent
2014-02-19 Sage Weilosd/ReplicatedPG: EOPNOTSUPP on hit_set_get on non... 1257/head
2014-02-19 Sage Weilosd/ReplicatedPG: load older HitSets into memory
2014-02-19 Sage Weilosd/ReplicatedPG: strengthen agent_work assertions
2014-02-19 Samuel JustOSD: consider up/acting primary for new intervals
2014-02-19 Yehuda Sadehrgw: don't try to read bucket's policy if it doesn... 1266/head
2014-02-19 Yehuda Sadehrgw: return error if accessing object in non-existent...
2014-02-18 Josh DurginMerge pull request #1259 from ceph/wip-6677
2014-02-18 Josh DurginMerge pull request #1258 from ceph/wip-rgw-gc
2014-02-18 Yehuda Sadehradosgw-admin: gc list --include-all 1258/head
2014-02-18 Josh DurginMerge pull request #1261 from ceph/wip-7463
2014-02-18 Mike LundyThrow a Timeout exception on timeout.
2014-02-18 Josh DurginMerge pull request #1214 from ceph/wip-rgw-manifest-2
2014-02-18 Yehuda Sadehdencoder: fix for new rgw manifest code 1214/head
2014-02-18 Yehuda Sadehcls/rgw: fix debug output
2014-02-18 Yehuda Sadehtest/rgw: manifest unitest
2014-02-18 Yehuda Sadehrgw: scalable manifest object
2014-02-18 Dan Mickceph_rest_api.py: don't fail if no up OSDs found on... 1260/head 1261/head
2014-02-18 Josh Durgintest/librados: remove unused lines and fix return code... 1256/head
2014-02-18 Josh DurginReplicatedPG: fix successful write condition
2014-02-18 Josh DurginReplicatedPG: clear osd op reply output for writes
2014-02-18 Josh DurginReplicatedPG: set individual osd op rvals
2014-02-18 Josh DurginReplicatedPG: don't copy the ops vector into OpContext
2014-02-18 Josh DurginReplicatedPG: avoid undefined behavior in xattr comparison
2014-02-18 Josh Durginqa: add librados c object operations tests to librados...
2014-02-18 Josh Durginpackaging: add test programs for librados c object...
2014-02-18 Josh Durginlibrados: bump version number
2014-02-18 Josh Durginlibrados: add omap object operations to the c api
2014-02-18 Josh Durginlibrados: add read xattr functions for c object operations
2014-02-18 Josh DurginObjecter: add a way to chain callbacks
2014-02-18 Josh Durginlibrados: add exec to the c object operations api
2014-02-18 Josh Durginlibrados: add read to c object operation api
2014-02-18 Josh DurginObjecter: add a context argument to ObjectOperation...
2014-02-18 Josh Durginlibrados: add simple atomic read operations to c api
2014-02-18 Josh Durginlibrados: add exec to the c write operations api
2014-02-18 Josh Durginlibrados: add individual op flags for c write operations
2014-02-18 Josh Durginlibrados: add global op flags to the c api
2014-02-18 Josh Durginlibrados: remove constant for CMPXATTR_NOP
2014-02-18 Josh Durginlibrados: add some comments about constants in librados.h
2014-02-18 Josh Durginlibrados: add section docs for object operations
2014-02-18 Josh Durgintest/librados: add ObjectReadOperation tests
2014-02-18 Josh Durgintest/librados: refactor setup/teardown in tiering tests
2014-02-18 Josh Durgintest/librados: use standard rados test case for snapsho...
2014-02-18 Josh Durgintest/librados: use a test case instead of duplicating...
2014-02-18 Josh Durgintest/librados/cmd: remove unnecessary pool creation
2014-02-18 Josh Durgintest/librados: use connect_cluster_pp() instead of...
2014-02-18 Josh Durgintest/librados: add a connect_cluster() helper
2014-02-18 Josh Durgintest/librados: create general test case classes
2014-02-18 Josh Durgintest/librados: move test.cc into its own library
2014-02-18 Josh DurginObjecter: keep ObjectOperation rval pointers for writes
2014-02-18 Gregory FarnumMerge pull request #1227 from ceph/wip-7394
2014-02-18 Samuel JustMerge remote-tracking branch 'upstream/wip-ecbackend...
2014-02-18 Sage WeilMerge pull request #1255 from ceph/wip-cache-perf
2014-02-18 Sage Weilosd/ReplicatedPG: clean up agent skip debug output 1255/head
2014-02-18 Sage Weilosd: l_osd_agent_{wake,skip,flush,evict}
2014-02-18 Sage Weilosd: l_osd_tier_[dirty|clean]
2014-02-18 Sage Weilosd: l_osd_tier_whiteout
2014-02-18 Sage Weilosd: l_osd_tier_evict
2014-02-18 Sage Weilosd: l_osd_tier_[try_]flush[_fail]
2014-02-18 Sage Weilosd: l_osd_copyfrom
2014-02-18 Samuel JustRadosModel: only output if missing header is actually... 1228/head
2014-02-18 Samuel JustObjecter: track primary explicitly to detect changing...
next