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