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