]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-11-30 Colin Patrick... osd: mark_all_unfound_as_lost: set lost attr
2010-11-30 Colin Patrick... radostool: fix memleak in error path
2010-11-30 Colin Patrick... osd: mark_all_unfound_as_lost: wake waiters
2010-11-30 Colin Patrick... test_lost: add lost1 test
2010-11-30 Colin Patrick... osd: ReplicatedPG::do_op: error on read-from-lost
2010-11-30 Colin Patrick... osd: don't mark objs as lost unless we're active
2010-11-30 Colin Patrick... test: dump_osd_store: sort dump output
2010-11-30 Colin Patrick... osd: active replicas process logs from primaries
2010-11-30 Colin Patrick... osd: object_info_t: add lost field
2010-11-30 Colin Patrick... Add ./ceph dump pg debug degraded_pgs_exist
2010-11-30 Colin Patrick... (re)add mechanism for marking objects as lost
2010-11-30 Colin Patrick... osd: osd_types.h: const cleanup
2010-11-30 Colin Patrick... osd: don't try to load a PG in a nonexistent pool
2010-11-29 Colin Patrick... osd: PG::trim: fix inverted conditional in assert
2010-11-29 Colin Patrick... common: prevent infinite recursion on SIGSEGV
2010-11-29 Colin Patrick... osd: Create pg_split test
2010-11-29 Greg Farnumlogger: Fix a crash when the MDS shuts down cleanly.
2010-11-29 Greg FarnumTimer: add some asserts to catch certain errors.
2010-11-29 Colin Patrick... Makefile: Add --as-needed to LDFLAGS
2010-11-29 Colin Patrick... osd: PG::trim: add assert
2010-11-29 Colin Patrick... osd: _process_pg_info: add assert for replicas
2010-11-25 Colin Patrick... osd: dump_missing: also dump missing_loc
2010-11-25 Colin Patrick... osd: discover_all_missing fix
2010-11-24 Colin Patrick... gui: some cleanup
2010-11-23 Colin Patrick... gui: more reindenting
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
next