Age | Commit message (Expand) | Author | Files | Lines |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2015-04-20 | ceph: hold on to exclusive caps on complete directories | Yan, Zheng | 1 | -0/+12 |
2015-04-20 | ceph: don't mark dirty caps when there is no auth cap | Yan, Zheng | 1 | -1/+7 |
2015-04-20 | ceph: keep i_snap_realm while there are writers | Yan, Zheng | 1 | -9/+22 |
2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations | David Howells | 1 | -1/+1 |
2015-02-19 | ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps) | Yan, Zheng | 1 | -44/+42 |
2015-02-19 | ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync) | Yan, Zheng | 1 | -1/+1 |
2015-02-19 | ceph: improve reference tracking for snaprealm | Yan, Zheng | 1 | -8/+16 |
2015-02-19 | ceph: handle SESSION_FORCE_RO message | Yan, Zheng | 1 | -0/+15 |
2014-12-17 | ceph: flush inline version | Yan, Zheng | 1 | -4/+20 |
2014-12-17 | ceph: fetch inline data when getting Fcr cap refs | Yan, Zheng | 1 | -13/+47 |
2014-12-17 | ceph: add inline data to pagecache | Yan, Zheng | 1 | -0/+11 |
2014-12-17 | ceph: parse inline data in MClientReply and MClientCaps | Yan, Zheng | 1 | -11/+23 |
2014-12-17 | ceph, rbd: delete unnecessary checks before two function calls | SF Markus Elfring | 1 | -2/+1 |
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 |