Age | Commit message (Expand) | Author | Files | Lines |
2014-11-13 | ceph: fix flush tid comparision | Yan, Zheng | 1 | -1/+1 |
2014-10-14 | ceph: fix bool assignments | Fabian Frederick | 1 | -13/+13 |
2014-10-14 | ceph: move ceph_find_inode() outside the s_mutex | Yan, Zheng | 1 | -5/+6 |
2014-07-24 | ceph: replace comma with a semicolon | Himangi Saraogi | 1 | -1/+1 |
2014-06-06 | mds: check cap ID when handling cap export message | Yan, Zheng | 1 | -1/+1 |
2014-06-06 | ceph: handle cap import atomically | Yan, Zheng | 1 | -45/+54 |
2014-06-06 | ceph: pre-allocate ceph_cap struct for ceph_add_cap() | Yan, Zheng | 1 | -42/+39 |
2014-06-06 | ceph: update inode fields according to issued caps | Yan, Zheng | 1 | -26/+32 |
2014-06-06 | ceph: queue vmtruncate if necessary when handing cap grant/revoke | Yan, Zheng | 1 | -10/+16 |
2014-04-28 | ceph: avoid releasing caps that are being used | Yan, Zheng | 1 | -1/+1 |
2014-04-04 | ceph: set mds_wanted when MDS reply changes a cap to auth cap | Yan, Zheng | 1 | -1/+3 |
2014-04-04 | ceph: make sure write caps are registered with auth MDS | Yan, Zheng | 1 | -1/+4 |
2014-01-21 | ceph: add imported caps when handling cap export message | Yan, Zheng | 1 | -76/+144 |
2014-01-21 | ceph: remove exported caps when handling cap import message | Yan, Zheng | 1 | -27/+52 |
2014-01-21 | ceph: check inode caps in ceph_d_revalidate | Yan, Zheng | 1 | -0/+12 |
2014-01-21 | ceph: fix cache revoke race | Yan, Zheng | 1 | -1/+1 |
2014-01-21 | ceph: use ceph_seq_cmp() to compare migrate_seq | Yan, Zheng | 1 | -1/+1 |
2014-01-21 | ceph: handle cap export race in try_flush_caps() | Yan, Zheng | 1 | -8/+8 |
2014-01-16 | ceph: trivial comment fix | J. Bruce Fields | 1 | -3/+3 |
2013-12-31 | ceph: add acl for cephfs | Guangliang Zhao | 1 | -0/+1 |
2013-11-23 | ceph: handle race between cap reconnect and cap release | Yan, Zheng | 1 | -1/+7 |
2013-11-23 | ceph: queue cap release in __ceph_remove_cap() | Yan, Zheng | 1 | -10/+11 |
2013-09-06 | ceph: use d_invalidate() to invalidate aliases | Yan, Zheng | 1 | -4/+4 |
2013-09-06 | ceph: use fscache as a local presisent cache | Milosz Tanski | 1 | -2/+17 |
2013-08-27 | ceph: remove useless variable revoked_rdcache | Li Wang | 1 | -4/+1 |
2013-08-15 | ceph: fix request max size | Yan, Zheng | 1 | -7/+11 |
2013-08-15 | ceph: introduce i_truncate_mutex | Yan, Zheng | 1 | -4/+0 |
2013-08-09 | ceph: trim deleted inode | Yan, Zheng | 1 | -1/+40 |
2013-07-03 | ceph: fix race between cap issue and revoke | Yan, Zheng | 1 | -9/+20 |
2013-07-03 | ceph: fix cap revoke race | Yan, Zheng | 1 | -0/+9 |
2013-07-03 | ceph: fix pending vmtruncate race | Yan, Zheng | 1 | -1/+5 |
2013-07-03 | ceph: Reconstruct the func ceph_reserve_caps. | majianpeng | 1 | -14/+7 |
2013-07-03 | ceph: move inode to proper flushing list when auth MDS changes | Yan, Zheng | 1 | -0/+7 |
2013-07-03 | ceph: check migrate seq before changing auth cap | Yan, Zheng | 1 | -3/+5 |
2013-07-03 | ceph: fix cap release race | Yan, Zheng | 1 | -12/+10 |
2013-05-01 | ceph: take i_mutex before getting Fw cap | Yan, Zheng | 1 | -6/+7 |
2013-05-01 | ceph: use i_release_count to indicate dir's completeness | Yan, Zheng | 1 | -2/+2 |
2013-05-01 | ceph: use I_COMPLETE inode flag instead of D_COMPLETE flag | Yan, Zheng | 1 | -3/+5 |
2013-05-01 | ceph: set mds_want according to cap import message | Yan, Zheng | 1 | -1/+5 |
2013-05-01 | ceph: queue cap release when trimming cap | Yan, Zheng | 1 | -3/+3 |
2013-02-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 1 | -7/+25 |
2013-02-12 | ceph: Convert kuids and kgids before printing them. | Eric W. Biederman | 1 | -1/+2 |
2013-02-12 | ceph: Translate between uid and gids in cap messages and kuids and kgids | Eric W. Biederman | 1 | -7/+7 |
2013-01-17 | ceph: check mds_wanted for imported cap | Yan, Zheng | 1 | -1/+3 |
2013-01-17 | ceph: allocate cap_release message when receiving cap import | Yan, Zheng | 1 | -0/+3 |
2013-01-17 | ceph: allow revoking duplicated caps issued by non-auth MDS | Yan, Zheng | 1 | -5/+10 |
2013-01-17 | ceph: move dirty inode to migrating list when clearing auth caps | Yan, Zheng | 1 | -1/+9 |
2012-12-13 | ceph: call handle_cap_grant() for cap import message | Yan, Zheng | 1 | -2/+2 |
2012-12-13 | ceph: Don't add dirty inode to dirty list if caps is in migration | Yan, Zheng | 1 | -3/+7 |
2012-12-13 | ceph: Don't update i_max_size when handling non-auth cap | Yan, Zheng | 1 | -1/+1 |