summaryrefslogtreecommitdiff
path: root/src/mds/Capability.h
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* mds: throw std::bad_alloc on boost:pool<> depletionSage Weil2010-07-151-1/+4
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* types: standardize on uint64_tSage Weil2010-05-071-4/+4
* mds: style fixes (from cppcheck)Martin Ettl2010-03-221-1/+1
* mds: be consistent about list<>::item naming (item_foo)Sage Weil2010-03-121-4/+3
* mds: add v to encoded mds structsSage Weil2010-01-271-0/+12
* mds: use client_t throughoutSage Weil2009-09-021-3/+3
* mds: clean out old revocation history on racing releaseSage Weil2009-08-211-3/+16
* mds: shut up cap sanity checkSage Weil2009-08-181-2/+2
* mds: keep precalculated _issued instead of recalcing each timeSage Weil2009-08-141-75/+23
* mds: rewrite Capability issue/revoke trackingSage Weil2009-08-141-9/+78
* mds: reset seq on mds after reconnect, tooSage Weil2009-07-141-0/+4
* mds: use boost::pool for CInode, CDentry, CDir, CapabilitySage Weil2009-06-111-0/+9
* mds: log memory stats to mds%d.memSage Weil2009-06-071-1/+8
* mds: maintain capid across mds restart and client reconnectSage Weil2009-05-111-0/+1
* mds: kill unused cap updating fieldSage Weil2009-04-181-7/+1
* mds: kill rdcaps codeSage Weil2009-04-151-31/+7
* mds: issue caps as needed in xlock_finishSage Weil2009-04-141-10/+3
* caps: track last_issue seq, check on releaseSage Weil2009-03-311-31/+3
* mds: be sure to issue new caps _without revocation_ from encode_indoestatSage Weil2009-03-181-0/+6
* mds: clean up rdcap list handling a bit, show rdcap status in debugSage Weil2009-03-181-13/+11
* mds: process cap RENEWSage Weil2009-03-181-2/+5
* mds: unique (per mds) cap_idSage Weil2009-01-211-1/+6
* mds: count in-flight updates per cap, not release attempts. do not expire if...Sage Weil2009-01-191-2/+6
* mds: look at issued(), not pending(), when putting cap on the rdcaps listSage Weil2009-01-161-2/+8
* mds: send xattrs down to client efficientlySage Weil2009-01-081-1/+2
* move to generic ceph_seq_t 32-bit sequence number and comparatorSage Weil2009-01-081-18/+14
* mds: fix capability off-by-one bugSage Weil2009-01-081-3/+3
* mds: expire rdcapsSage Weil2009-01-071-19/+38
* mds: update cap notesSage Weil2009-01-061-3/+3
* mds: keep caps in lru; put ttl in cap issue to clientsSage Weil2009-01-061-13/+25
* mds: simplify capability issued trackingSage Weil2009-01-061-88/+101
* mds: bunch of cap protocol changes, and user client adjustments.Sage Weil2009-01-051-5/+47
* mds: put a cap in each inode stat in trace; simplify snaprealm trace encodingSage Weil2009-01-021-5/+0
* mds: share caps across multiple lock types.Sage Weil2009-01-021-24/+4
* mds: avoid overlapping release attemptsSage Weil2008-12-021-1/+4
* mds: use last_sent (not last_open) to untangle cap release racesSage Weil2008-11-171-0/+1
* mds: fix client_follows in live capSage Weil2008-09-081-2/+8
* mds: lots of reconnect funSage Weil2008-08-011-4/+5
* mds: fixed up caps vs cow_inodeSage Weil2008-07-161-1/+4
* mds: basic split supportSage Weil2008-07-031-3/+1
* mds: simple mksnapSage Weil2008-07-031-1/+4
* pass snaps through filer, objecter. link snaprealm to inode (not cap) in cli...Sage Weil2008-07-021-17/+0
* mds, client: group caps by realmSage Weil2008-07-021-4/+3
* mds: SnapRealmSage Weil2008-07-021-2/+3
* client: simplify caps import/export behaviorSage Weil2008-06-051-6/+10
* client: fixed up cap import/exports. still need to deal with mds failures.Sage Weil2008-06-051-2/+6
* more int size cleanupSage Weil2008-05-091-5/+5
* cosmetic macro rename for consistent namingSage Weil2008-05-081-2/+2