]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
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
2009-01-09 Yehuda Sadehkclient: remove extra mutex_unlock
2009-01-09 Yehuda Sadehstart.sh: add $CEPH_BIN
2009-01-09 Yehuda Sadehkclient: fix fsync for directories
2009-01-09 Yehuda Sadehkclient: handle safe reply, sync dir waits for safe...
2009-01-09 Sage Weilmds: can_xlock_soon() should include LOCK_LOCK
2009-01-09 Sage Weilmds: for wrlock when updating max_size in issue_caps()
2009-01-09 Sage Weilmds: drop dup code
2009-01-09 Sage Weilkclient: fix add_cap cap update
2009-01-09 Sage Weiluclient: handle xattr updates
2009-01-09 Sage Weilkclient: only update xattr blob when defined and newer...
2009-01-09 Sage Weilmds: send xattrs down to client efficiently
2009-01-08 Sage Weilmove to generic ceph_seq_t 32-bit sequence number and...
2009-01-08 Sage Weilkclient: make fill_trace look for RDCACHE cap on directory
2009-01-08 Sage Weilstop.sh: stop valgrind procs too
2009-01-08 Sage Weilmds: fix capability off-by-one bug
2009-01-08 Sage Weilmds: safely allow client to rdlock|lease dentries it...
2009-01-08 Sage Weilmds: fix SimpleLock release evals
2009-01-08 Sage Weiltodos
2009-01-08 Sage Weilmds: use projected parent when updating max_size
2009-01-08 Sage Weilmds: only check max_size if inode is a file
2009-01-08 Sage Weilmon: fix uninitialized variable
2009-01-08 Sage WeilMerge branch 'unstable' into caps
2009-01-08 Sage Weilvstart: run cmon through crun, valgrind
2009-01-08 Sage Weilmds: set issue_stamp on cap reconnect
2009-01-08 Sage Weilkclient: exclude expireable caps from reconnect
2009-01-08 Sage Weilmds: fix sessionmap->version value during EMetaBlob...
2009-01-08 Sage Weilmds: fix EMetaBlob initialization
2009-01-08 Sage Weilmds: only file_eval on xlock_finish if stable
2009-01-08 Sage Weilmds: only file_eval on xlock_finish if stable
2009-01-07 Sage Weiltodos
2009-01-07 Sage Weilkclient: don't pin dentry with lease
2009-01-07 Sage Weilkclient: separate mds session lookup from ref get
2009-01-07 Sage WeilMerge branch 'unstable' into caps
2009-01-07 Sage Weilvstart: fix ip determination
2009-01-07 Sage Weilmds: disable inode leases
2009-01-07 Sage Weilmds: no inode lease in lssnap
2009-01-07 Sage Weilkclient: fix cap release logic a bit
2009-01-07 Sage Weilkclient: fix request ref count leak from duplicate...
2009-01-07 Sage Weilmds: expire rdcaps
2009-01-07 Sage Weilkclient: trim expired rdcaps; ignored issued but timed...
2009-01-07 Sage Weilkclient: fix buffer overrun in parse_reply_info_trace()
2009-01-07 Sage Weilmds: issue AUTH_EXCL if also issuing FILE_EXCL
2009-01-07 Sage Weilmds: update cap notes
2009-01-07 Sage Weilkclient: implement ceph_release_caps
2009-01-07 Sage Weilmds: set ttl_ms in cap IMPORT message
2009-01-07 Sage Weilkclient: keep readonly caps on per-session lru
2009-01-07 Sage Weilmds: keep caps in lru; put ttl in cap issue to clients
2009-01-06 Sage Weilkclient: local chmod/chown if holding CEPH_CAP_AUTH_EXCL
2009-01-06 Sage Weilclient: send release anytime we get a caps message...
2009-01-06 Sage Weilmds: always issue cap in inodestat
2009-01-06 Sage Weilmds: don't let release race with any caps
2009-01-06 Sage Weilmds: simplify capability issued tracking
2009-01-06 Sage Weiluclient: fix likes bits
2009-01-06 Sage Weilkclient: use new caps protocol
2009-01-06 Sage Weilmds: fix stat mask
2009-01-06 Sage Weilmds: only send clientcaps if we need to revoke, or...
2009-01-06 Sage Weilmds: fix cap release seq check
2009-01-06 Sage Weiluclient: set dirty bits in cap_snap
2009-01-06 Sage Weilmds: bunch of cap protocol changes, and user client...
2009-01-05 Sage Weilkclient: fix snap realm update on reply
2009-01-05 Sage Weilmds: fix set_trace_dist snaprealm problem on unlink
2009-01-04 Sage Weilkclient: ref count cap_snap to avoid unnecessarily...
2009-01-04 Sage Weilkclient: take fmode ref atomically while adding cap
2009-01-04 Sage Weilclient: do not update when already holding EXCL cap
2009-01-04 Sage Weilkclient: caps basically working
2009-01-04 Yehuda Sadehkclient: use ceph_caps_release instead of dropping...
2009-01-04 Yehuda Sadehkclient: switch from inode leases to new caps
next