aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13ceph: call handle_cap_grant() for cap import messageYan, Zheng1-2/+2
2012-12-13ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7
2012-12-13ceph: Don't update i_max_size when handling non-auth capYan, Zheng1-1/+1
2012-11-04ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng1-0/+2
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun1-1/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-2/+2
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder1-2/+2
2012-01-03ceph: propagate umode_tAl Viro1-2/+2
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-93/+94
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil1-5/+3
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+4
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-6/+4
2011-05-24ceph: fix cap flush race reentrancySage Weil1-29/+29
2011-05-19ceph: fix rare potential cap leakSage Weil1-1/+2
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang1-8/+8
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil1-5/+5
2011-05-03ceph: use ihold() when i_lock is heldSage Weil1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-19ceph: avoid immediate cap check after importSage Weil1-2/+1
2011-01-19ceph: fix flushing of caps vs cap importSage Weil1-4/+34
2011-01-19ceph: fix erroneous cap flush to non-auth mdsSage Weil1-0/+2
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