| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: take i_mutex before getting Fw cap | Yan, Zheng | 2013-05-01 | 1 | -6/+7 |
* | ceph: use i_release_count to indicate dir's completeness | Yan, Zheng | 2013-05-01 | 1 | -2/+2 |
* | ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag | Yan, Zheng | 2013-05-01 | 1 | -3/+5 |
* | ceph: set mds_want according to cap import message | Yan, Zheng | 2013-05-01 | 1 | -1/+5 |
* | ceph: queue cap release when trimming cap | Yan, Zheng | 2013-05-01 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2013-02-28 | 1 | -7/+25 |
|\ |
|
| * | ceph: check mds_wanted for imported cap | Yan, Zheng | 2013-01-17 | 1 | -1/+3 |
| * | ceph: allocate cap_release message when receiving cap import | Yan, Zheng | 2013-01-17 | 1 | -0/+3 |
| * | ceph: allow revoking duplicated caps issued by non-auth MDS | Yan, Zheng | 2013-01-17 | 1 | -5/+10 |
| * | ceph: move dirty inode to migrating list when clearing auth caps | Yan, Zheng | 2013-01-17 | 1 | -1/+9 |
* | | ceph: Convert kuids and kgids before printing them. | Eric W. Biederman | 2013-02-12 | 1 | -1/+2 |
* | | ceph: Translate between uid and gids in cap messages and kuids and kgids | Eric W. Biederman | 2013-02-12 | 1 | -7/+7 |
|/ |
|
* | ceph: call handle_cap_grant() for cap import message | Yan, Zheng | 2012-12-13 | 1 | -2/+2 |
* | ceph: Don't add dirty inode to dirty list if caps is in migration | Yan, Zheng | 2012-12-13 | 1 | -3/+7 |
* | ceph: Don't update i_max_size when handling non-auth cap | Yan, Zheng | 2012-12-13 | 1 | -1/+1 |
* | ceph: Hold caps_list_lock when adjusting caps_{use, total}_count | Yan, Zheng | 2012-11-04 | 1 | -0/+2 |
* | ceph: convert to use le32_add_cpu() | Wei Yongjun | 2012-10-01 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2012-02-02 | 1 | -2/+2 |
|\ |
|
| * | ceph: create a new session lock to avoid lock inversion | Alex Elder | 2012-02-02 | 1 | -2/+2 |
* | | ceph: propagate umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
|/ |
|
* | ceph: use i_ceph_lock instead of i_lock | Sage Weil | 2011-12-07 | 1 | -93/+94 |
* | ceph: use new D_COMPLETE dentry flag | Sage Weil | 2011-11-05 | 1 | -5/+3 |
* | filesystems: add set_nlink() | Miklos Szeredi | 2011-11-02 | 1 | -1/+1 |
* | libceph: don't complain on msgpool alloc failures | Sage Weil | 2011-10-25 | 1 | -1/+1 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-20 | 1 | -2/+4 |
* | ceph: use ihold when we already have an inode ref | Sage Weil | 2011-06-07 | 1 | -6/+4 |
* | ceph: fix cap flush race reentrancy | Sage Weil | 2011-05-24 | 1 | -29/+29 |
* | ceph: fix rare potential cap leak | Sage Weil | 2011-05-19 | 1 | -1/+2 |
* | ceph: do not use i_wrbuffer_ref as refcount for Fb cap | Henry C Chang | 2011-05-11 | 1 | -8/+8 |
* | ceph: do not call __mark_dirty_inode under i_lock | Sage Weil | 2011-05-04 | 1 | -5/+5 |
* | ceph: use ihold() when i_lock is held | Sage Weil | 2011-05-03 | 1 | -2/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | ceph: avoid immediate cap check after import | Sage Weil | 2011-01-19 | 1 | -2/+1 |
* | ceph: fix flushing of caps vs cap import | Sage Weil | 2011-01-19 | 1 | -4/+34 |
* | ceph: fix erroneous cap flush to non-auth mds | Sage Weil | 2011-01-19 | 1 | -0/+2 |
* | ceph: fix rdcache_gen usage and invalidate | Sage Weil | 2010-11-08 | 1 | -2/+2 |
* | ceph: re-request max_size if cap auth changes | Sage Weil | 2010-11-07 | 1 | -0/+5 |
* | Revert "ceph: update issue_seq on cap grant" | Sage Weil | 2010-10-27 | 1 | -5/+3 |
* | ceph: use mapping->nrpages to determine if mapping is empty | Sage Weil | 2010-10-20 | 1 | -12/+1 |
* | ceph: only invalidate on check_caps if we actually have pages | Sage Weil | 2010-10-20 | 1 | -1/+1 |
* | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 2010-10-20 | 1 | -17/+18 |
* | ceph: update issue_seq on cap grant | Sage Weil | 2010-10-07 | 1 | -3/+5 |
* | ceph: send cap release message early on failed revoke. | Greg Farnum | 2010-10-07 | 1 | -10/+13 |
* | ceph: check mapping to determine if FILE_CACHE cap is used | Sage Weil | 2010-09-17 | 1 | -1/+1 |
* | ceph: only send one flushsnap per cap_snap per mds session | Sage Weil | 2010-09-17 | 1 | -4/+15 |
* | ceph: stop sending FLUSHSNAPs when we hit a dirty capsnap | Sage Weil | 2010-09-14 | 1 | -3/+3 |
* | ceph: maintain i_head_snapc when any caps are dirty, not just for data | Sage Weil | 2010-08-24 | 1 | -3/+17 |
* | ceph: include dirty xattrs state in snapped caps | Sage Weil | 2010-08-22 | 1 | -1/+1 |
* | ceph: fix xattr cap writeback | Sage Weil | 2010-08-22 | 1 | -5/+5 |
* | ceph: only queue async writeback on cap revocation if there is dirty data | Sage Weil | 2010-08-05 | 1 | -1/+1 |