]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2013-01-26 Sage Weilosd: reduce op thread heartbeat default 30 -> 15 seconds
2013-01-26 Sage Weilosd: improve sub_op flag points
2013-01-26 Sage Weilosd: refactor ReplicatedPG::do_sub_op
2013-01-26 Sage Weilosd: make last state for slow requests more informative
2013-01-26 Sage Weilosd: dump op priority queue state via admin socket
2013-01-26 Sage Weilosd: simplify asok to single callback
2013-01-26 Sage Weilcommon/PrioritizedQueue: dump state to Formatter
2013-01-26 Sage Weilcommon/PrioritizedQueue: add min cost, max tokens per...
2013-01-26 Sage Weilcommon/PrioritizedQueue: buckets -> tokens
2013-01-26 Sage Weilnote puller's max chunk in pull requests
2013-01-26 Sage Weilosd: add OpRequest flag point when commit is sent
2013-01-26 Sage Weilosd: set PULL subop cost to size of requested data
2013-01-26 Sage Weilosd: use Message::get_cost() function for queueing
2013-01-26 Sage Weilosd: debug msg prio, cost, latency
2013-01-26 Sage Weilfilestore: filestore_queue_max_ops 500 -> 50
2013-01-26 Sage Weilosd: target transaction size 300 -> 30
2013-01-26 Sage Weilos/FileStore: allow filestore_queue_max_{ops,bytes...
2013-01-26 Sage Weilosd: make osd_max_backfills dynamically adjustable
2013-01-26 Sage Weilosd: make OSD a config observer
2013-01-24 Dan Micklibrbd: Allow get_lock_info to fail
2013-01-23 Sage Weilosd: drop newlines from event descriptions
2013-01-23 Samuel JustOSD: do deep_scrub for repair
2013-01-23 Samuel JustReplicatedPG: ignore snap link info in scrub if nlinks==0
2013-01-23 Sage Weilosd/PG: fix osd id in error message on snap collection...
2013-01-23 Sage Weilosd/ReplicatedPG: validate ino when scrubbing snap...
2013-01-23 Samuel JustReplicatedPG: compare nlinks to snapcolls
2013-01-23 Samuel JustReplicatedPG/PG: check snap collections during _scan_list
2013-01-23 Samuel Justosd_types: add nlink and snapcolls fields to ScrubMap...
2013-01-23 Samuel JustPG: move auth replica selection to helper in scrub
2013-01-23 Sage Weilmon: note scrub errors in health summary
2013-01-23 Sage Weilosd: fix rescrub after repair
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()
next