aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng
2013-05-01ceph: set mds_want according to cap import messageYan, Zheng
2013-05-01ceph: queue cap release when trimming capYan, Zheng
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman
2013-01-17ceph: check mds_wanted for imported capYan, Zheng
2013-01-17ceph: allocate cap_release message when receiving cap importYan, Zheng
2013-01-17ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng
2013-01-17ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng
2012-12-13ceph: call handle_cap_grant() for cap import messageYan, Zheng
2012-12-13ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng
2012-12-13ceph: Don't update i_max_size when handling non-auth capYan, Zheng
2012-11-04ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder
2012-01-03ceph: propagate umode_tAl Viro
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil
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