]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-02-03 Sage Weilsignal: fix redefine warnings
2011-02-03 Samuel JustReplicatedPG: snap_trimmer fix leaked lock
2011-02-03 Samuel JustReplicatedPG:snap_trimmer should return if !clean or...
2011-02-02 Samuel Justmount.ceph: option parsing fix
2011-02-01 Samuel JustFileStore: fix double close
2011-01-29 Samuel JustOSD: update_osd_stat take heartbeat_lock
2011-01-29 Greg FarnumLocker: Drop loner correctly!
2011-01-28 Sage Weilmds: defer sending resolves until mdsmap.failed.empty()
2011-01-28 Sage Weilosd: fix mutual exclusion for _dispatch
2011-01-26 Sage Weilosd: preserve ordering when ops are requeued
2011-01-26 Sage Weilosd: restart if the osdmap client, heartbeat, OR cluste...
2011-01-26 Sage Weilosd: avoid extraneous send_boot() calls
2011-01-25 Samuel JustReplicatedPG: _rollback_to fix the just cloned condition
2011-01-24 Sage Weilv0.24.2 v0.24.2
2011-01-24 Sage Weilmsgr: make connection pipe reset atomic
2011-01-24 Sage Weilmsgr: include con in debug output
2011-01-24 Sage Weilfilestore: don't wait min sync interval on explicit...
2011-01-21 Samuel JustReplicatedPG: fix snap_trimmer log version bug
2011-01-21 Greg FarnumFileJournal: don't overflow the journal size.
2011-01-21 Colin Patrick... mds: respawn must unblock signals before exec
2011-01-21 Colin Patrick... common: move signal blocking into signal.cc
2011-01-21 Colin Patrick... common: add signal_mask_to_str
2011-01-21 Sage Weilmsgr: always start reaper
2011-01-21 Sage Weilmonclient: fix locking
2011-01-20 Colin Patrick... signals: signal.cc: trim includes
2011-01-20 Colin Patrick... common: re-install sighandlers after daemon()
2011-01-20 Colin Patrick... common: move signal handler stuff into signal.cc
2011-01-20 Samuel JustReplicatedPG.cc: fix snap_trimmer object context error
2011-01-20 Samuel JustReplicatedPG.cc: update coi version and prior_version...
2011-01-20 Samuel JustReplicatedPG.cc: fix use of potentially invalid pointer
2011-01-20 Samuel JustReplicatedPG,PG,OSD: snap_trimmer should run only when...
2011-01-19 Colin Patrick... signals: handle_fatal_signal: use SA_NODEFER
2011-01-19 Colin Patrick... signals: backtrace some more exotic fatal signals
2011-01-19 Colin Patrick... signals: Handle SIGILL, SIGBUS, SIGFPE.
2011-01-19 Sage Weilmds: fix journaling of root default_file_layout
2011-01-18 Sage Weilmon: remove rank from failed when taking over for faile...
2011-01-18 Sage Weilmds: kick discovers when peers enter active|clientrepla...
2011-01-18 Sage Weilmon: fix 'ceph mds fail <N>' command
2011-01-18 Samuel JustPG: fix adjust_local_snaps bug
2011-01-18 Sage WeilMerge branch 'purged_snaps' into testing
2011-01-17 Sage Weilosd: rebind heartbeat_messenger (with cluster one)...
2011-01-17 Sage Weilmessenger: let rebind() avoid multiple ports
2011-01-17 Sage Weilosd: drop messages from before we moved back to boot...
2011-01-15 Greg FarnumMDS: Use new C_Gather::get_num_remaining() in MDCache.
2011-01-15 Greg FarnumC_Gather: Set debug #ifdefs to remove set.
2011-01-15 Greg FarnumC_Gather: Rewrite for thread safety.
2011-01-14 Greg Farnummds: call MonClient::shutdown when doing a journal...
2011-01-14 Colin Patrick... os: don't crash on no-journal case
2011-01-14 Sage Weilmds: tolerate (with warning) replayed op with bad preal...
2011-01-14 Sage Weilmds: improve debug output on ESession journal replay
2011-01-14 Samuel JustOSD,ReplicatedPG: Do not run snap_trimmer while the...
2011-01-13 Samuel JustReplicatedPG: snap_trimmer skip removed snaps without...
2011-01-13 Samuel JustOSD: _pg_process_info refactor to use adjust_local_snaps
2011-01-13 Samuel JustPG: added adjust_local_snaps, activate now checks local...
2011-01-13 Samuel JustPG: change snap_collections to an interval_set
2011-01-13 Samuel JustPG: activate should not enqueue snap_trimmer on a replica
2011-01-13 Sage Weilfilejournal: rewrite completion handling, fix ordering...
2011-01-12 Samuel JustReplicatedPG: Fix oi.size bug in _rollback_to
2011-01-12 Samuel JustReplicatedPG: register_object_context and register_snap...
2011-01-12 Samuel JustReplicatedPG: snap_trimmer work around
2011-01-11 Colin Patrick... osd: OSD::queue_pg_for_deletion: avoid double del
2011-01-11 Sage Weilmds: avoid double-pinning stray inodes
2011-01-10 Samuel JustReplicatedPG: Fix bug in rollback
2011-01-08 Sage Weilv0.24.1 v0.24.1
2011-01-07 Samuel JustReplicatedPG: get_object_context ssc refcount leak
2011-01-06 Samuel JustReplicatedPG: clone_overlap should contain one entry...
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...
next