2009-07-09 |
Sage Weil | kclient: debug output cleanup |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sage Weil | uclient: assign sequence to cap flushes, avoiding sync_... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sage Weil | kclient: fix write_inode; force dirty cap flush by... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Greg Farnum | Merged Makefile.am |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Greg Farnum | libceph: SimpleMessenger usage bugfix, added testceph... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sage Weil | kclient: make sync_fs wait on unsafe mds requests |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sage Weil | libceph: add dependencies to the Makefile |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Greg Farnum | libceph: Added getdir to the C++ interface. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Greg Farnum | Hypertable:Completed initial Cephbroker. Requires testing. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Greg Farnum | hypertable: added skeleton .h and .cc CephBroker |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sage Weil | uclient: resend cap flushes on mds restart |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sage Weil | uclient: change readdir_r return value |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Sage Weil | mds: make clientreplay go faster |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | uclient: track issue_seq; reset on reconnect |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | kclient: reset issue_seq on reconnect |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: ignore cap updates in replayed ops |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: do not include trace with replayed replies |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | kclient: track and kick flushing caps per-mds |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: adjust all lock states in process_reconnected_caps |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: set cap_id on caps reconnected after a delayed... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: replay client ops one at a time |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: maybe eval instead of eval_gather on file recovery |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: reissue all caps after recovery |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | kclient: make mds map checks more robust |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | kclient: clean out caps that don't reconnect |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | kclient: request _next_ mdsmap epoch |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | kclient: send mds reconnect regardless of who we get... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | kclient: don't skip most recent mds op |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sage Weil | mds: add reconnected caps whose paths are loaded |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Greg Farnum | libceph: Split into .h and .cc files |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Greg Farnum | libceph: Now exists! client/libceph.h. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Greg Farnum | mon:Initialize rank to NULL to avoid warning. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sage Weil | osd: no need for RMW flags in op reply |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sage Weil | filer: remove bad memset |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sage Weil | msg: allow multiple dispatchers to chain together |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sage Weil | mds: alloc cleanup, log recoverable journal errors |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Sage Weil | mds: fix session close ino release journaling |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sage Weil | uclient: make_request returns int, not MClientReply |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sage Weil | uclient: insert_trace in reply handler |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sage Weil | uclient: fix make_long_path, and thus reconnect |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sage Weil | uclient: fix op replay |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Greg Farnum | uclient: Cleaned up resend_unsafe_requests; handle_clie... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sage Weil | mds: drop loner on gather before doing waiters |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sage Weil | uclient: fix order of session cap removal |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Sage Weil | mds: refcount MDRequest so that timed out client sessio... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | uclient: use session->caps list an lru |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | osd: change log terminology: bottom..top -> tail..head |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | uclient: fix kickback, reply handler logic |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | uclient: fix MMDSGetMap 'have' epoch |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | Merge commit 'gregskinny/unstable' into unstable |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Greg Farnum | DON'T USE, BROKEN. uclient's MetaRequest extra ref... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Greg Farnum | BROKEN, DON'T USE. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | mon: better warning with injectargs on non-up mds |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | osd: make write mode per-PG |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | uclient: support mds recall_state |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Sage Weil | uclient: remove debug print |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Greg Farnum | uclient: DOESN'T WORK, but more ref counting stuff... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Greg Farnum | uclient: MetaRequests go on the heap and are ref-counte... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | kclient: checkpatch fixes |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | kclient: use list_for_each_entry macro when possible |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | osd: fix hb down check |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | osd: fix failure report on already-down osd |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | osd: fix log msg after var name changes |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | mds: don't choke on path_traverse_to_dir that fully... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | osd: nicer scrub ok message |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | osd: rearrange make_writeable prints |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | osd: fix pg log trimming |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Sage Weil | initscripts: fix do_root_cmd |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | msgs: clean up v in message prints |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Greg Farnum | uclient: Kick requests and renew caps on stale. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | uclient: fix bad merge |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | monc: debug option |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | osd: switch to MonClient, fix cmds and ceph |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | mds, objecter, ceph: use MonClient |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | monc: create send_mon_message helper |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | monclient: refactor MonMap into MonClient |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | uclient todo |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Greg Farnum | uclient: Now handles STALE state nicely. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | uclient: fix cap reconnect |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | buffer: throw exceptions instead of always asserting. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | assert: throw FailedAssertion exception instead of... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | cosd: valgrind off |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | auth: use string instead of const char* for maps |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | mds: attach requests to session; cleanup on session... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | osd: fix _scrub head_exists test |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | uclient: fix test condition |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Sage Weil | uclient: verify dentries belong to current session |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Greg Farnum | Client: put guards around some dentries[foo] accesses... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | kclient: typo |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | paxos: allow wait on newer version |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | kclient: set have_version in MOSDGetMap |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Greg Farnum | No more VERSION_T; just 0. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | mon: remove old asserts conflicting with new readable... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Greg Farnum | messages: Clean up of PaxosServiceMessages, and some... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Greg Farnum | messages/MClass[Ack]: Roll back some unification. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Greg Farnum | mon/objecter: The monitors and Objecter now use the... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | initscripts: do mount/mkfs as root, otherwise as any... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | osd: update primary's notion of peer last_update on... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | osd: force RMW ordering globally |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Sage Weil | osd: fix TMAPUP bug |
commit | commitdiff | tree | snapshot |
next |