2008-01-19 |
Sage Weil | kernel: setattr; moved fill_trace to inode.c |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Sage Weil | drop caps granted by mds on inodes we dont have; use... |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-01-19 |
Sage Weil | crush: check overload map for forcefed values |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | fixed missing iput; cleanup |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | close mds sessions on umount |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Yehuda Sadeh... | Merge branch 'rados' of ssh://yehudasa@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Yehuda Sadeh... | Merge branch 'rados' of ssh://yehudasa@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | fixed inode cap init bug |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | renew, resume, etc. caps from kernel client |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | fix double-delete bug in SimpleMessenger |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | ebofs: oops, be quiet about csums |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | Merge branch 'caps' into rados |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | ebofs: fix superblock csum calc |
commit | commitdiff | tree | snapshot |
2008-01-18 |
sage | Merge branch 'master' of ssh://ceph.newdream.net/git... |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | kernel todos |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | fixed calc_csum alignment on superblock |
commit | commitdiff | tree | snapshot |
2008-01-18 |
Sage Weil | link caps into a per-mds-session list |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | fixed add_cap inode ref count bug |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | resurrected ldceph.so, sort of |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | cleaned up mds map requesting |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | clean up mds session open; request mdsmap when necessary |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | note client reconnect todo |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | note seq on export |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | msgr todos |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | mark_down. some cleanup. |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | backoff/retry seems to work |
commit | commitdiff | tree | snapshot |
2008-01-17 |
Sage Weil | rework messenger work queueing, retry |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Sage Weil | fix mds session handling |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Sage Weil | some debug crap |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Sage Weil | reconnect getting closer |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Patience Warnick | Now remove connection if state isn't OPEN for no delay... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Patience Warnick | Merge branch 'rados' of ssh://patience@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Patience Warnick | fixed up fault case for EAGAIN just before tcp close... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Sage Weil | rework get/add/replace connection msgr spinlocks |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Sage Weil | Merge branch 'master' into rados |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Sage Weil | implement fsync in fuse_ll |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Yehuda Sadeh... | multiple mounts, single sb |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Michael Rodriguez | comments |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Michael Rodriguez | comments |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Michael Rodriguez | comments |
commit | commitdiff | tree | snapshot |
2008-01-16 |
michael | comments |
commit | commitdiff | tree | snapshot |
2008-01-16 |
Sage Weil | some caps bits |
commit | commitdiff | tree | snapshot |
2008-01-15 |
sage | use do_div() instead of / |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Sage Weil | simplify client caps release; track last_open to avoid... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Yehuda Sadeh... | Merge branch 'rados' of ssh://yehudasa@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Yehuda Sadeh... | dir_lookup now uses new_inode instead of iget that... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Sage Weil | Merge commit 'origin/rados' into caps |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Patience Warnick | Merge branch 'rados' of ssh://patience@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Patience Warnick | only close connection if EAGAIN and socket state closed.. |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Sage Weil | more mount churn |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Sage Weil | rework client mount slightly |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Patience Warnick | decreased initial fault delay |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Patience Warnick | Just left debugging in.. |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Patience Warnick | Merge branch 'rados' of ssh://patience@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Patience Warnick | fixed up ref count on connection |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Sage Weil | reworked monmap |
commit | commitdiff | tree | snapshot |
2008-01-15 |
Sage Weil | various mount related cleanups.. much improved |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Sage Weil | inode super_ops and iget usage cleanup |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Sage Weil | fix fuse statfs |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Sage Weil | kernel: include . and .. in readdir result |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Sage Weil | mknod, symlink work |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Patience Warnick | don't clear OPEN on tcp CLOSED state, we get this when... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Sage Weil | use improved ceph_build_dentry_path |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Patience Warnick | Increased attempts to 10 for now. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Patience Warnick | clear OPEN bit on close |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Patience Warnick | fixed a few fault problems.. |
commit | commitdiff | tree | snapshot |
2008-01-14 |
Yehuda Sadeh... | Fixed bugs and crashes that were related to inconsisten... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Yehuda Sadeh... | insert inode into the icache after changing the ino... |
commit | commitdiff | tree | snapshot |
2008-01-13 |
Yehuda Sadeh... | fix dput in the wrong place |
commit | commitdiff | tree | snapshot |
2008-01-12 |
Sage Weil | lots of cap bits in the kenrel client; cap vars in... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Sage Weil | Merge branch 'rados' of ssh://ceph.newdream.net/git... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Yehuda Sadeh... | Fixes in ceph_fill_trace(): |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Yehuda Sadeh... | Fix unlink crash |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Sage Weil | Merge branch 'rados' of ssh://ceph.newdream.net/git... |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Yehuda Sadeh... | mkdir works now with helper function ceph_fill_trace() |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Sage Weil | file cap ops cleanup |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Yehuda Sadeh... | mkdir now doesn't crash |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Sage Weil | new MClientFileCaps encoding |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Sage Weil | kernel statfs works |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Sage Weil | ebofs: rename Extent and make it packable |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | make default (now 12345) work |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | more statfs bits |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | cleaned up int types, page size info, byteorder for... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | statfs returns real data; osds report utilization prope... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | kernel: clean up mds request creation, move mdsmap... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Yehuda Sadeh... | Merge branch 'rados' of ssh://yehudasa@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Yehuda Sadeh... | Fix a crash when unmounting due to wrong dentry account... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Patience Warnick | Merge branch 'rados' of ssh://patience@ceph.newdream... origin/rados |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Patience Warnick | fix up fault case a bit |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Patience Warnick | removed bad access |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | ignore TAGS |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | new MClientReconnect encoding, basic support in kernel... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Sage Weil | etags for vi |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Sage Weil | ignore mnt |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Sage Weil | check do_request result codes |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Sage Weil | todos, start.sh tweak |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Sage Weil | more minor encoding cleanup |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Sage Weil | client: encode connect_seq, minor accept cleanup |
commit | commitdiff | tree | snapshot |
next |