| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ceph: remove exported caps when handling cap import message | Yan, Zheng | 2014-01-21 | 1 | -27/+52 |
* | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng | 2014-01-21 | 1 | -0/+12 |
* | ceph: fix cache revoke race | Yan, Zheng | 2014-01-21 | 1 | -1/+1 |
* | ceph: use ceph_seq_cmp() to compare migrate_seq | Yan, Zheng | 2014-01-21 | 1 | -1/+1 |
* | ceph: handle cap export race in try_flush_caps() | Yan, Zheng | 2014-01-21 | 1 | -8/+8 |
* | ceph: trivial comment fix | J. Bruce Fields | 2014-01-16 | 1 | -3/+3 |
* | ceph: add acl for cephfs | Guangliang Zhao | 2013-12-31 | 1 | -0/+1 |
* | ceph: handle race between cap reconnect and cap release | Yan, Zheng | 2013-11-23 | 1 | -1/+7 |
* | ceph: queue cap release in __ceph_remove_cap() | Yan, Zheng | 2013-11-23 | 1 | -10/+11 |
* | ceph: use d_invalidate() to invalidate aliases | Yan, Zheng | 2013-09-06 | 1 | -4/+4 |
* | ceph: use fscache as a local presisent cache | Milosz Tanski | 2013-09-06 | 1 | -2/+17 |
* | ceph: remove useless variable revoked_rdcache | Li Wang | 2013-08-27 | 1 | -4/+1 |
* | ceph: fix request max size | Yan, Zheng | 2013-08-15 | 1 | -7/+11 |
* | ceph: introduce i_truncate_mutex | Yan, Zheng | 2013-08-15 | 1 | -4/+0 |
* | ceph: trim deleted inode | Yan, Zheng | 2013-08-09 | 1 | -1/+40 |
* | ceph: fix race between cap issue and revoke | Yan, Zheng | 2013-07-03 | 1 | -9/+20 |
* | ceph: fix cap revoke race | Yan, Zheng | 2013-07-03 | 1 | -0/+9 |
* | ceph: fix pending vmtruncate race | Yan, Zheng | 2013-07-03 | 1 | -1/+5 |
* | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng | 2013-07-03 | 1 | -14/+7 |
* | ceph: move inode to proper flushing list when auth MDS changes | Yan, Zheng | 2013-07-03 | 1 | -0/+7 |
* | ceph: check migrate seq before changing auth cap | Yan, Zheng | 2013-07-03 | 1 | -3/+5 |
* | ceph: fix cap release race | Yan, Zheng | 2013-07-03 | 1 | -12/+10 |
* | 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 |