Age | Commit message (Expand) | Author |
2014-01-21 | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng |
2014-01-21 | ceph: fix cache revoke race | Yan, Zheng |
2014-01-21 | ceph: use ceph_seq_cmp() to compare migrate_seq | Yan, Zheng |
2014-01-21 | ceph: handle cap export race in try_flush_caps() | Yan, Zheng |
2014-01-16 | ceph: trivial comment fix | J. Bruce Fields |
2013-12-31 | ceph: add acl for cephfs | Guangliang Zhao |
2013-11-23 | ceph: handle race between cap reconnect and cap release | Yan, Zheng |
2013-11-23 | ceph: queue cap release in __ceph_remove_cap() | Yan, Zheng |
2013-09-06 | ceph: use d_invalidate() to invalidate aliases | Yan, Zheng |
2013-09-06 | ceph: use fscache as a local presisent cache | Milosz Tanski |
2013-08-27 | ceph: remove useless variable revoked_rdcache | Li Wang |
2013-08-15 | ceph: fix request max size | Yan, Zheng |
2013-08-15 | ceph: introduce i_truncate_mutex | Yan, Zheng |
2013-08-09 | ceph: trim deleted inode | Yan, Zheng |
2013-07-03 | ceph: fix race between cap issue and revoke | Yan, Zheng |
2013-07-03 | ceph: fix cap revoke race | Yan, Zheng |
2013-07-03 | ceph: fix pending vmtruncate race | Yan, Zheng |
2013-07-03 | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng |
2013-07-03 | ceph: move inode to proper flushing list when auth MDS changes | Yan, Zheng |
2013-07-03 | ceph: check migrate seq before changing auth cap | Yan, Zheng |
2013-07-03 | ceph: fix cap release race | Yan, Zheng |
2013-05-01 | ceph: take i_mutex before getting Fw cap | Yan, Zheng |
2013-05-01 | ceph: use i_release_count to indicate dir's completeness | Yan, Zheng |
2013-05-01 | ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag | Yan, Zheng |
2013-05-01 | ceph: set mds_want according to cap import message | Yan, Zheng |
2013-05-01 | ceph: queue cap release when trimming cap | Yan, Zheng |
2013-02-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2013-02-12 | ceph: Convert kuids and kgids before printing them. | Eric W. Biederman |
2013-02-12 | ceph: Translate between uid and gids in cap messages and kuids and kgids | Eric W. Biederman |
2013-01-17 | ceph: check mds_wanted for imported cap | Yan, Zheng |
2013-01-17 | ceph: allocate cap_release message when receiving cap import | Yan, Zheng |
2013-01-17 | ceph: allow revoking duplicated caps issued by non-auth MDS | Yan, Zheng |
2013-01-17 | ceph: move dirty inode to migrating list when clearing auth caps | Yan, Zheng |
2012-12-13 | ceph: call handle_cap_grant() for cap import message | Yan, Zheng |
2012-12-13 | ceph: Don't add dirty inode to dirty list if caps is in migration | Yan, Zheng |
2012-12-13 | ceph: Don't update i_max_size when handling non-auth cap | Yan, Zheng |
2012-11-04 | ceph: Hold caps_list_lock when adjusting caps_{use, total}_count | Yan, Zheng |
2012-10-01 | ceph: convert to use le32_add_cpu() | Wei Yongjun |
2012-02-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-02-02 | ceph: create a new session lock to avoid lock inversion | Alex Elder |
2012-01-03 | ceph: propagate umode_t | Al Viro |
2011-12-07 | ceph: use i_ceph_lock instead of i_lock | Sage Weil |
2011-11-05 | ceph: use new D_COMPLETE dentry flag | Sage Weil |
2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi |
2011-10-25 | libceph: don't complain on msgpool alloc failures | Sage Weil |
2011-07-20 | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik |
2011-06-07 | ceph: use ihold when we already have an inode ref | Sage Weil |
2011-05-24 | ceph: fix cap flush race reentrancy | Sage Weil |
2011-05-19 | ceph: fix rare potential cap leak | Sage Weil |
2011-05-11 | ceph: do not use i_wrbuffer_ref as refcount for Fb cap | Henry C Chang |