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