]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
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
2010-12-06 Sage Weilosd: drop not-quite-copy constructor for object_info_t
2010-12-06 Colin Patrick... librados: fix error path in rados_deinitialize
2010-12-06 Yehuda Sadehlibrados: fix the C++ interface init
2010-12-06 Yehuda Sadehlibrados: fix C interface error handling in init code
2010-12-06 Greg Farnumclient: resync ioctl header from ceph-client.
2010-12-06 Laszlo BoszormenyiTune Debian packaging for the upcoming v0.24 release.
2010-12-05 Sage Weilosd: search for unfound on osds in might_have_unfound
2010-12-05 Sage WeilMakefile: make radosacl build WITH_DEBUG only
2010-12-04 Yehuda Sadehceph.spec.in: update dependency
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
next