]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2012-08-16 Tommi Virtanenrun-cli-tests: Check that virtualenv is found.
2012-08-16 Sage WeilMerge remote-tracking branch 'gh/wip-osd'
2012-08-16 Sage Weilmsg/SimpleMessenger: fix leak of local_connection
2012-08-16 Sage Weiltest_librbd_fsx: fix leak
2012-08-16 Sage WeilSyntheticClient: fix warnings
2012-08-16 Sage Weillibrbd: make aio_discard declaration match definition
2012-08-16 Sage Weillibrbd: fix uninit var new_snap in ictrx_refresh()
2012-08-16 Sage Weillibrbd: fix warning
2012-08-16 Sage Weilheap_profiler: return result via ostream
2012-08-16 Sage Weilcpu_profiler: outout to ostream instead of clog
2012-08-16 Sage Weilosd: avoid generate huge osdmap deletion transactions
2012-08-16 Sage Weilosd: break potentially large transaction into pieces
2012-08-16 Sage Weilosd: only commit past intervals at end of parallel...
2012-08-16 Sage WeilMerge branch 'next'
2012-08-16 Sage Weilosd: explicitly requeue waiting_for_map in on_change()
2012-08-16 Sage Weilosd: simplify how in-progress ops are requeued
2012-08-16 Sage Weilosd: rename op_waiters -> waiting_for_map
2012-08-16 Josh DurginMerge branch 'wip-rbd-protect-merge'
2012-08-16 Josh DurginMerge branch 'wip-rbd-protect' into master
2012-08-16 Sage Weilmds: fix some gcc 4.7 warnings
2012-08-16 Sage Weilcrypto: remove unused label
2012-08-16 Sage Weildo_autogen.sh: -n for nss
2012-08-16 Sage Weilbyteorder: fix gcc 4.7 warnings
2012-08-16 Sage Weildo_autogen.sh: apply 'profiler' options to CXXFLAGS...
2012-08-16 Sage Weildo_autogen.sh: -p to pass --with-profiler to configure...
2012-08-16 Matthew Wodrichobsync: add missing package specifier to format_exc
2012-08-16 Sage Weilceph-fuse: add --fuse-debug option to enable libfuse...
2012-08-16 Danny Kukawkafix keyring generation for mds and osd
2012-08-16 Danny Kukawkafix ceph osd create help
2012-08-16 Sage Weilobjectcacher: fix bh leak on discard
2012-08-16 Sage WeilMerge branch 'testing' into next
2012-08-16 Sage Weilmkcephfs: fix mon data empty check
2012-08-15 Samuel JustMerge branch 'next'
2012-08-15 Samuel JustMerge branch 'testing' into next
2012-08-15 Samuel JustPG,Message: move intrusive_ptr_* into top namespace
2012-08-15 Sage Weilmon: make 'clocks too skewed' message for accurate
2012-08-14 Sage WeilMerge branch 'next'
2012-08-14 Sage WeilMerge branch 'testing' into next
2012-08-14 Sage Weilmkcephfs: fix mon_data check
2012-08-14 Sage WeilMerge branch 'wip-2918'
2012-08-14 Sage Weilosdmap: apply mon_max_osd when generating osdmap from...
2012-08-14 Sage Weilosdmap: fix pg_num calculation when generating osdmap...
2012-08-14 Sage Weilglobal: only print banner if type is daemon
2012-08-14 Sage Weilmon: throttle daemon messages independently from client...
2012-08-14 Sage Weilfilejournal: instrument journal write counts, sizes
2012-08-14 Sage Weilperfcounters: add u64 average type
2012-08-14 Sage Weilglobal: fix version banner in log on startup
2012-08-14 Sage WeilMerge branch 'wip-crush-tunables'
2012-08-14 Sage Weildoc: document use of CRUSH tunables
2012-08-14 Sage Weilmon: require CRUSH_TUNABLES when latest osdmap has...
2012-08-14 Sage Weilosd: require CRUSH_TUNABLES feature of peers, clients...
2012-08-14 Sage Weilosd: put throttler on default policy
2012-08-14 Sage Weilmsgr: make set_policy_throttler safe, act on default
2012-08-14 Sage Weilmsgr: make set_policy() and set_default_policy() safe...
2012-08-14 Sage Weildoc: v0.48.1argonaut release notes, changelog
2012-08-13 Sage WeilMerge branch 'wip-msgr'
2012-08-13 Sage Weilmsg/Accepter: fix nonce initialization
2012-08-13 Dan Mickceph-osd: log journal-creation failure with derr
2012-08-13 Sage Weilmsgr: expose get_policy() through generic Messenger API
2012-08-13 Sage Weilcrush: add helper has_nondefault_tunables()
2012-08-13 Sage WeilMerge branch 'wip-msgr'
2012-08-13 Sage Weilcephtool: make command wait for osdmap explicit
2012-08-13 Sage Weilv0.50 v0.50
2012-08-13 Sage WeilMerge tag 'v0.50'
2012-08-13 Sage Weilmsg/Pipe: discard_queue() -> discard_out_queue()
2012-08-13 Sage Weilmsg/Pipe: simplify Pipe::tcp_read() return value
2012-08-13 Sage Weilmsg/Pipe: document tcp_*()
2012-08-13 Sage Weilmsg/Accepter: use learned_addr() from Accepter::bind()
2012-08-13 Sage Weilmsg/SimpleMessenger: push need_addr check into learned_...
2012-08-13 Sage Weilmsg/Accepter: pass nonce on start
2012-08-13 Sage Weilmsgr: protect set_myaddr()
2012-08-13 Sage Weilmsg/Accepter: make members private
2012-08-13 Sage Weilmsgr: remove useless SimpleMessenger::msgr
2012-08-13 Sage Weilmsgr: some SimpleMessenger docs
2012-08-13 Sage Weilcephtool: send keepalive to tell target
2012-08-13 Sage Weilcephtool: retry 'ceph tell <who> ...' command if connec...
2012-08-13 Sage Weilcephtool: set messenger policy
2012-08-13 Sage Weilcephtool: fix deadlock on fault when waiting for osdmap
2012-08-12 Josh Durginrbd: show snap protection status
2012-08-10 Josh DurginMonMap: return error on failure in build_initial
2012-08-10 Josh Durginaddr_parsing: report correct error message
2012-08-09 Josh Durginrbd: fix test compilation on 32-bit
2012-08-09 Josh Durgintest_librbd_fsx: fix warning
2012-08-09 Josh Durginrbd: fix cli tests
2012-08-09 Yehuda Sadehrgw: modify some error messages
2012-08-09 Yehuda SadehMerge remote-tracking branch 'origin/wip-rgw-admin'
2012-08-09 Yehuda Sadehrgw: use multiple notification objects
2012-08-09 caleb milesradosgw-admin.rst: Misc doccumentation update.
2012-08-09 caleb milesrgw_admin.cc: Allow removal of a user's buckets during...
2012-08-09 Josh Durginlibrados: add method to get the fsid of a cluster
2012-08-09 Josh Durginlibrbd: fix memory leak on error in clone
2012-08-09 Josh Durginrbd: add snap [un]protect commands
2012-08-09 Josh Durginlibrbd: add methods for protecting/unprotecting snapshots
2012-08-09 caleb milesrgw_admin.cc: Allow for deletion of objects through...
2012-08-09 John Wilkinsdoc: New example usage.
2012-08-08 Yehuda Sadehrgw: fix usage trim call encoding
2012-08-08 Yehuda Sadehcls_rgw: fix rgw_cls_usage_log_trim_op encode/decode
2012-08-08 Josh Durgincls_rbd: add methods for getting/setting protection...
2012-08-08 Yehuda Sadehrgw: expand date format support
2012-08-08 Yehuda Sadehrgw: complete multipart upload can handle chunked encoding
next