2008-04-10 |
Sage Weil | kclient: separate thread/workqueue to do inode writeback |
commit | commitdiff | tree | snapshot |
2008-04-10 |
sage | mds: pipe down |
commit | commitdiff | tree | snapshot |
2008-04-10 |
sage | pack ceph_mds_request_head properly |
commit | commitdiff | tree | snapshot |
2008-04-10 |
sage | new encoding header |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | mkcephfs |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | client: basic O_APPEND support |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | osd: take out last_epoch_finished.. its not used anymore |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | kclient: request max_size explicitly went necessary |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | tag MMDSMap with fsid |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | kclient: request larger max_size when needed (not done... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Sage Weil | mds: allow client to request a larger max_size |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | mds: fix max_size (again); move from loner to mixed... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | kclient: made pdflush do our dirty work |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | kclient: oops, fix write size |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | mds: tweak file_max increase |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | kclient: use inode_set_size helper to keep i_blocks... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | kclient: send mds a cap message when we approach file_max |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | kclient: obey max_size, and return current size/mtime... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | mds: only allow ctime to increase monotonically |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | buffer: throw assertion when mmap allocations fail |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | buffer: throw assertion when posix_memalign allocations... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | mon: send incremental (not full) map to seed osd cluste... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | osd: be more careful about noticing osds go down and... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | monmaptool: srand when generating fsid |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | mon: apply osdmap updates to pg_map osd_stat |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | cmon: set msgr policies |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | msgr: apply policy to incoming connections too, based... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | mon: send new clients monmap before osd, mds maps |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | kclient: renew caps twice as often for now (to countera... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Sage Weil | Merge branch 'unstable' of ssh://ceph.newdream.net... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Patience Warnick | a bit of redo of timer events to resend map requests |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | msgr policies; osds now batch and retry failure reports |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | kclient: parse+verify fsid in osdmap message |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | mon: include fsid in most mon, map messages |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | tag monitor messages with fsid |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Yehuda Sadeh... | kclient: reverting ctime changes -- mds controls the... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Yehuda Sadeh... | kclient: fix typo |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Yehuda Sadeh... | kclient: ctime updates handled differently |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | client: missing semicolon |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Yehuda Sadeh... | kclient: some more ctime changes |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Yehuda Sadeh... | client: add utime mask |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | kclient: some cleanups |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | kclient: invalidate pages when dropping RDCACHE |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | kclient: export ceph_debug_msgr to /proc |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | kclient: fix statfs units |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | todos |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Yehuda Sadeh... | kclient: utime handle ctime updates too |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | kclient: don't use release_pages; it isn't exported... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | mds: only increase file_max if filelock is wrlockable |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sage Weil | mds: fix rename dirtying goofup |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: try to carry CAP_EXCL when we buffer data... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: fix cap revocation/release logic |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | Merge branch 'unstable' into io |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: carry CAP_WRBUFFER until writeback completes |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | Merge branch 'unstable' into io |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: carry CAP_WRBUFFER until writeback completes |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | mds: update renamed inode ctime |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: fix d_move invocation (reuse old_dentry) |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | mds: update dir mtime on open + O_CREAT |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | mds: wrlock dir mtime on create, even if neg dentry... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: use provided mode, or mask against current... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | mds: fix legal mode mask |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: use current->e[ug]id |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: check for ENAMETOOLONG in lookup |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | mds: mask mode on chmod properly |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: validate uid/gid on setattr |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Patience Warnick | Merge branch 'unstable' of ssh://patience@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Patience Warnick | Added delayed_worky |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Patience Warnick | removed some junk.. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: do rename d_move in ceph_fill_trace |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Patience Warnick | Added timer event to periodically resend map request |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: make fill_trace cope a bit better with mis... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | kclient: linux seems to treat an illegal combinatino... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sage Weil | mds: simplify link_remote_inode interface slightly |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Sage Weil | kclient: tracking, delayed ack for cap revocation |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Sage Weil | kclient: apply_truncate helper, used by setattr and... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Sage Weil | kclient: avoid mds op if lease indicates utimes() is... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Sage Weil | kclient: factor out dentry and inode lease validation |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Sage Weil | kclient: fixed writepages bug.. writeback works now... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Sage Weil | kclient: ok writeback works, with small wsize. simple_... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Sage Weil | kclient: avoid leaving pages pinned in writepages |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | Merge branch 'unstable' into io |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | osd: init value in pg_stat |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | osd: pack PG::Info and History |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | ebofs: zero tail bit of cnode blocks |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | osd: init my_stat |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | pack any types we use blobhash on |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | asdf |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Patience Warnick | Merge branch 'unstable' of ssh://patience@ceph.newdream... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | Merge branch 'unstable' into io |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | kclient: forgot dir.c |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | Merge branch 'unstable' into io |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | kclient: default msgr+tcp debug levels to 0, so that... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | kclient: redo debug level handling |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | timer debug crap |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | kclient: writepages will write in stripe unit-sized... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | kclient: writepages work in progress |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sage Weil | kclient: cleanly flush dirty pages at umount |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Patience Warnick | removed ifdef junk |
commit | commitdiff | tree | snapshot |
next |