2009-05-29 |
Sage Weil | kclient: make session cap list an LRU; combine touch... |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Yehuda Sadeh | class: added a crypto class that does md5 and sha1 |
commit | commitdiff | tree | snapshot |
2009-05-29 |
Yehuda Sadeh | class: dlopen uses RTLD_NOW instead of lazy loading |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Yehuda Sadeh | Merge branch 'rados' of ssh://ceph.newdream.net/git... |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Yehuda Sadeh | class: rdcall implemented |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Sage Weil | vstart: fewer pgs |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Sage Weil | osdmaptool: fix usage |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Sage Weil | buffer: fix hexdump formatting |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Sage Weil | osd: ship transaction (not op) to replicas |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Sage Weil | kclient: avoid null resv ctx dereference |
commit | commitdiff | tree | snapshot |
2009-05-28 |
Sage Weil | osd: move object_info_t, exists, size into ObjectState |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Yehuda Sadeh | class: dependent classes are loaded automatically |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Yehuda Sadeh | class: utility to load classes |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | kclient: fix cap resv BUG |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | filer: fix probing when recovered size is 0 |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | kclient: put readdir max entries in mount options |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | kclient: rework cap reservation accounting a bit |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | initscript: fix instance check |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | cosd: journal to a dedicated disk |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | osd: fix PG::IndexLog unindex() |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | initscript: remove notreelog by default |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | script: fix req format in osd latency check |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | filestore: stop sync thread before journal |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | osd: create journal of specified size during mkfs |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | kclient: avoid d_time reuse s.t. leases and dir rdcache... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | mds: look at loner issued|wanted in file_eval |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Sage Weil | rados: aio prototypes |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Yehuda Sadeh | librados: display result _after_ wait |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Yehuda Sadeh | class: don't add a class when no valid binary is supplied |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Yehuda Sadeh | osd: don't send reply on message that got EAGAIN |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Sage Weil | osd: show error string in reply msg printout |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Sage Weil | mds: fix EXCL -> * check in file_eval to use loner_want... |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Sage Weil | vstart: set debug levels in conf, not cmd line |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Sage Weil | librados: remove length args from C++ interface |
commit | commitdiff | tree | snapshot |
2009-05-26 |
Sage Weil | makefile: don't build fakesyn |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: some cleanup, todos |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | kclient: fix READ|WRITE check |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: remove some dead code |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: prepare clone before write op |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: track ObjectContext for cloned objects |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: implement rmw mode |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: move everything into do_op, log helper |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: only register the ObjectContext if we go on to... |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: unify read and write paths |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: break apart write stages, transactions |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | filestore: apply multiple Transactions as a unit |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: clean out zero->delete munging |
commit | commitdiff | tree | snapshot |
2009-05-25 |
Sage Weil | osd: clean up op_modify a bit |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | class: when class not found, don't wait forever |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | class: fix class removal via classmon |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | class: cmon doesn't crash if can't find requested class |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | class: some cleanup |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | class: paxos distribution of class operations fixes |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | class: some fixes, testrados works again |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | class: same version, multiple archs work |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Sage Weil | osd: unify ReadOpContext and WriteOpContext -> OpContext |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Sage Weil | osd: refactor pick_read_snap into find_object_context |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Sage Weil | osd: always set snapid in MOSDOp |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Sage Weil | osd: check/change object mode in response to ops; fixes. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Yehuda Sadeh | make: fix libtestclass.so name |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Yehuda Sadeh | class: fix class storage |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Yehuda Sadeh | class: add architecture to version |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Sage Weil | osd: some ObjectContext changes |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Sage Weil | osd: don't look at snapid if may_write().. it's not... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Sage Weil | osd: fix pg locking in handle_op |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Yehuda Sadeh | class: remove default test class |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Yehuda Sadeh | class: osd specifies class version when fetching class |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Sage Weil | osd: ProjectedObject -> ObjectContext; object access... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Sage Weil | osd: reorg handle_op; turn off preprocess_op |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Yehuda Sadeh | class: fix a class version issue |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Yehuda Sadeh | class: string class version can be specified |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Yehuda Sadeh | rados: add 'remove' operation |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Yehuda Sadeh | rados: supply a C++ api |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Yehuda Sadeh | class: don't return nonexisting method |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Sage Weil | osd: describe osd ops as READ, WRITE, or READ|WRITE |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Sage Weil | objecter: kill inc_locks. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Sage Weil | osd: add WriteOpContext; some refactoring |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Sage Weil | osd: push all the read state into OpContext |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | librados: don't care about mds messages |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | librados: use generic C_SafeCond and wait safely for... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | class: fix warning |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Yehuda Sadeh | osd: return immediately after -EAGAIN |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Yehuda Sadeh | osd: don't free message on EAGAIN after get_class |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Yehuda Sadeh | librados: keep bufferlist on the stack |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Yehuda Sadeh | class: pass context to method execution |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Yehuda Sadeh | osd: some interface change in do_read_ops, uses context |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | rados: look up pool by name |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | kclient: import into fs/staging |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | makefile: remove unneeded libtestclass_so_SOURCES |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | header comments |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Yehuda Sadeh | osd: get rid of the grep op |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Yehuda Sadeh | class: able to list loaded classes on the monitor |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | Merge branch 'unstable' into rados |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | kclient: kill dput/d_drop debug cruft v0.8 |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | kclient: remove bookkeeper |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | kclient: fix kbuild.patch for 2.6.30 |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | changelog |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | osd: factor out do_read_ops helper |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | todo'd |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Sage Weil | initscript: fix instance check |
commit | commitdiff | tree | snapshot |
next |