aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAge
* ceph: use ihold when we already have an inode refSage Weil2011-06-08
* ceph: fix cap flush race reentrancySage Weil2011-05-24
* ceph: fix rare potential cap leakSage Weil2011-05-19
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-11
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-04
* ceph: use ihold() when i_lock is heldSage Weil2011-05-03
* Fix common misspellingsLucas De Marchi2011-03-31
* ceph: avoid immediate cap check after importSage Weil2011-01-19
* ceph: fix flushing of caps vs cap importSage Weil2011-01-19
* ceph: fix erroneous cap flush to non-auth mdsSage Weil2011-01-19
* ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-08
* ceph: re-request max_size if cap auth changesSage Weil2010-11-07
* Revert "ceph: update issue_seq on cap grant"Sage Weil2010-10-28
* ceph: use mapping->nrpages to determine if mapping is emptySage Weil2010-10-20
* ceph: only invalidate on check_caps if we actually have pagesSage Weil2010-10-20
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-20
* ceph: update issue_seq on cap grantSage Weil2010-10-07
* ceph: send cap release message early on failed revoke.Greg Farnum2010-10-07
* ceph: check mapping to determine if FILE_CACHE cap is usedSage Weil2010-09-17
* ceph: only send one flushsnap per cap_snap per mds sessionSage Weil2010-09-17
* ceph: stop sending FLUSHSNAPs when we hit a dirty capsnapSage Weil2010-09-14
* ceph: maintain i_head_snapc when any caps are dirty, not just for dataSage Weil2010-08-24
* ceph: include dirty xattrs state in snapped capsSage Weil2010-08-22
* ceph: fix xattr cap writebackSage Weil2010-08-22
* ceph: only queue async writeback on cap revocation if there is dirty dataSage Weil2010-08-05
* ceph: support v2 client_caps encodingSage Weil2010-08-02
* ceph: warn on missing snap realmSage Weil2010-08-01
* ceph: add ceph_get_cap_for_mds function.Greg Farnum2010-08-01
* ceph: connect to export targets on cap exportSage Weil2010-08-01
* ceph: do caps accounting per mds_clientYehuda Sadeh2010-08-01
* ceph: code cleanupYehuda Sadeh2010-08-01
* ceph: skip if no auth cap in flush_snapsSage Weil2010-08-01
* ceph: simplify caps revocation, fix for multimdsSage Weil2010-08-01
* ceph: drop unused argumentSage Weil2010-08-01
* ceph: perform lazy reads when file mode and caps permitSage Weil2010-08-01
* ceph: perform lazy writes when file mode and caps permitSage Weil2010-08-01
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-27
* ceph: fix dentry lease releaseSage Weil2010-07-23
* ceph: fix caps usage accounting for import (non-reserved) caseSage Weil2010-06-29
* ceph: only release clean, unused caps with mds requestsSage Weil2010-06-29
* ceph: try to send partial cap release on cap message on missing inodeSage Weil2010-06-10
* ceph: release cap on import if we don't have the inodeSage Weil2010-06-10
* ceph: fix misleading/incorrect debug messageSage Weil2010-06-10
* drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-27
* ceph: all allocation functions should get gfp_maskYehuda Sadeh2010-05-17
* ceph: cleanup: remove unused assignementDan Carpenter2010-05-17
* ceph: simplify ceph_msg_newSage Weil2010-05-17
* ceph: make ceph_msg_new return NULL on failure; clean up, fix callersSage Weil2010-05-17
* ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan2010-05-17
* ceph: fix cap removal racesSage Weil2010-05-11