2010-01-30 |
Sage Weil | Merge commit 'origin/unstable' into filestore |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Greg Farnum | TODO: mark bugs completed |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Greg Farnum | mount: canonicalize path name for mtab |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Greg Farnum | mon: possible fix for rare problem where osd boot messa... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Greg Farnum | mon: don't delete all laggy mds beacons, just the one... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Greg Farnum | mon: print out proper address in debug log |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Greg Farnum | mds: unify two if blocks with identical checks |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Greg Farnum | todo: Slightly out of date |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sage Weil | journal: fix padding |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sage Weil | osd: streamline writing new maps to disk, somewhat |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sage Weil | osd: use flush, not sync_on_flush |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sage Weil | filestore: flush() will wait for queued transactions... |
commit | commitdiff | tree | snapshot |
2010-01-29 |
Sage Weil | journal: add flags field to header, entry_header |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Sage Weil | journal: allow pre and post padding for journal payload |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Sage Weil | debian: use bash for debian build script |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Sage Weil | journal: fix thread id printing |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Sage Weil | finisher: fix flushing, debug output |
commit | commitdiff | tree | snapshot |
2010-01-28 |
Sage Weil | dout: print thread id hex (to match up with gdb) |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | filepath: add struct_v |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | common/include/rgw: Add versioning to structs without it. |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | mds: add v to encoded mds structs |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | rgw: struct_v in RGWObjEnt |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | journaler: struct_v in structs |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Greg Farnum | mds: remove unused _pad variable |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | osd: add struct_v to most encoded structs that don... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | msg: add type to ceph_entity_addr |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | osd: set reqid for push/pull subops |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | filestore: fix journal flush |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | osd: use queue_transaction throughout |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | filestore: queue onreadable _after_ starting journal... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | filestore: queue_transaction and generic C_DeleteTransa... |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | osd: reply with ACK if client doesn't ask for a COMMIT |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | journal: include a version field in header |
commit | commitdiff | tree | snapshot |
2010-01-27 |
Sage Weil | osd: simplify pg write mode transitions |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sage Weil | osd: only use DELAYED if no journal or journal is write... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sage Weil | osd: make Transaction lifetime match RepModify (not... |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sage Weil | dout: print thread id hex (to match up with gdb) |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sage Weil | wip |
commit | commitdiff | tree | snapshot |
2010-01-26 |
Sage Weil | finisher: wait_for_empty |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | filestore: add writeahead journal support |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | filejournal: optionally block on full journal |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | filestore: refactor applied/committed completions |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | osd: refactor op_applied logic |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | filestore: preliminary support for parallel journaling |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | finish: support non-zero return values |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | osd: encode struct v for ceph_pg_pool |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | mon: add struct encoding v to ease future revisions |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | mds: make CEPH_MDS_OP_CREATE a write op [mds protocol... |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | ceph: remove stray #include |
commit | commitdiff | tree | snapshot |
2010-01-25 |
Sage Weil | librados: implement C versions of snap calls |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | Change CompatSet usage to be compatible with new struct |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | change CompatSet |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | mds: Revert CInode/Journaler changes as we'll move... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | add versioning and awareness bla bla |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | mon: use CompatSet in disk format |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | mds: use CompatSet in disk format |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | osd: use CompatSet in the superblock. Only one 'feature... |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Greg Farnum | include: new CompatSet.h |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Yehuda Sadeh | replace strcat with strncat |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Yehuda Sadeh | replace sprintf with snprintf all around |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Sage Weil | msgr: fix mark_down |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Sage Weil | filestore: don't croak if current/ exists |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Sage Weil | todo |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Yehuda Sadeh | logger: use larger buffer, snprinf instead of sprintf |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Sage Weil | osd: use journal in peek_super |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Sage Weil | filestore: put data in current/, a btrfs subvol if... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Sage Weil | filestore: rip out usertrans experiment |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Sage Weil | filestore: rename _apply_transaction |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Sage Weil | mds: add 'dumpcache [filename]' mds command |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Sage Weil | mds: disable cache dump on rejoin by default |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Greg Farnum | TODO |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Greg Farnum | mon: properly clean up SessionMap on a shutdown. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Greg Farnum | csyn: properly use multiple clients |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Sage Weil | don't keep configs in git |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Sage Weil | todo |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Greg Farnum | botched merge |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Greg Farnum | Merge branch 'unstable' of ceph.newdream.net:/git/ceph... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Greg Farnum | msgr: make use of references and const slightly more... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Greg Farnum | monClient: fix potential naming confusion with messenger |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Greg Farnum | msgr: rename endpoint_stopped to destination_stopped |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Greg Farnum | msgr: rank is just a bad name for local SimpleMessenger... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Sage Weil | msgr: remove erank |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: should be destroyed in the same thread it's created |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Sage Weil | filestore: don't bother masking signals |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: Remove erroneous rank->destroy calls I inserted... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: get and put inside DispatchThread, not when you... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: Remove unregister_entity since there's only ever... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: Make usage compatible with last commit |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: Remove all references to Endpoint |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: Remove declarations of unimplemented functions: |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: SimpleMessenger takes responsibility for Messenge... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: All SimpleMessenger uses are now on the heap... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: SimpleMessenger is now a Messenger itself --... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Greg Farnum | msgr: remove rank number from endpoint, since there... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Sage Weil | todo |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Sage Weil | osd: fix MASKTRUNC |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Sage Weil | qa: dl pjd.tgz |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Sage Weil | todo, sepia reformat |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Sage Weil | mds: change MClientReconnect encoding (mds protocol... |
commit | commitdiff | tree | snapshot |
2009-12-29 |
Sage Weil | uclient: clean up mark_down of failed mds |
commit | commitdiff | tree | snapshot |
next |