]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-08-20 Yehuda Sadehscratchtool: not a test suite
2011-08-20 Yehuda SadehRevert "Remove old rados tests"
2011-08-20 Yehuda Sadehosd: fix compilation
2011-08-20 Sage Weilosd: call incorrect osdmap addrs errors
2011-08-20 Yehuda Sadehrgw: fail operation when trying to clone to the same...
2011-08-19 Sage Weilmds: xlocker_caps are supplemental to caps
2011-08-19 Sage Weilmds: only client hold xlock in xlockdone can change...
2011-08-19 Yehuda Sadehrgw: fix prepare_atomic_for_write
2011-08-19 Sage Weilmds: update truncate_pending on O_TRUNC; pass old_size...
2011-08-19 Sage Weilrados-api: fix #include order
2011-08-19 Sage Weilcconf: fix clitest
2011-08-19 Sage Weilcconf: --filter-key and --filter-key-value
2011-08-19 Sage Weilmds: fix LOCK_LOCK_XLOCK lock state name/string
2011-08-19 Yehuda Sadehrgw: add missing cache locking
2011-08-19 Yehuda Sadehrgw: was missing return value
2011-08-19 Yehuda Sadehrgw: some more race fixes
2011-08-19 Colin Patrick... test/rados-api/misc.cc: update tests after API change
2011-08-19 Sage Weilmonitorstore: drop unused sync value
2011-08-19 Sage Weilpaxos: use MonitorStore::put_bl_sn_map() to commit...
2011-08-19 Sage Weilmonitorstore: implement put_bl_sn_map
2011-08-19 Sage Weilmon: whitespace
2011-08-19 Greg Farnumatomic_t: update spinlock implementation.
2011-08-19 Yehuda Sadehrgw: reread obj meta on racing write operation
2011-08-19 Samuel JustReplicatedPG: Don't crash when a clone is missing
2011-08-19 Greg Farnumfile_layout.sh: add test for setting a new data pool
2011-08-19 Colin Patrick... Merge branch 'wip-librados-tests'
2011-08-18 Colin Patrick... Remove old rados tests
2011-08-18 Yehuda Sadehrgw: fix locator for shadow objects
2011-08-18 Sage Weilmds: share max_size on any client_range adjustment
2011-08-18 Colin Patrick... add WatchNotifyTimeoutTestPP
2011-08-18 Yehuda Sadehrgw: fix a double free in GetObj
2011-08-18 Colin Patrick... test/rados-api/misc.cc: test CloneRange
2011-08-18 Colin Patrick... test/rados-api/misc.cc: test CloneRangePP
2011-08-18 Colin Patrick... test/rados-api/misc.cc: test AioOperatePP
2011-08-18 Sage Weilosd: fix _activate_committed() crash
2011-08-18 Colin Patrick... test/rados-api/misc.cc: test Operate2PP
2011-08-18 Colin Patrick... Operate1PP: test CEPH_OSD_CMPXATTR_OP_EQ
2011-08-18 Sage Weilcompatset: dump json
2011-08-18 Colin Patrick... librados: remove unused operate param
2011-08-18 Sage Weiluninline a bunch of buffer.h stuff
2011-08-18 Sage Weiluninline osd types
2011-08-18 Sage Weilmds: add debug_mds_locker
2011-08-17 Sage Weillibrbd: rbd_list: return buffer size, not element count
2011-08-17 Sage Weilmon: add/remove data_pg_pools from mdsmap
2011-08-17 Samuel JustPG: last_warm_restart must be set to the current epoch
2011-08-17 Sage Weilmds: explain weird encoding
2011-08-17 Sage Weilmds: whitespace
2011-08-17 Sage Weilmds: drop unused projected dirfrag_t arg for EMetaBlob...
2011-08-17 Sage Weilmds: drop unused snapbl arg
2011-08-17 Sage Weilmds: avoid explicit passing of projected_xattrs
2011-08-17 Sage Weilmds: avoid passing snapbl around explicitly
2011-08-17 Colin Patrick... test/rados-api/misc.cc: test Operate1PP
2011-08-17 Sage Weilmds: use snaprealm projection for MDCache::snaprealm_cr...
2011-08-17 Sage Weilmds: simplify sr_t journaling
2011-08-17 Sage Weilmds: journal inode on mksnap
2011-08-17 Sage Weilmds: handle O_TRUNC when size is already 0
2011-08-17 Sage Weilclient: send O_TRUNC open requests to MDS
2011-08-17 Sage Weilclient: move Inode operator<<
2011-08-17 Colin Patrick... Test rados_exec, C and C++ version
2011-08-17 Colin Patrick... test/rados-api/misc.cc: test tmap_update
2011-08-17 Sage Weilrbd: remove dup 'rm' command from man page
2011-08-17 Sage Weilcfuse: take out accidental bad channel add
2011-08-17 Yehuda Sadehrgw: fix virtual bucket name handling
2011-08-17 Colin Patrick... qa/workunits/rados/test.sh:explicitly invoke tests
2011-08-17 Colin Patrick... Add qa/workunits/rados/test.sh
2011-08-17 Sage Weilcfuse: make use of fuse invalidate callback optional...
2011-08-17 Yehuda Sadehformatter: remove bad asserts
2011-08-17 Yehuda Sadehrgw: list objects shows time in GMT, thread safety fix
2011-08-17 Colin Patrick... src/perfglue/heap_profiler.cc: fix snprintf
2011-08-17 Yehuda Sadehclient: compile with older libfuse2
2011-08-17 Colin Patrick... Merge branch 'wip-librados-tests'
2011-08-17 Sage Weilosd_types: fix merge
2011-08-17 Sage WeilMerge commit 'v0.33'
2011-08-17 Sage Weilv0.33 v0.33
2011-08-17 Sage Weilosd: pg_stat_t: throw exception on unknown encoding
2011-08-17 Sage Weilqa: test rename into snapped dir
2011-08-17 Sage Weilmds: mark newly created snaprealms as open
2011-08-17 Colin Patrick... test/rados-api/misc.cc: test Rados::version
2011-08-17 Colin Patrick... test/rados-api/list.cc: C++ version
2011-08-17 Colin Patrick... test/rados-api/snapshots.cc: C++ version
2011-08-17 Colin Patrick... test/rados-api/watch_notify.cc: implement C++ ver
2011-08-17 Colin Patrick... test/rados-api/stat.cc: implement C++ tests
2011-08-17 Colin Patrick... rados/librados.h: use rados_snap_t consistently
2011-08-16 Colin Patrick... test/rados-api/aio.cc: test RoundTripWriteFull
2011-08-16 Colin Patrick... test/rados-api/aio.cc: implement FlushPP
2011-08-16 Colin Patrick... test/rados-api/aio.cc: test ReturnValuePP
2011-08-16 Colin Patrick... test/rados-api/aio.cc: test IsSafePP
2011-08-16 Colin Patrick... test/rados-api/aio.cc: add IsCompletePP
2011-08-16 Colin Patrick... test/rados-api/aio.cc: Add RoundTripAppendPP
2011-08-16 Colin Patrick... test/rados-api/aio.cc: add RoundTripPP
2011-08-16 Colin Patrick... Fix bug in turning off logging. Remove log_dir.
2011-08-15 Sage WeilMerge branch 'next'
2011-08-15 Sage Weilosd: fix heartbeats after bad markdown
2011-08-15 Sage Weilmonmaptool: don't inc bool
2011-08-15 Sage Weilcrushtool: don't inc bool
2011-08-15 Sage Weilmds: break #include recursion
2011-08-15 Yehuda Sadehrgw: some encoding fixes
2011-08-15 Yehuda Sadehrgw: handle zero and invalid max_keys
2011-08-15 Yehuda Sadehrgw: create CommonPrefixes section for each prefix
2011-08-15 Yehuda Sadehrgw: adjust returned error when got invalid auth request
next