]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2011-01-03 Yehuda Sadehrbd: add watch option for rbd tool
2011-01-03 Sage WeilMerge branch 'testing' into unstable
2011-01-03 Sage WeilMerge remote branch 'origin/keyring_cleanup' into unstable
2011-01-03 Sage Weildebian: try to update pbuild env as needed
2011-01-03 Samuel JustSimpleMessenger.cc: Fixes a dispatch_throttler leak...
2011-01-02 Colin Patrick... auth: CEPH_KEYRING overrides g_conf.keyring
2011-01-02 Colin Patrick... auth: make g_conf.keyring a plain old string
2010-12-30 Colin Patrick... osdmaptool: better error handling
2010-12-30 Colin Patrick... common: bufferlist: handle EINTR, check close rval
2010-12-30 Colin Patrick... common: bufferlist::read_file: return read errors
2010-12-30 Colin Patrick... qa: rbd: small optimization to script
2010-12-30 Colin Patrick... qa: rbd: Update rbd test to use the new rbd sysfs
2010-12-30 Colin Patrick... qa: rbd: disable automatic keyring discovery
2010-12-30 Colin Patrick... cconf: code cleanup
2010-12-30 Colin Patrick... auth: Fix buggy parsing of g_conf.keyring
2010-12-30 Colin Patrick... common: str_list: const cleanup
2010-12-30 Yehuda Sadehosd, librados: configurable notify timeout
2010-12-30 Yehuda Sadehosd: watch request doesn't use version
2010-12-29 Colin Patrick... qa/rbd: minor fixes
2010-12-29 Colin Patrick... makefile: ignore mkdir -p errors in install
2010-12-29 Colin Patrick... cleanup: don't use __PRETTY_FUNCTION__
2010-12-29 Colin Patrick... logging: clean up some error handling
2010-12-29 Colin Patrick... osd: PG::Info::History: init last_epoch_clean
2010-12-28 Colin Patrick... signals: handle_fatal_signal: use SA_NODEFER
2010-12-28 Colin Patrick... signals: backtrace some more exotic fatal signals
2010-12-28 Colin Patrick... signals: test infinite_recursion
2010-12-28 Colin Patrick... common: make generic_usage a little prettier
2010-12-28 Colin Patrick... signals: Handle SIGILL, SIGBUS, SIGFPE.
2010-12-27 Colin Patrick... test: add TestSignalHandlers
2010-12-21 Samuel Justrgw_admin: fix compile error in usage
2010-12-21 Greg Farnumlibrados: Fix compile error by adding std:: namespace
2010-12-20 Sage Weilv0.24 v0.24
2010-12-20 Sage Weilosd: compensate for replicas with tail > last_complete
2010-12-20 Greg Farnumobjectcacher: Fix erroneous reference to "lock" with...
2010-12-18 Sage Weilmds: make nested scatterlock state change check more...
2010-12-18 Sage Weilmds: issue caps on regular files created via MKNOD
2010-12-18 Sage Weilmds: set a writeable client range on regular files...
2010-12-18 Sage Weilmds: set layout on files created by MKNOD instead of...
2010-12-18 Sage Weilcephx: fix uninitialized value
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 Colin Patrick... osd: refactor _get_pool / _put_pool a little bit
2010-12-17 Colin Patrick... osd: OSD::_lookup_pool: avoid double lookup
2010-12-17 Colin Patrick... test: create test_pools.sh
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-17 Colin Patrick... logging: eliminate out-of-range dout calls
2010-12-17 Colin Patrick... common: more cerr -> derr conversions
2010-12-16 Colin Patrick... gceph,ceph: replace cerr->derr
2010-12-16 Colin Patrick... cosd: replace cerr with derr
2010-12-16 Samuel JustPG.cc:
2010-12-16 Colin Patrick... osd: FileJournal: use derr
2010-12-16 Colin Patrick... logging: re-introduce derr
2010-12-16 Samuel JustReplicatedPG.cc:
2010-12-16 Yehuda Sadehosd: send notify message only to unexpired watchers
2010-12-16 Yehuda Sadehosd: timed out watcher is added to unconnected map
2010-12-16 Colin Patrick... logging: close file when reloading global config
2010-12-15 Yehuda Sadehosd: fix watch timer, locking
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-15 Colin Patrick... tools: don't start msgr thread before daemonize
2010-12-15 Sage WeilMerge branch 'objecter' into unstable
2010-12-15 Sage Weilobjecter: check for pg mapping changes in each incremen...
2010-12-15 Sage Weilobjecter: add reopen_session helper
2010-12-15 Sage Weilobjecter: cleanup: rename op maps
2010-12-15 Sage Weilobjecter: track pending requests by osd, not pg
2010-12-15 Sage Weilmds: fix inode ancestor attr encoding
2010-12-15 Sage Weilmsgr: mark down by Connection*
2010-12-15 Colin Patrick... automake: ignore rmdir errors during uninstall
2010-12-15 Yehuda Sadehosd: send pending notification for reconnected watcher
2010-12-15 Colin Patrick... automake: add osd/Watch.h to noinst_HEADERS
2010-12-14 Sage Weilmon: trim pgmap less aggressively
2010-12-14 Yehuda Sadehcrypto: catch cryptopp decrypt/encrypt exceptions
2010-12-14 Colin Patrick... logging: use Mutex::Locker
2010-12-14 Colin Patrick... logger: Fix DoutStreambuf::create_rank_symlink
2010-12-14 Colin Patrick... cephtool: rename tools files
2010-12-14 Sage WeilMerge branch 'sync2' into unstable
2010-12-14 Sage Weillibrados: drop watch_lock
2010-12-14 Sage Weilobjecter: drop linger_info_mutex
2010-12-14 Sage Weilobjecter: simplify linger register
2010-12-14 Sage Weilobjecter: fix up linger ack/commit to trigger first...
2010-12-14 Sage Weilobjecter: clean up linger interface
2010-12-14 Sage WeilMerge remote branch 'origin/unstable' into sync2
2010-12-14 Vangelis Koukislogging: Fix use-before-access in debug.cc
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-11 Sage Weilosd: return ENOSPC for non-mds if full flag is set...
2010-12-11 Sage WeilMerge remote branch 'origin/syslog' into unstable
2010-12-11 Sage WeilMerge branch 'gceph' into unstable
2010-12-11 Colin Patrick... gceph: Add gceph to rpm, deb
next