]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-09-27 John Wilkinsdoc: RST cleanup for RPM dev package installs.
2012-09-27 John Wilkinsdoc: Removed old ops directory structure and redundant...
2012-09-27 Sam Langclient: add WARN_UNUSED_RESULT to client init func
2012-09-27 Sam Langclient: Remove unmaintained ldceph.cc from tree
2012-09-27 Sam Langclient: Mods to fix #3184 for messenger shutdown
2012-09-27 Dan MickRefresh manpages from .rst sources
2012-09-27 Dan Mickmanpage-howto.txt: note that man/Makefile.am may need...
2012-09-27 Dan MickAdd howto for changing man pages
2012-09-27 Sage Weilmon: update 'auth' help/usage
2012-09-27 Sage Weilrados: fix man page
2012-09-27 Sage Weildoc: fix rpm url (part deux)
2012-09-27 Sage WeilMerge remote-tracking branch 'gh/wip-watch-header-race'
2012-09-27 Josh Durginlibrbd: fix includes for portability
2012-09-27 Sage WeilMerge remote-tracking branch 'gh/wip-osd'
2012-09-27 Yehuda Sadehrgw: check that realloc succeeded
2012-09-27 Mike RyanReplicatedPG: track incoming pushes with perf counters
2012-09-27 Samuel JustPG: explicitely delay ops on backfill_pos
2012-09-27 Sage WeilMerge remote-tracking branch 'gh/wip_backfill_full2'
2012-09-27 Samuel JustPG: last_complete might be outside of the log
2012-09-27 Sage Weildoc: fix rpm url
2012-09-27 Sage WeilMerge tag 'v0.52'
2012-09-27 Yehuda Sadehrgw: copy_object should not override ETAG implicitly
2012-09-27 Jim SchuttFileJournal: correctly check return value of lseek...
2012-09-27 Josh Durgindoc: fix injectargs syntax
2012-09-27 Gary Lowellv0.52 v0.52
2012-09-27 Sage Weilosd: make 'pg <pgid> revert ...' command idempotent
2012-09-27 Sage WeilMerge remote-tracking branch 'gh/wip-rbd-docs'
2012-09-27 Sage WeilMerge remote-tracking branch 'gh/wip_coverity_osd'
2012-09-27 Sage WeilMerge branch 'wip-rpm-doc'
2012-09-27 Sam Langcephfs: Fix breakage of cephfs link
2012-09-27 Josh Durgindoc: update ceph-authtool man page
2012-09-27 Josh Durgindoc: clarify rbd caching
2012-09-27 Josh Durgindoc: fix typo in dev layering notes
2012-09-27 Josh Durgindoc: small fixes to the OpenStack page
2012-09-27 Josh Durgindoc: remove MDS from diagram describing RBD and OpenStack
2012-09-27 Josh Durgindoc: extend QEMU/RBD docs
2012-09-27 Sage Weildoc: minor fixups to rpm install doc
2012-09-27 Gary Lowelldoc: draft rpm installation
2012-09-27 Sam Langcephfs: Fix warning - use err instead of errno
2012-09-27 Sam Langclient: Fix compile error: bad {0} initializers
2012-09-27 Sage WeilMerge remote-tracking branch 'gh/wip-3186
2012-09-26 Yehuda Sadehrgw: different test for multi object delete
2012-09-26 Sage WeilMerge branch 'wip-coverity-client'
2012-09-26 Sam Langclient: Fix coverity UNINIT_CTOR defects
2012-09-26 Sam Langclient: Fix coverity 716909 [FORWARD_NULL]
2012-09-26 Sam Langclient: Add asserts for coverity bugs
2012-09-26 Sam Langclient: Fixes coverity defect 716891
2012-09-26 Sam Langclient: Fixes coverity defect 716890 [DEADCODE]
2012-09-26 Sam Langclient: Coverity fixes for 716841-716844
2012-09-26 Sam Langcephfs: Fixes for coverity bugs 716840 and 716970
2012-09-26 Yehuda Sadehrgw: copy_object should not override ETAG implicitly
2012-09-26 Sam Langmds: Move check for empty path lookup to getattr
2012-09-26 Mike RyanPG, OSD: reject backfills when an OSD is nearly full
2012-09-26 Mike Ryantimer: add unsafe callbacks option
2012-09-26 John Wilkinsdoc: Fixed typo.
2012-09-26 Samuel JustJournalingObjectStore: lock journal_lock at top of...
2012-09-26 Samuel JustFlatIndex: terminate dir_name buffer passed to strncpy
2012-09-26 Samuel JustFileStore: uninit var in ctor OpSequencer::parent
2012-09-26 Samuel JustFileStore: fix omap_store and dbomap leaks in mount
2012-09-26 Samuel JustFileStore: don't leak r in mount
2012-09-26 Samuel JustFileStore: fix fd and tmpfd leaks in _detect_fs()
2012-09-26 Samuel JustFileStore: fix leaked fd and check lseek in _test_fiemap
2012-09-26 Samuel JustFileStore: fix filedescriptor leak in mkfs
2012-09-26 Samuel JustFileStore: fix statfs,fstatfs,fstat ret val checks
2012-09-26 Samuel JustFileJournal: uninit var in ctor aio_ctx FileJournal
2012-09-26 Samuel JustFileJournal: uninit var in ctor FileJournal
2012-09-26 Samuel JustFileJournal: check return value of lseek in write_fd
2012-09-26 Sage WeilMerge remote-tracking branch 'gh/wip-mon-gv'
2012-09-26 Sam Langclient: Fix for #3184 cfuse segv with no keyring
2012-09-26 Sage Weilmds: fix ino release on session close
2012-09-26 Sage WeilMerge remote-tracking branch 'gh/wip-rbd-coverity
2012-09-26 Sam Langclient: Put all libcephfs gtest tests into one bin
2012-09-26 Sam Langmds: Handle empty relpath from client getattr
2012-09-25 Samuel JustFileJournal: fix potential overflow in create()
2012-09-25 Samuel JustFileJournal: fix memory leak in _open_file
2012-09-25 John Wilkinsdoc: Added an anchor to enable linking from CRUSH map...
2012-09-25 John Wilkinsdoc: Clarified descriptions, and improved IA and naviga...
2012-09-25 Sam Langclient: Fix to client filepath initializing
2012-09-25 Joao Eduardo... mon: include auth mon's paxos version on latest gv...
2012-09-25 Samuel JustDBObjectMap::_get_header fix shadowed var causing dead...
2012-09-25 Samuel Justosd_types: uninit var in ctor pg_query_t
2012-09-25 Samuel Justosd_types: typo in object_info_t::decode for struct_v==6
2012-09-25 Samuel JustReplicatedPG: add assert to snapset.clones search
2012-09-25 Samuel JustPG: uninit var in ctor Scrubber
2012-09-25 Samuel JustPG: big param passed by value, C_PGActivateCommitted
2012-09-25 Samuel JustOSDMap: clear setprecision in print_osd_line
2012-09-25 Samuel JustOSD: big parameter passed by value, send_still_alive
2012-09-25 Sage Weillibrados: cleanup: use Mutex::Locker
2012-09-25 Sage Weillibrados: protect lookup_pool, get_pool_name with lock
2012-09-25 Yan, Zhengmds: Adjust mydir auth when starting MDS that was stopp...
2012-09-25 Yan, Zhengmds: Fix SessionMap::is_any_state()
2012-09-25 Josh Durginrbd: fix leak of dir handle in get_rbd_seq
2012-09-25 Josh Durginrbd: fix leak of fd on error when reading an entire...
2012-09-25 Josh Durginrbd: fix leak of fd when importing an image from a...
2012-09-25 Josh Durginsecret: close fd on error
2012-09-25 Josh Durginlibrados: always free buffer allocated by md_config_t...
2012-09-25 Josh Durginlibrados: fix use without NULL check in rados_pool_list
2012-09-25 Josh Durginlibrados: init everything in default IoCtxImpl ctor
2012-09-25 Josh Durginrbd: make sure we have a device before trying to unmap
2012-09-25 Josh Durginlibrbd: fix list for more than 1024 format 2 images
next