]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2009-01-18 Sage Weilkclient: fix cap writeback vs revocation
2009-01-17 Sage Weilmds: fix rmdir ENOTEMPTY checks
2009-01-17 Sage Weilmon: include fsid in MMonObserveNotify
2009-01-17 Sage Weilmds: fix forward truncation
2009-01-17 Sage Weilvstart: -l | --localhost to use 127.0.0.1
2009-01-17 Sage Weilbash, not sh
2009-01-17 Sage Weilmds: carry RDCACHE|WRBUFFER through xlock.
2009-01-17 Sage Weilkclient: fix fill_file_bits logic
2009-01-17 Sage Weilmds: include projected ctime if _any_ other fields...
2009-01-17 Sage Weilkclient: fix snap_rwsem link on non-existent cap release
2009-01-16 Yehuda Sadehkclient: some cleanup
2009-01-16 Yehuda SadehMerge branch 'unstable' of ssh://ceph.newdream.net...
2009-01-16 Yehuda Sadehkclient: fix gid setattr
2009-01-16 Sage Weilmds: also verify in rename() that mds reintegrate/merge...
2009-01-16 Sage Weilmds: do not reintegrate stray if target dentry is projected
2009-01-16 Sage Weilmds: look at issued(), not pending(), when putting...
2009-01-16 Sage Weilmds: eval_cap_gather when trimming rdcaps
2009-01-16 Sage Weilmds: look at inode locks to determine whether to expose...
2009-01-16 Yehuda SadehMerge branch 'unstable' of ssh://ceph.newdream.net...
2009-01-16 Yehuda Sadehkclient: some more sparse fixes
2009-01-16 Sage Weilmds: fix uninitialized value in ceph_inode_holds_cap()
2009-01-16 Sage Weilmds: fix inode version projected on open O_CREAT, too
2009-01-16 Sage Weilmds: set .inode in projected linkages; add dentry to...
2009-01-16 Sage Weilmds: fix link() dn linkage projection
2009-01-16 Yehuda SadehMerge branch 'unstable' of ssh://ceph.newdream.net...
2009-01-16 Yehuda Sadehkclient: some sparse cleanups
2009-01-16 Sage Weilmds: only set max_size on open+O_CREAT if file opened...
2009-01-16 Sage Weilmds: optionally pass a specific linkage for journal_cow...
2009-01-16 Sage Weilmds: fix fast create + rm failure
2009-01-16 Sage Weilmds: make xlock stable
2009-01-16 Sage Weilkclient: set dentry d_time when doing local ENOENT
2009-01-16 Sage Weilmds: get_linkage() should return projected if xlocked...
2009-01-16 Sage Weilmds: touch using projected parents too
2009-01-16 Sage Weilmds: journal using projected parent
2009-01-16 Sage Weilkclient: one more update_parent fix
2009-01-16 Sage Weilkclient: don't mark root complete (empty); debug comple...
2009-01-16 Sage Weiluclient: small bug fix
2009-01-16 Sage Weiljournaler: don't request ACKs if in safe mode; do safe...
2009-01-16 Yehuda Sadehkclient: refine dir complete/readdir handling
2009-01-16 Sage Weilmds: kill FileLock
2009-01-16 Sage Weilmds: redo choose_loner/drop_loner
2009-01-16 Sage Weilmds: merge *_sync() methods
2009-01-16 Sage Weilmds: more lock refactoring. merge *_lock() methods.
2009-01-16 Sage Weilmds: ENOENT on null dentry in unlink()
2009-01-16 Sage Weilmds: add lock->xlock state
2009-01-16 Sage Weilmds: simplify loner_cap update
2009-01-16 Sage Weilmds: generic locking helpers, step 1
2009-01-16 Sage Weilmds: rewrite SimpleLock using generic state specificati...
2009-01-16 Yehuda Sadehlease: difrentiate lease release cases (revoke, preemptive)
2009-01-15 Yehuda Sadehkclient: clear dir complete/readdir bits when appropriate
2009-01-15 Yehuda Sadehmds: remove some uninitialized cases
2009-01-15 Sage Weilmds: disable empty directory fastpath check
2009-01-15 Sage Weilmds: fix unlink
2009-01-15 Sage Weilmds: path_traverse cleanup
2009-01-15 Sage Weilmds: always traverse projected hierarchy; xlocks will...
2009-01-14 Sage Weilmds: force explicit current vs projected dentry linkage...
2009-01-14 Sage Weilmds: use projected dentry linkages in rename
2009-01-14 Sage Weilmds: fix simplelock cap check
2009-01-14 Sage Weilmds: a few comments
2009-01-14 Sage Weilmds: fix up EXCL state some. fix set_trace_dist use...
2009-01-14 Sage Weilmds: some cleanup
2009-01-14 Sage Weilmds: project dentry linkage
2009-01-14 Sage Weilkclient: fix lock leak in mdsc_handle_map
2009-01-13 Sage Weilmds: verify is_stable() before calling simple_eval()
2009-01-13 Sage Weilmds: end of traverse may be indoe or projected_inode
2009-01-13 Sage Weilkclient: use CEPH_INO_ROOT constant
2009-01-12 Sage Weilmds: include projected dn+inode to client if xlock_done
2009-01-12 Sage Weilmds: fix LOCK_LOCK -> LOCK_LOCK_SYNC issue_lease transi...
2009-01-12 Sage Weilmds: allow FileLock wrlock when client holding FILE_EXCL
2009-01-12 Sage Weilmds: issue cap on mkdir; set authlock to EXCL on open...
2009-01-12 Sage Weilmds: fix encode_inode caps issue logic
2009-01-12 Sage Weilmds: loner if only client with cap on a dir
2009-01-12 Sage Weilkclient: only release dir RDCACHE if we're not holding...
2009-01-12 Sage Weilkclient: hold onto dir EXCL cap
2009-01-12 Sage Weilkclient: track COMPLETE flag on directories with RDCACH...
2009-01-12 Sage Weilmds: make Server use CDentry accessors
2009-01-12 Yehuda Sadehkclient: handle case in which splice_dentry fails in...
2009-01-12 Yehuda Sadehkclient: avoid starvation when fsync on dir
2009-01-12 Sage Weilmds: increase preallocated ino
2009-01-12 Sage Weilmds: allow clients to traverse dentries they xlock.
2009-01-12 Sage Weilmds: fix CInode::adjust_nested_auth_pin()
2009-01-11 Sage Weilkclient: add missing parens in kick_requests
2009-01-11 Sage Weiluclient: lease seq #'s; clean out inode leases
2009-01-11 Sage Weilkclient: use lease seq #
2009-01-11 Sage Weilmds: introduce lease seq #
2009-01-10 Sage Weilosd: fix ager missing open() arg
2009-01-09 Sage Weilosdmaptool: fix --test-map-pg
2009-01-09 Sage Weiltodo
2009-01-09 Sage Weilmds: do rename, unlink early replies; set_xlock_done...
2009-01-09 Sage Weilmds: early_reply for link, unlink, rename.
2009-01-09 Sage Weilmds: by default, always wait for journal safe
2009-01-09 Sage Weilmds: wait for journal safe when doing ino allocations
2009-01-09 Sage Weilkclient: resend unsafe requests just before to MClientR...
2009-01-09 Sage Weilkclient: list unsafe requests in the MDS session
2009-01-09 Sage Weilkclient: break out __prepare_send_request helper
2009-01-09 Sage Weilkclient: separate flag for got_safe and got_unsafe
2009-01-09 Sage Weilkclient: set ino in request if we got an early reply
2009-01-09 Yehuda Sadehkclient: missing spin_unlock
2009-01-09 Yehuda Sadehkclient: replace radix tree with list for req dir listener
2009-01-09 Yehuda Sadehkclient: listener tree should use GFP_ATOMIC
next