Age | Commit message (Expand) | Author | Files | Lines |
2016-08-08 | ceph: fix null pointer dereference in ceph_flush_snaps() | Yan, Zheng | 1 | -1/+4 |
2016-07-28 | ceph: optimize cap flush waiting | Yan, Zheng | 1 | -27/+64 |
2016-07-28 | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 1 | -83/+102 |
2016-07-28 | ceph: kick cap flushes before sending other cap message | Yan, Zheng | 1 | -9/+34 |
2016-07-28 | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 1 | -15/+33 |
2016-07-28 | ceph: avoid sending duplicated cap flush message | Yan, Zheng | 1 | -1/+17 |
2016-07-28 | ceph: unify cap flush and snapcap flush | Yan, Zheng | 1 | -135/+156 |
2016-07-28 | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 1 | -89/+31 |
2016-07-28 | ceph: update types of some local varibles | Yan, Zheng | 1 | -11/+12 |
2016-07-28 | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng | 1 | -48/+2 |
2016-07-28 | ceph: reduce i_nr_by_mode array size | Yan, Zheng | 1 | -14/+31 |
2016-07-28 | ceph: rados pool namespace support | Yan, Zheng | 1 | -20/+26 |
2016-07-28 | libceph: define new ceph_file_layout structure | Yan, Zheng | 1 | -1/+4 |
2016-06-01 | ceph: improve fscache revalidation | Yan, Zheng | 1 | -10/+6 |
2016-06-01 | ceph: avoid unnecessary fscache invalidation/revlidation | Yan, Zheng | 1 | -6/+3 |
2016-05-26 | ceph: don't use truncate_pagecache() to invalidate read cache | Yan, Zheng | 1 | -4/+4 |
2016-05-26 | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 1 | -10/+33 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-25 | ceph: encode ctime in cap message | Yan, Zheng | 1 | -4/+7 |
2016-03-04 | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 1 | -3/+24 |
2016-01-22 | wrappers for ->i_mutex access | Al Viro | 1 | -2/+2 |
2015-11-02 | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 1 | -37/+34 |
2015-11-02 | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng | 1 | -3/+2 |
2015-09-08 | ceph: EIO all operations after forced umount | Yan, Zheng | 1 | -0/+8 |
2015-07-31 | ceph: always re-send cap flushes when MDS recovers | Yan, Zheng | 1 | -17/+5 |
2015-06-25 | ceph: rework dcache readdir | Yan, Zheng | 1 | -5/+9 |
2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 1 | -4/+22 |
2015-06-25 | ceph: re-send flushing caps (which are revoked) in reconnect stage | Yan, Zheng | 1 | -4/+53 |
2015-06-25 | ceph: send TID of the oldest pending caps flush to MDS | Yan, Zheng | 1 | -18/+49 |
2015-06-25 | ceph: track pending caps flushing globally | Yan, Zheng | 1 | -9/+41 |
2015-06-25 | ceph: track pending caps flushing accurately | Yan, Zheng | 1 | -85/+160 |
2015-06-25 | ceph: fix directory fsync | Yan, Zheng | 1 | -9/+64 |
2015-06-25 | ceph: fix flushing caps | Yan, Zheng | 1 | -24/+25 |
2015-06-25 | ceph: don't include used caps in cap_wanted | Yan, Zheng | 1 | -3/+3 |
2015-06-25 | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 1 | -56/+29 |
2015-06-25 | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 1 | -7/+11 |
2015-06-25 | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 1 | -1/+3 |
2015-06-25 | ceph: avoid sending unnessesary FLUSHSNAP message | Yan, Zheng | 1 | -31/+38 |
2015-06-25 | ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR reference | Yan, Zheng | 1 | -46/+109 |
2015-06-25 | ceph: check OSD caps before read/write | Yan, Zheng | 1 | -0/+4 |
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 |