aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-24ceph: fix cap flush race reentrancySage Weil
2011-05-19ceph: fix rare potential cap leakSage Weil
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil
2011-05-03ceph: use ihold() when i_lock is heldSage Weil
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-19ceph: avoid immediate cap check after importSage Weil
2011-01-19ceph: fix flushing of caps vs cap importSage Weil
2011-01-19ceph: fix erroneous cap flush to non-auth mdsSage Weil
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