]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-09-12 Sage Weilqa: add test_librbd workunit
2011-09-12 Colin Patrick... Remove global ctors/dtors for CompatSet
2011-09-12 Sage Weillibrados: add conf_parse_env()
2011-09-12 Sage Weillibrbd: move c++ tests to gtest
2011-09-12 Sage Weillibrbd: convert C tests to gtest
2011-09-12 Sage Weillibrbd: rev LIBRBD_VER_EXTRA for rbd_flush() addition
2011-09-12 Sage Weillibrbd: implement rbd buffered write window
2011-09-12 Sage Weilclient: fix odd crash on rename
2011-09-11 Sage Weilrbd: show progress
2011-09-10 Sage Weilmon: stray PGInfo is not an error
2011-09-10 Sage Weilosd: fix leak of osd_lock on pg lookup vs pool deletion...
2011-09-10 Sage Weilstore_test: fix warning
2011-09-10 Samuel JustPG: generate backlog when confronted with corrupt log
2011-09-09 Tommi Virtanenman: Generate manpages from doc/man.
2011-09-09 Tommi Virtanendoc: Convert manpages to doc/man/.
2011-09-09 Tommi Virtanendoc: Hide TODO note in rbd.8
2011-09-09 Tommi Virtanendoc: Make rbd.8 "pool-name", like the old man page.
2011-09-09 Tommi Virtanendoc: Remove duplicate paragraph from rbd.8
2011-09-09 Samuel JustReplicatedPG: Fix src hobject_t construction in clone_r...
2011-09-09 Josh Durginworkunit: use sudo when first reading /sys... too
2011-09-09 Greg Farnumworkunit: and delete root-owned file
2011-09-09 Greg Farnumworkunit: you need sudo to look at /sys/kernel/debug
2011-09-09 Greg FarnumMerge branch 'wip-leaks'
2011-09-09 Yehuda Sadehrgw: rgw_admin, init gen_secret, gen_key
2011-09-09 Sage Weildebian: no /var/run!
2011-09-09 Samuel JustPG.h: Initialize invalid_hash in Entry()
2011-09-08 Sage Weildebian: create var/run/ceph
2011-09-08 Sage Weildebian: radosgw: add dirs to package
2011-09-08 Sage Weilceph: avoid noise when there is no output
2011-09-08 Samuel JustOSD: reset filestore_update_collections to false after...
2011-09-08 Samuel Justobject.h: initalize hobject_t correctly
2011-09-08 Greg Farnumworkunits: make file_layout.sh more robust
2011-09-08 Tommi Virtanenrpm: Include ceph.spec in release tarball.
2011-09-08 Tommi Virtanenrpm: Create the /etc/ceph directory.
2011-09-08 Tommi Virtanenrpm: Add newly-added files to %files.
2011-09-08 Tommi Virtanenrpm: Build without tcmalloc, by default.
2011-09-08 Sage Weilceph: -o - to stdout, not stderr
2011-09-08 Greg FarnumMerge branch 'master' into wip-leaks
2011-09-08 Greg FarnumMerge branch 'master' of ceph.newdream.net:/git/ceph
2011-09-08 Greg Farnummon: Clean up MonSession/Connection leak on MForwards
2011-09-08 Greg Farnumosd: Clean up PG leak
2011-09-08 Greg Farnumosd: clean up leak on old/unneeded peering messages
2011-09-08 Greg Farnumosd: Sessions get weak pointers to Connections
2011-09-08 Greg Farnumfilestore: free fiemap used for testing fs capabilities
2011-09-08 Greg FarnumWorkQueue: don't deliberately leak memory
2011-09-08 Sage Weilceph: clean up command output
2011-09-07 Sage Weilclient: some debugging
2011-09-07 Sage Weilclient: fix leaked Dir on rename
2011-09-07 Sage Weilclient: clean up Inode ref counts slightly
2011-09-07 Samuel JustOSD: info.pgid gets removed from creating_pgs before...
2011-09-07 Sage Weilrbd: --size is megabytes, not bytes
2011-09-07 Sage Weilosd: take ondisk_read_lock on src_oids
2011-09-07 Samuel Justobject.h: make hobject key private, prevent objects...
2011-09-07 Yehuda Sadehrgw: make loop exit case explicit, removes warning
2011-09-07 Sage WeilREADME: update a bit
2011-09-07 Samuel JustIndexManager: delete index during RemoveOnDelete
2011-09-07 Samuel JustOSD: use creating_pgs[pgid].history in get_or_create_pg...
2011-09-07 Sage Weilclient: add inode on IMPORT
2011-09-07 Sage Weilclient: factor out flush_cap_releases() helper
2011-09-07 Sage Weilmds: bracket LOCK|AUTH -> PREXLOCK transition with...
2011-09-07 Sage Weilmds: _finish_xlock helper
2011-09-07 Sage Weilmds: mutation: add start/finish locking hooks
2011-09-07 Sage Weilmds: move Mutation + children out of MDCache.h
2011-09-07 Sage Weillibrbd: {remove,resize,snap_rollback}_with_progress
2011-09-07 Sage Weilmon: log when we get an error
2011-09-07 Brian Chrismanceph.spec: spec file should be creating /var/run/ceph
2011-09-07 Jim Schuttosd: nss build of OSD.cc needs CRYPTO_CXXFLAGS since
2011-09-07 Yehuda Sadehrgw: fix arg parsing
2011-09-07 Colin Patrick... rbd: fix command option parsing, honor --
2011-09-07 Josh Durgincephtool: add --concise option again
2011-09-06 Yehuda Sadehrgw: prepare for supporting other meta headers
2011-09-07 Josh Durginosdmaptool: fix typo in argument
2011-09-06 Tommi Virtanendoc: Note that mkcephfs can't do upgrades etc.
2011-09-06 Tommi Virtanendoc: mkcephfs ssh's directly as root@
2011-09-06 Tommi Virtanenmkcephfs: Config $user is irrelevant when we want to...
2011-09-06 Colin Patrick... Merge branch 'wip-argparse'
2011-09-06 Colin Patrick... ceph tool: convert to new-style arg parsing
2011-09-06 Colin Patrick... ceph_argparse: remove unused macros, functions
2011-09-06 Colin Patrick... cfuse: use new-style argument parsing stuff
2011-09-06 Colin Patrick... cmon: use new argument parsing stuff
2011-09-06 Colin Patrick... cosd.cc: use new argument parsing functions
2011-09-06 Colin Patrick... crushtool: use new argument parsing stuff
2011-09-06 Colin Patrick... rgw_admin: use new argument parsing stuff
2011-09-06 Colin Patrick... rbd.cc: use new argument parsing stuff
2011-09-06 Colin Patrick... Add ceph_argparse_withlonglong
2011-09-06 Colin Patrick... monmaptool, osdmaptool: fix double-dash handling
2011-09-06 Colin Patrick... monmaptool: use new argument parsing stuff
2011-09-06 Colin Patrick... cmds: remove unused macro
2011-09-06 Colin Patrick... TestSignalHandlers: use new argument parsing stuff
2011-09-06 Colin Patrick... osdmaptool: use new ceph_argparse stuff
2011-09-06 Colin Patrick... ceph_argparse: add ceph_argparse_withint
2011-09-06 Colin Patrick... rados.cc: remove unused macro
2011-09-06 Colin Patrick... librados-config: remove unused old-style argparse
2011-09-06 Colin Patrick... cauthtool: convert to new-style arg parsing
2011-09-06 Colin Patrick... gceph tool: convert to new-style arg parsing
2011-09-06 Yehuda Sadehrgw: set perm_mask for swift operations
2011-09-06 Yehuda Sadehrgw: fix update_container_stats()
2011-09-06 Tommi Virtanendoc: Explicitly say ceph.conf host= must not include...
2011-09-06 Tommi Virtanenmkcephfs: cosd and cmon setup must happen as root.
2011-09-06 Tommi Virtanendoc: Document mkcephfs-style installation.
next