]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-02-26 Josh Durgintestradospp: update for new librados API
2011-02-26 Josh Durgintestlibrbdpp: convert to new APIs
2011-02-25 Colin Patrick... test_common.sh: should rm objects before adding
2011-02-25 Colin Patrick... rbd: de-globalize rbd, rados, Image
2011-02-25 Josh Durginlibrbd, librados: fix my last commits to use the new...
2011-02-25 Josh Durginlibrados: add snap_get_stamp to C API
2011-02-25 Josh Durgintestlibrbdpp: initialize pointers
2011-02-25 Josh Durginlibrados, librbd: remove selfmanaged_snap_rollback_object
2011-02-25 Colin Patrick... Merge branch 'librados_api_cpp' into librados_api
2011-02-25 Josh Durgintestlibrbdpp: use new librbd api
2011-02-25 Josh Durginrbd: update for librbd api changes
2011-02-25 Josh Durginlibrbd: tweak C++ API
2011-02-25 Colin Patrick... librados: C++ API rework
2011-02-24 Colin Patrick... rollback rename
2011-02-25 Josh Durginrbd: use new librbd C++ api
2011-02-24 Josh Durginlibrbd: make C++ api nicer
2011-02-24 Colin Patrick... Some tweaks for the librados C API
2011-02-24 Josh Durginlibrbd, rbd: fill in the rest of image_info_t
2011-02-23 Colin Patrick... More fixes, additions for config API
2011-02-23 Colin Patrick... Update testrados, rename functions in librados.cc
2011-02-23 Colin Patrick... rados_create: add id parameter
2011-02-23 Colin Patrick... Fold common_set_defaults into common_init
2011-02-23 Colin Patrick... Splt rados_init into rados_create + rados_connect
2011-02-23 Colin Patrick... Add rados_conf_apply, comments
2011-02-23 Colin Patrick... md_config_t::set_val/get_val
2011-02-23 Colin Patrick... common: more include and copyright fixes
2011-02-23 Colin Patrick... common: Fix some missing includes, copyrights
2011-02-23 Colin Patrick... cconf: remove second argument to cconf --lookup
2011-02-23 Colin Patrick... ceph_common.sh: remove get_val, get_val_bool
2011-02-23 Colin Patrick... Rename config.h -> common/config.h
2011-02-23 Colin Patrick... config.cc: doesn't depend on ceph_ver.h
2011-02-23 Josh Durgintestlibrbdpp: update for new librados and librbd APIs
2011-02-23 Josh Durginrbd: update for new librados and librbd APIs
2011-02-23 Josh Durginlibrbd: implement stacking on top of librados
2011-02-23 Josh Durginlibrados: add constructor to allow client re-use
2011-02-23 Josh Durginlibrados: switch to noun_verb function names
2011-02-23 Sage Weillibrbd: stack on top of librados
2011-02-22 Colin Patrick... pybind: update rados python bindings for new API
2011-02-22 Sage Weillibrados: more API cleanup; rados_conf_ stubs
2011-02-22 Colin Patrick... move g_default_file_layout into ceph_fs.cc
2011-02-22 Sage Weillibrados: add cluster handle to C API
2011-02-22 Sage Weilosd: improve up_thru request behavior
2011-02-22 Sage Weilosd: set correct epoch for up_thru osd->mon request
2011-02-22 Greg FarnumPGMap: make osd_full and nearfull ratios configurable.
2011-02-21 Sage WeilMakefile: include ceph_argsparse.h in dist tarball
2011-02-21 Sage Weilfilestore: fix clone_range
2011-02-20 Colin Patrick... common: Split argument parsing into ceph_argparse
2011-02-20 Sage Weilkeyring_init: don't print error when explicit key/keyfi...
2011-02-20 Sage WeilRevert "keyring_init: g_conf.keyring is not a list"
2011-02-18 Colin Patrick... keyring_init: g_conf.keyring is not a list
2011-02-19 Josh DurginRevert "Makefile.am: remove unused libs from linking...
2011-02-18 Colin Patrick... Clock: remove unused mutex
2011-02-18 Greg FarnumMerge branch 'pool_memory'
2011-02-18 Greg Farnumtest: Add new memory tests, move to own subdir.
2011-02-18 Greg Farnumvstart: remove directories, too.
2011-02-18 Greg FarnumOSD: convert waiting_for_pg from hash_map to map.
2011-02-18 Greg FarnumPG: remove the object locking stubs and some dead code.
2011-02-18 Greg FarnumPG: convert hash_maps to maps, remove unused.
2011-02-18 Colin Patrick... debug.h: cleanup includes
2011-02-18 Colin Patrick... common: Move hex dump functions into hex.h
2011-02-18 Colin Patrick... Makefile: version.cc should depend on ceph_ver
2011-02-18 Colin Patrick... debug.h: move Ceph version stuff into version.h
2011-02-18 Josh DurginRevert "Makefile.am: remove unused libs from linking...
2011-02-18 Josh Durgintestlibrbdpp: fix off by one error in read test
2011-02-18 Josh DurginMakefile.am: remove unused libs from linking with librb...
2011-02-18 Josh DurginMakefile.am: remove unused libs from linking with librbd
2011-02-18 Sage WeilMerge remote branch 'origin/max_commit_size'
2011-02-17 Colin Patrick... pybind/rados: write_full: remove silly extra param
2011-02-17 Colin Patrick... pybind/rados: implement Pool.write_full
2011-02-18 Josh Durginlibrbd: hold image context lock minimally
2011-02-17 Colin Patrick... pybind/rados: implement Pool::change_auid
2011-02-17 Colin Patrick... pybind/rados: add rados.version
2011-02-17 Colin Patrick... pybind/rados: Add Rados.pool_exists
2011-02-17 Colin Patrick... pybind/rados: Snap.name should be a py string
2011-02-17 Colin Patrick... pybind/rados: add snapshots
2011-02-17 Colin Patrick... Add Pool::list_objects
2011-02-17 Colin Patrick... Add pybind-test
2011-02-17 Colin Patrick... rados-python bindings: Fix pool deletion a bit
2011-02-17 Samuel Justmkcephfs: fix premature tmp directory deletion
2011-02-17 Samuel Just.gitignore: ignore testsnaps
2011-02-17 Josh Durgin.gitignore: ignore debian packaging outputs
2011-02-16 Colin Patrick... monmaptool: fix command-line output
2011-02-16 Colin Patrick... dout: don't print version when forcing fg logging.
2011-02-16 Colin Patrick... dout initialization: remove unecessary flush()
2011-02-16 Colin Patrick... dout: properly output ceph version on opening dout
2011-02-16 Colin Patrick... monmaptool: set_foreground_logging
2011-02-16 Greg Farnumsimplemessenger: Fix num_threads bug printout.
2011-02-16 Colin Patrick... msgr: complain if there are > 1 threads, not 1
2011-02-16 Sage Weilinit-ceph: use do_cmd for pid_file dir creation
2011-02-16 Sage Weilosd: fix population on unconnected_watchers on obc...
2011-02-15 Colin Patrick... common: thread: get number of threads from /proc
2011-02-15 Colin Patrick... Remove ExportControl (we have better auth now)
2011-02-15 Colin Patrick... init-ceph: status: use daemon_is_running
2011-02-15 Colin Patrick... init-ceph: fix status for multi-node clusters
2011-02-15 Samuel Justtest/osd: Fix indentation on RadosModel.h and TestSnaps.cc
2011-02-15 Samuel Justtestsnaps: add snapshot test
2011-02-15 Colin Patrick... Merge branch 'dout2'
2011-02-15 Greg FarnumJournaler: add some checks for expire_pos.
2011-02-15 Greg FarnumJournaler: call set_layout after init_headers.
2011-02-15 Greg FarnumOSD: ignore osd_max_write_size if it's set to 0.
next