]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2010-12-04 Yehuda Sadehrgw: null terminate armor result
2010-12-04 Yehuda Sadehrgw: get rid of openssl altogether
2010-12-04 Yehuda Sadehconfigure: check for the presence of libcrypto++ header...
2010-12-04 Yehuda Sadehcrypto: change include
2010-12-04 Yehuda Sadehcommon: remove base64.c
2010-12-04 Yehuda Sadehcrypto: remove old openssl implementation
2010-12-04 Yehuda Sadehmakefile.am: most binaries (except rgw_*) don't link...
2010-12-04 Yehuda Sadehcommon: use ceph_armor instead of openssl based functions
2010-12-04 Yehuda Sadehcrypto: test for allocation failure, cleanup
2010-12-04 Yehuda Sadehcrypto: use crypto++ for aes instead of openssl
2010-12-03 Sage Weilosd: remove poid/soid from ScrubMap::object; clean...
2010-12-03 Sage Weilmon: fix typo
2010-12-03 Colin Patrick... make: create log directories and tmp directories
2010-12-03 Jim Schuttmsgr: Correctly handle half-open connections.
2010-12-03 Colin Patrick... make: create /etc/ceph if it doesn't exist
2010-12-03 Colin Patrick... ost: object_info_t: decode old versions correctly
2010-12-03 Greg Farnumman: add man page for cephfs
2010-12-01 Sage Weilosd: fix log tail vs last_complete assert on replica...
2010-12-01 Sage Weilfilestore: call lower-level do_transactions() during...
2010-12-01 Sage Weilfilestore: do journal mode autodetect and sanity check...
2010-12-01 Sage Weilfilestore: fix journal locking on trailing mode
2010-12-01 Sage WeilMerge branch 'testing' into rc
2010-12-01 Sage Weilrbd: use MIN instead of min()
2010-12-01 Sage Weilclient: connect to export targets on cap EXPORT
2010-12-01 Sage Weilceph v0.23.2 v0.23.2
2010-12-01 Sage Weilfilestore: do not autodetect BTRFS_IOC_SNAP_CREATE_ASYN...
2010-12-01 Sage Weilclient: fix cap export handler
2010-12-01 Laszlo Boszormenyiman: fix monmaptool man page
2010-12-01 Sage Weilosd: simplify scrub sanity checks
2010-12-01 Sage Weilosd: only adjust osd scrub_pending if pg was reserved
2010-12-01 Sage Weilmds: fix import_reverse re-exporting of caps
2010-12-01 Sage Weilmds: turn off mds_bal_frag until resolve vs split/merge...
2010-12-01 Sage WeilMerge remote branch 'origin/lost' into unstable
2010-11-30 Colin Patrick... osd: refactor object_info_t constructor a bit
2010-11-30 Colin Patrick... osd: share_pg_log: update peer_missing
2010-11-30 Colin Patrick... osd: mark_obj_as_lost: fix oloc init, eversion
2010-11-30 Colin Patrick... osd: mark_all_unfound_as_lost: bugfix, refactor
2010-11-30 Colin Patrick... osd: mark_obj_as_lost: don't assume we have obj
2010-11-30 Colin Patrick... osd: create lost2 test
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 Sage Weilmds: fix resolve for surviving observers
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 Sage Weilosd: fix object_info_t() initialization of oloc
2010-11-30 Sage Weilmds: add debug output to make completions easier to...
2010-11-30 Sage Weilosd: fix misuses of OLOC_BLANK
2010-11-30 Sage WeilRevert "mds: resolve cleanup"
2010-11-30 Sage WeilMerge branch 'testing' into unstable
2010-11-30 Sage Weilosd: make recovery_oids debug list per-pg
2010-11-30 Greg Farnumclient: Set the DirResult buffer to NULL when deleting it.
2010-11-30 Sage Weilceph.spec.in: include gui files
2010-11-30 Sage Weildebian: many many cleanups
2010-11-30 Sage Weilfilejournal: fix throttle vs FULL behavior
2010-11-30 Sage WeilMerge branch 'osd_journaling' into unstable
2010-11-30 Sage Weilfilestore: make sure blocked op_start's wake up in...
2010-11-30 Sage Weilfilestore: assert op_submit_finish is called in order
2010-11-30 Sage Weilfilejournal: rework journal FULL behavior and fix throt...
2010-11-30 Sage Weilfilestore: refactor op_queue/journal locking
2010-11-30 Sage Weilfilestore: do not throttle op_queue in queue_op()
2010-11-30 Colin Patrick... Makefile: add bloom_filter.hpp to noinst_HEADERs
2010-11-30 Colin Patrick... Makefile: Fix VPATH builds
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-30 Sage Weilfilestore: simplify apply_transactions
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 Sage Weilvstart.sh: don't specify journaling mode
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 Greg Farnummdcache: in trim_non_auth, only print out path if it...
2010-11-23 Herb Shiumds: Reply checking_lock while reading filelock
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
next