]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-11-24 Yehuda Sadehlibrados: complete C interface for watch/notify
2010-11-24 Yehuda Sadehlibrados: notify waits for completion
2010-11-24 Yehuda Sadehlibrados: update C api
2010-11-24 Yehuda Sadehlibrados: enable object versioning
2010-11-24 Yehuda Sadehlibrados: start implementing watch/notify
2010-11-24 Yehuda Sadehosd: send notify response from reset handler if needed
2010-11-24 Yehuda Sadehosd: some notify related cleanups
2010-11-24 Yehuda Sadehosd: fix ms_handle_reset
2010-11-24 Yehuda Sadehosd: fix bad mutex lock
2010-11-24 Yehuda Sadehosd: add watch/notify timeout
2010-11-24 Yehuda Sadehosd: check requested watch version number
2010-11-24 Yehuda Sadehosd: reply with either user_version or at_version,...
2010-11-24 Yehuda Sadehosd: add user_version field in obect_info_t
2010-11-24 Yehuda Sadehosd: send notify reply if there are not watchers
2010-11-24 Yehuda Sadehosd: discard of disconnected watchers
2010-11-24 Yehuda Sadehosd: send notification id
2010-11-24 Yehuda Sadehosd: watch infrastructure
2010-11-24 Yehuda Sadehosd: handle notify-ack
2010-11-24 Yehuda Sadehosd: basic watch/notify handling
2010-11-24 Yehuda Sadehosd: handle watch op, register client on object xattr
2010-11-23 Colin Patrick... gui: reindent a bunch of code
2010-11-23 Sage Weilclient: remove inode from flush_caps list when auth_cap...
2010-11-23 Sage Weilmds: fix set_state_rejoin auth_pin check
2010-11-23 Sage Weilinit-ceph: tolerate failure in cleanallogs
2010-11-23 Sage Weilosd: fix recover_replicas() unfound check
2010-11-23 Sage Weilosd: recover_primary() until primary has all found...
2010-11-23 Sage Weilosd: only discover_all_missing if unfound
2010-11-23 Sage Weilosd: add get_num_unfound() helper
2010-11-23 Sage Weilosd: only search_for_missing if there are unfound objects
2010-11-23 Sage Weilosd: removing unused variable, fix warning
2010-11-23 Sage Weilosd: fix is_all_uptodate()
2010-11-23 Colin Patrick... osd: fix PG::is_all_uptodate
2010-11-23 Colin Patrick... osd: PG::read_log: don't be clever with lost xattr
2010-11-23 Colin Patrick... Rename peer_summary_requested to peer_backlog_req
2010-11-23 Colin Patrick... Build might_have_unfound set at activation
2010-11-23 Samuel Justmonmaptool: Return a non-zero error code and print...
2010-11-23 Sage Weilmds: allow for old fs's with stray instead of stray0
2010-11-23 Sage WeilMerge branch 'testing' into unstable
2010-11-23 Sage Weilv0.23.1 v0.23.1
2010-11-23 Sage Weilmon: always use send_reply for auth replies
2010-11-23 Sage Weilmon: simplify send_reply code
2010-11-23 Colin Patrick... osd: add assert to _process_pg_info
2010-11-23 Colin Patrick... osd: re-indent some code in _process_pg_info
2010-11-23 Sage Weilmsgr: tolerate 0 bytes from tcp_read_nonblocking
2010-11-23 Sage Weilinit-ceph: fix (and test!) cleanlogs and cleanalllogs
2010-11-23 Sage Weilmds: fix rejoin_scour_survivor_replicas inode check
2010-11-22 Greg Farnumtypes: Allow inodeno_t structs to alias.
2010-11-22 Greg Farnummessenger: init rc to -1, removing compiler warning.
2010-11-22 Samuel JustCauses the MDSes to switch among a set of stray directo...
2010-11-22 Samuel JustTimer must be initialized in Client::init and shutdown in
2010-11-22 Colin Patrick... generate_past_intervals:generate back to lastclean
2010-11-22 Sage Weilvstart.sh: 'init-ceph stop' instead of 'stop.sh'
2010-11-22 Sage WeilMerge branch 'osd_msgr' into unstable
2010-11-22 Sage Weilmds: remove bogus assert
2010-11-22 Sage Weilmds: do not eval subtree root when replay|resolve
2010-11-22 Sage Weilmds: trim exported subtree _after_ adjusting auth
2010-11-22 Sage Weilmds: resolve cleanup
2010-11-22 Sage Weilosd: bind to new cluster address when wrongly marked...
2010-11-22 Sage Weilmsgr: implement rebind() to pick a new port
2010-11-22 Greg Farnumclient: only encode_cap_releases once per request.
2010-11-22 Sage Weilmon: clean up cluster_addr code a bit, better debug...
2010-11-22 Sage Weilosd: send correct ip addrs to monitor for cluster_...
2010-11-22 Sage Weilosdmap: fix cluster_addr encoding; printing
2010-11-22 Sage Weilosd: unconditionally set up separate msgr instance...
2010-11-22 Sage Weilfilestore: only warn about disk write cache on kernels...
2010-11-22 Sage Weilosd: fix search_for_missing: old last_update implies...
2010-11-22 Sage Weilinit-ceph: fix cleanlogs for no log_sym_dir case
2010-11-20 Colin Patrick... OSDMap: const cleanup
2010-11-20 Colin Patrick... mds-dumper: Define Dumper::~Dumper()
2010-11-19 Colin Patrick... ReplicatedPG::pull: fix test for unfound
2010-11-19 Sage Weilosdmap: fix printing, again
2010-11-19 Sage WeilMerge remote branch 'origin/mds' into unstable
2010-11-19 Colin Patrick... multi-dump.sh: add diff mode
2010-11-19 Colin Patrick... Add multi-dump.sh
2010-11-18 Colin Patrick... ReplicatedPG::get_object_contect: fix broken calls
2010-11-18 Colin Patrick... ReplicatedPG: call finish_recovery when needed
2010-11-18 Colin Patrick... osd_resurrection_1_impl: turn on recovery at end
2010-11-18 Jim SchuttMakefile: fix builddir weirdness
2010-11-17 Sage Weilosd: rev PG::Info encoding for last_epoch_clean change
2010-11-17 Sage WeilMerge branch 'mds_frags' into unstable
2010-11-17 Sage Weilmds: adjust dir_auth_pins on steal_dentry
2010-11-17 Sage Weilmds: wrlock scatterlocks to prevent a gather racing...
2010-11-17 Sage Weilmds: fix subtree map update on dirfrag merge
2010-11-17 Sage Weilmds: clear PIN_SUBTREE on split/merge in purge_strays
2010-11-17 Sage Weilmds: don't complete freeze while parent inode is frozen
2010-11-17 Sage Weilmds: move dirty rstat inodes to new dir on refragment
2010-11-17 Sage Weilmds: flush log on fragment
2010-11-17 Sage Weilmds: initialize PIN_SUBTREE on split
2010-11-17 Sage Weilmds: fix discover requests, tracking wrt fragments
2010-11-17 Sage Weilmds: fix EFragment replay
2010-11-17 Sage Weilmds: don't fragment mdsdir or .ceph
2010-11-17 Jim SchuttDetect broken system linux/fiemap.h
2010-11-17 Sage Weilosdmap: don't include blacklist info in summary
2010-11-17 Greg Farnumclient: Remove the I_COMPLETE flag from the parent...
2010-11-17 Samuel Justconfig: added max_mds
2010-11-16 Sage Weilmds: allow frag merge on subtree root
2010-11-16 Sage Weilmds: make dirfrag thrashing join and split
2010-11-16 Sage Weilmds: add timestamp to LogEvents
2010-11-16 Sage Weilosd: fix trailing + in pg state string rendering
2010-11-16 Sage WeilMerge remote branch 'origin/unfound' into unstable
next