aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil1-2/+2
2010-11-07ceph: re-request max_size if cap auth changesSage Weil1-0/+5
2010-10-27Revert "ceph: update issue_seq on cap grant"Sage Weil1-5/+3
2010-10-20ceph: use mapping->nrpages to determine if mapping is emptySage Weil1-12/+1
2010-10-20ceph: only invalidate on check_caps if we actually have pagesSage Weil1-1/+1
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-17/+18
2010-10-07ceph: update issue_seq on cap grantSage Weil1-3/+5
2010-10-07ceph: send cap release message early on failed revoke.Greg Farnum1-10/+13
2010-09-17ceph: check mapping to determine if FILE_CACHE cap is usedSage Weil1-1/+1
2010-09-17ceph: only send one flushsnap per cap_snap per mds sessionSage Weil1-4/+15
2010-09-14ceph: stop sending FLUSHSNAPs when we hit a dirty capsnapSage Weil1-3/+3
2010-08-24ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil1-3/+17
2010-08-22ceph: include dirty xattrs state in snapped capsSage Weil1-1/+1
2010-08-22ceph: fix xattr cap writebackSage Weil1-5/+5
2010-08-05ceph: only queue async writeback on cap revocation if there is dirty dataSage Weil1-1/+1
2010-08-02ceph: support v2 client_caps encodingSage Weil1-2/+19
2010-08-01ceph: warn on missing snap realmSage Weil1-0/+1
2010-08-01ceph: add ceph_get_cap_for_mds function.Greg Farnum1-0/+10
2010-08-01ceph: connect to export targets on cap exportSage Weil1-2/+12
2010-08-01ceph: do caps accounting per mds_clientYehuda Sadeh1-98/+89
2010-08-01ceph: code cleanupYehuda Sadeh1-3/+3
2010-08-01ceph: skip if no auth cap in flush_snapsSage Weil1-7/+12
2010-08-01ceph: simplify caps revocation, fix for multimdsSage Weil1-12/+18
2010-08-01ceph: drop unused argumentSage Weil1-1/+1
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil1-6/+10
2010-08-01ceph: perform lazy writes when file mode and caps permitSage Weil1-4/+3
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh1-7/+7
2010-07-23ceph: fix dentry lease releaseSage Weil1-0/+1
2010-06-29ceph: fix caps usage accounting for import (non-reserved) caseSage Weil1-2/+8
2010-06-29ceph: only release clean, unused caps with mds requestsSage Weil1-5/+6
2010-06-10ceph: try to send partial cap release on cap message on missing inodeSage Weil1-0/+1
2010-06-10ceph: release cap on import if we don't have the inodeSage Weil1-35/+55
2010-06-10ceph: fix misleading/incorrect debug messageSage Weil1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-2/+2
2010-05-17ceph: all allocation functions should get gfp_maskYehuda Sadeh1-1/+1
2010-05-17ceph: cleanup: remove unused assignementDan Carpenter1-2/+1
2010-05-17ceph: simplify ceph_msg_newSage Weil1-1/+1
2010-05-17ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil1-2/+2
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-6/+9
2010-05-11ceph: fix cap removal racesSage Weil1-7/+12
2010-05-03ceph: fix leaked spinlock during mds reconnectSage Weil1-1/+1
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-10/+32
2010-04-01ceph: fix leaked inode ref due to snap metadata writeback raceSage Weil1-10/+32
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23ceph: only release unused caps with mds requestsSage Weil1-3/+10
2010-03-23ceph: clean up handle_cap_grant, handle_caps wrt session mutexSage Weil1-32/+25
2010-03-23ceph: fix session locking in handle_caps, ceph_check_capsSage Weil1-5/+9
2010-03-23ceph: drop unnecessary WARN_ON in caps migrationSage Weil1-2/+1
2010-03-20ceph: implemented caps should always be superset of issued capsSage Weil1-0/+2
2010-03-05ceph: update for write_inode API changeStephen Rothwell1-1/+3