]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-01-06 Greg Farnummdcache: change replay trimming a bit.
2011-01-06 Greg FarnumMDS: rename replay Contexts -- they were ambiguous...
2011-01-06 Greg FarnumMDS: add gids to the logger file names.
2011-01-06 Greg Farnummdlog: return EAGAIN if replay falls off the tail of...
2011-01-06 Greg Farnumjournaler: Add init_headers function, call when reading...
2011-01-06 Greg Farnummds: After probing the journal, reset if we've fallen...
2011-01-06 Greg FarnumMDS: make standby_trim_segments functional. Hurray...
2011-01-06 Greg Farnummdlog: Add some helper functions for accessing segments...
2011-01-06 Greg Farnummdcache: adjust trim() to handle running during standby...
2011-01-06 Greg Farnumelist: add a clear_list function.
2011-01-06 Greg Farnumlru: change control flow and an assert to keep purpose...
2011-01-06 Greg FarnumMDSMonitor: Remove STATE_ONESHOT_REPLAY from takeover...
2011-01-06 Greg FarnumMDSMonitor: Do not set the rank of an MDS in standby...
2011-01-06 Greg FarnumMDS: MDSMonitor: if MDS is in standby-replay and its...
2011-01-06 Greg FarnumMDLog: don't change expire_pos or read_pos on replay.
2011-01-06 Greg FarnumJournaler: Remove the unused read_pos field.
2011-01-06 Greg FarnumMDS: miscellaneous standby-replay fixes and cleanups.
2011-01-06 Greg FarnumMDS: make use of the hooks to start standby-replay.
2011-01-06 Greg FarnumMDS: Implement the hooks for standby_replay.
2011-01-06 Greg Farnumjournaler: add reread_head_and_probe function.
2011-01-06 Greg Farnummds: add expire_pos to the ESubtreeMap.
2011-01-06 Greg Farnummds: extend the use of uint64_t instead of (signed...
2011-01-06 Greg Farnummds: rename is_standby_replay() to is_oneshot_replay.
2011-01-06 Greg Farnummds: Create new STATE_ONESHOT_REPLAY for the MDS.
2011-01-06 Greg FarnumJournaler: make reprobe() an asynchronous function.
2011-01-06 Greg FarnumJournaler: make reread_head an asynchronous function.
2011-01-06 Greg FarnumJournaler: redefine states to make them all unique.
2011-01-06 Greg FarnumJournaler: Set the privacy of new functions correctly.
2011-01-06 Greg FarnumJournaler: use uint64_6 instead of int64_t.
2011-01-06 Greg FarnumJournaler: Add function reprobe, to search for the...
2011-01-06 Greg FarnumJournaler: Add reset() function, which returns it to...
2011-01-06 Greg FarnumJournaler: Add a read-only setting, and asserts to...
2011-01-06 Greg FarnumJournaler: add new reread_head function and state.
2011-01-06 Greg FarnumJournaler: remove unused vector<snapid_t> snaps from...
2011-01-06 Greg FarnumJournaler: set state to STATE_ACTIVE in _finish_probe_end.
2011-01-04 Samuel JustPG: Fixes bug in _scrub with checking clones
2011-01-04 Samuel JustPG: Fix bug in scrub when checking clone sizes
2011-01-04 Sage Weilmds: assert no submit_entry during replay state
2011-01-04 Sage Weilmds: start new log segment resolve start, not replay...
2011-01-04 Sage Weilosd: clean up backlog generation checks a bit
2011-01-04 Sage Weilosd: generate backlog if needed to get last_complete...
2011-01-04 Sage Weilosd: send sufficient log to compensate for replicas...
2011-01-03 Sage Weilmds: load root inode on replay if auth
2011-01-03 Greg Farnummsgr: Unlock dispatch_queue.lock when short-circuiting...
2011-01-03 Sage Weilfilestore: assert on out of order journal pipeline...
2011-01-03 Sage Weilfilestore: fix wake condition when journal submission...
2011-01-03 Sage Weilmds: fix purge_stray for directories, zeroed layouts
2011-01-03 Colin Patrick... osd: PG::Info::History: init last_epoch_clean
2011-01-03 Samuel JustSimpleMessenger.cc: Fixes a dispatch_throttler leak...
2010-12-20 Sage Weilv0.24 v0.24
2010-12-20 Sage Weilosd: compensate for replicas with tail > last_complete
2010-12-18 Sage Weilmds: make nested scatterlock state change check more...
2010-12-17 Sage Weilfilestore: make OpSequencer::flush() work for writeahea...
2010-12-17 Colin Patrick... mon: build_initial_monmap: fix mismatched alloc
2010-12-17 Colin Patrick... common: cleanups
2010-12-17 Colin Patrick... osd: PG::choose_acting: fix major iterator mistake
2010-12-17 Colin Patrick... rgw: fix fd leak on error path
2010-12-17 Colin Patrick... hadoop: fix a bunch of mismatched allocations
2010-12-17 Colin Patrick... auth: avoid mismatched allocation
2010-12-17 Sage Weilosd: flush pg writes to disk before starting scrub...
2010-12-17 Sage Weilfilestore: add per-sequencer flush operation
2010-12-17 Sage Weilosd: debug scan_list and scrub a bit better
2010-12-17 Sage Weilosd: clear INCONSISTENT if scrub detects no errors
2010-12-17 Sage Weilosd: add assert that we're replica
2010-12-17 Laszlo Boszormenyidebian: don't strip rados classes
2010-12-17 Laszlo Boszormenyidebian: rename ceph.lintian -> ceph.lintian-overrides
2010-12-16 Samuel JustPG.cc:
2010-12-16 Samuel JustReplicatedPG.cc:
2010-12-15 Sage Weilfilestore: detect final version of async ioctl SNAP_CRE...
2010-12-15 Greg Farnummds: Save straydn in mdr so it's consistent across...
2010-12-14 Sage Weilmon: trim pgmap less aggressively
2010-12-14 Yehuda Sadehcrypto: catch cryptopp decrypt/encrypt exceptions
2010-12-14 Colin Patrick... osd: PG::prior_set_affected: const cleanup
2010-12-12 Sage Weilmds: fix replay/resent vs completed request check
2010-12-09 Colin Patrick... rpm: update changelog
2010-12-09 Colin Patrick... rpm: fix ceph.spec to work with gcephtool
2010-12-09 Vangelis KoukisFix overflow in FileJournal::_open_file()
2010-12-09 Samuel JustReplicatedPG.cc: Fixes a bug in snap_trimmer where...
2010-12-09 Samuel JustReplicatedPG: snap_trimmer now acquires a read lock...
2010-12-09 Colin Patrick... rpm: don't try to package radosacl
2010-12-09 Colin Patrick... rpm: add pkgconfig to BuildRequires
2010-12-09 Colin Patrick... rpm: set files-attr for radosgw
2010-12-09 Sage Weilfilejournal: reset last_commited_seq if we find journal...
2010-12-08 Sage Weilmon: use helper for clock drift check; log relative...
2010-12-08 Sage Weilmds: sync->mix replica state is sync->mix(2)
2010-12-08 Sage Weilmds: no not choose lock state on replicas
2010-12-08 Sage Weilmds: small rejoin cleanup
2010-12-08 Sage Weilmds: rev mds cluster internal protocol
2010-12-08 Sage Weilmds: fix replay of already-journaled requests
2010-12-08 Sage Weilmds: open undef dirfrags during rejoin
2010-12-08 Sage Weilmds: add missing try_clear_more() to scatterlock
2010-12-08 Sage Weilmds: explicitly pass scatterlock dirty flag to auth...
2010-12-08 Sage Weilmds: send LOCKFLUSHED to trigger finish_flush on replicas
2010-12-08 Sage Weilmds: clear EXPORTINGCAPS on export_reverse
2010-12-08 Sage Weilmds: fix LOOKUPHASH to avoid creating bogus replica...
2010-12-08 Sage Weilmds: introduce rejoin_invent_dirfrag() helper
2010-12-07 Colin Patrick... automake: in scripts, use sysconfdir as-is
2010-12-07 Colin Patrick... automake: in deb pkg, use --syconfdir=/etc
2010-12-07 Sage Weilmkcephfs: require -k; update man page
2010-12-06 Yehuda Sadehconfigure: detect crypto++ library
next