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