]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-01-23 Sage Weilosd: note must_scrub* flags in PG operator<<
2013-01-23 Sage Weilosd: based INCONSISTENT pg state on persistent scrub...
2013-01-23 Sage Weilosd: fix scrub scheduling for 0.0
2013-01-23 Sage Weilosd: note last_clean_scrub_stamp, last_scrub_errors
2013-01-23 Sage Weilosd: add num_scrub_errors to object_stat_t
2013-01-23 Sage Weilosd: add last_clean_scrub_stamp to pg_stat_t, pg_history_t
2013-01-23 Sage Weilosd: fix object_stat_sum_t dump signedness
2013-01-23 Sage Weilosd: change scrub min/max thresholds
2013-01-23 Sage Weilosd/PG: remove useless osd_scrub_min_interval check
2013-01-23 Sage Weilosd: move scrub schedule random backoff to seperate...
2013-01-23 Sage Weilosd/PG: trigger scrub via scrub schedule, must_ flags
2013-01-23 Sage Weilosd/PG: introduce flags to indicate explicitly requeste...
2013-01-23 Sage Weilosd/PG: move scrub schedule registration into a helper
2013-01-23 Sage Weilos/FileStore: only flush inline if write is sufficientl...
2013-01-23 Sage Weilos/FileStore: fix compile when sync_file_range is missing;
2013-01-23 Sage Weilosd: set pg removal transactions based on configurable
2013-01-23 Sage Weilosd: make pg removal thread more friendly
2013-01-23 Sage Weilos: move apply_transactions() sync wrapper into ObjectStore
2013-01-23 Sage Weilos: add apply_transaction() variant that takes a sequencer
2013-01-21 Sage Weilosd: calculate initial PG mapping from PG's osdmap
2013-01-19 Sage Weilosdmap: make replica separate in default crush map...
2013-01-19 Sage Weilceph: adjust crush tunables via 'ceph osd crush tunable...
2013-01-19 Sage Weilmsg/Pipe: use state_closed atomic_t for _lookup_pipe
2013-01-19 Sage Weilmsgr: inject delays at inconvenient times
2013-01-19 Sage Weilmsgr: fix race on Pipe removal from hash
2013-01-19 Sage Weilmsgr: don't queue message on closed pipe
2013-01-19 Sage Weilmsgr: atomically queue first message with connect_rank
2013-01-18 Samuel Justconfig_opts.h: default osd_recovery_delay_start to 0
2013-01-17 Sage Weilosdmaptool: more fix cli test
2013-01-17 Sage Weilosdmaptool: fix cli test
2013-01-17 Samuel Justosdmaptool: allow user to specify pool for test-map...
2013-01-17 David Zafmanrados.cc: fix rmomapkey usage: val not needed
2013-01-17 Samuel Justlibrados.hpp: fix omap_get_vals and omap_get_keys comments
2013-01-17 Samuel Justrados.cc: use omap_get_vals_by_keys in getomapval
2013-01-17 Samuel Justrados.cc: fix listomapvals usage: key,val are not needed
2013-01-16 Yehuda Sadehrgw: copy object should not copy source acls
2013-01-16 Samuel JustOSD: only trim up to the oldest map still in use by...
2013-01-16 Sage WeilRevert "osdmap: spread replicas across hosts with defau...
2013-01-16 Joao Eduardo... mon: OSDMonitor: don't output to stdout in plain text...
2013-01-16 Sage Weilosdmap: spread replicas across hosts with default crush map
2013-01-16 Samuel JustReplicatedPG: fix snapdir trimming
2013-01-07 Gary Lowellv0.56.1 v0.56.1
2013-01-07 Sage Weilmsg/Pipe: prepare Message data for wire under pipe_lock
2013-01-07 Sage Weilmsgr: update Message envelope in encode, not write_message
2013-01-07 Sage Weilmsg/Pipe: encode message inside pipe_lock
2013-01-07 Sage Weilmsg/Pipe: associate sending msgs to con inside lock
2013-01-07 Sage Weilmsg/Pipe: fix msg leak in requeue_sent()
2013-01-07 Sage Weilosdc/Objecter: fix linger_ops iterator invalidation...
2013-01-06 Sage Weilos/FileJournal: include limits.h
2013-01-05 Sage Weilosd: special case CALL op to not have RD bit effects
2013-01-05 Sage WeilRevert "OSD: remove RD flag from CALL ops"
2013-01-04 Samuel JustReplicatedPG: remove old-head optization from push_to_r...
2013-01-04 Sage Weilos/FileStore: fix non-btrfs op_seq commit order
2013-01-03 Samuel JustOSD: for old osds, dispatch peering messages immediately
2013-01-03 Sage Weilosd: move common active vs booting code into consume_map
2013-01-03 Sage Weilosd: let pgs process map advances before booting
2013-01-03 Sage Weillog: broadcast cond signals
2013-01-03 Sage Weillog: fix locking typo/stupid for dump_recent()
2013-01-02 Sage Weiltest_filejournal: optionally specify journal filename...
2013-01-02 Sage Weiltest_filejournal: test journaling bl with >IOV_MAX...
2013-01-02 Sage Weilos/FileJournal: limit size of aio submission
2013-01-02 Sage Weilos/FileJournal: logger is optional
2013-01-01 Gary Lowellv0.56 v0.56
2012-12-30 Sage WeilMerge remote-tracking branch 'gh/wip-rbd-unprotect...
2012-12-30 Josh Durgindoc: fix rbd permissions for unprotect
2012-12-30 Josh Durginlibrbd: fix race between unprotect and clone
2012-12-30 Josh Durginrbd: open (source) image as read-only
2012-12-30 Josh Durginlibrbd: open parent as read-only during clone
2012-12-30 Josh Durginlibrbd: add {rbd_}open_read_only()
2012-12-30 Josh DurginOSD: remove RD flag from CALL ops
2012-12-30 Josh Durgincls_rbd: get_children does not need write permission
2012-12-29 Sage Weilinit-ceph: ok, 8K files
2012-12-29 Sage Weilmsg/Pipe: remove broken cephs signing requirement check
2012-12-29 Sage Weilmsg/Pipe: include remote socket addr in debug output
2012-12-28 Sage Weilosd: allow RecoveryDone self-transition in RepNotRecovering
2012-12-28 Sage Weilosd: less noise about inefficient tmap updates
2012-12-28 Sage Weilinit-ceph: default to 16K max_open_files
2012-12-28 Sage Weilrgw: disable ops and usage logging by default
2012-12-28 Noah Watkinsjava: remove deprecated libcephfs
2012-12-28 Sage Weilinit-ceph: fix status version check across machines
2012-12-27 Sage Weilosd: fix recovery assert for pg repair case
2012-12-27 tamildropping xfs test 186 due to bug: 3685
2012-12-27 Sage Weilosd: drop 'osd recovery max active' back to previous...
2012-12-27 Sage Weiljournal: reduce journal max queue size
2012-12-23 Sage Weilosd: fix dup failure cancellations
2012-12-23 Sage Weilosd: make MOSDFailure output more sensible
2012-12-23 Sage Weilmon: make osd failure report log msgs sensible
2012-12-23 Sage WeilMerge branch 'wip-scrub' into next
2012-12-23 Sage Weilmonclient: fix get_monmap_privately retry interval
2012-12-23 Sage WeilMakefile: fix 'base' rule
2012-12-23 Sage Weilinit-ceph,mkcephfs: default inode64 for mounting xfs
2012-12-22 Sage Weilinit-ceph: default osd_data path
2012-12-22 Samuel JustOSD: always do a deep scrub when repairing
2012-12-22 Samuel JustPG: don't use a self-transition for WaitRemoteRecoveryR...
2012-12-22 Samuel JustPG: Handle repair once in scrub_finish
2012-12-22 Dan Mickimport_export.sh: sparse import export
2012-12-22 Dan Mickrbd: harder-working sparse import from stdin
2012-12-22 Dan Mickrbd: check for all-zero buf in export, seek output...
2012-12-22 Dan Micklibrbd: move buf_is_zero() to new common/util.cc and...
2012-12-22 Sage Weilosd: fix pg stat msgs vs timeout
next