| Commit message (Expand) | Author | Age | Files | Lines |
* | ceph: avoid updating mds_wanted too frequently | Yan, Zheng | 2017-02-20 | 1 | -3/+9 |
* | ceph: cleanup ACCESS_ONCE -> READ_ONCE | Seraphime Kirkovski | 2017-02-20 | 1 | -1/+1 |
* | ceph: pass parent inode info to ceph_encode_dentry_release if we have it | Jeff Layton | 2017-02-20 | 1 | -4/+7 |
* | ceph: fix unsafe dcache access in ceph_encode_dentry_release | Jeff Layton | 2017-02-20 | 1 | -2/+5 |
* | ceph: fix ceph_get_caps() interruption | Yan, Zheng | 2017-01-18 | 1 | -1/+6 |
* | ceph: properly set issue_seq for cap release | Yan, Zheng | 2016-12-12 | 1 | -0/+1 |
* | ceph: add flags parameter to send_cap_msg | Jeff Layton | 2016-12-12 | 1 | -10/+15 |
* | ceph: update cap message struct version to 10 | Jeff Layton | 2016-12-12 | 1 | -6/+33 |
* | ceph: define new argument structure for send_cap_msg | Jeff Layton | 2016-12-12 | 1 | -99/+126 |
* | ceph: move xattr initialzation before the encoding past the ceph_mds_caps | Jeff Layton | 2016-12-12 | 1 | -7/+7 |
* | ceph: fix minor typo in unsafe_request_wait | Jeff Layton | 2016-12-12 | 1 | -1/+1 |
* | ceph: try getting buffer capability for readahead/fadvise | Yan, Zheng | 2016-12-12 | 1 | -0/+21 |
* | ceph: fix scheduler warning due to nested blocking | Nikolay Borisov | 2016-12-12 | 1 | -3/+9 |
* | ceph: fix null pointer dereference in ceph_flush_snaps() | Yan, Zheng | 2016-08-08 | 1 | -1/+4 |
* | ceph: optimize cap flush waiting | Yan, Zheng | 2016-07-28 | 1 | -27/+64 |
* | ceph: cleanup ceph_flush_snaps() | Yan, Zheng | 2016-07-28 | 1 | -83/+102 |
* | ceph: kick cap flushes before sending other cap message | Yan, Zheng | 2016-07-28 | 1 | -9/+34 |
* | ceph: introduce an inode flag to indicates if snapflush is needed | Yan, Zheng | 2016-07-28 | 1 | -15/+33 |
* | ceph: avoid sending duplicated cap flush message | Yan, Zheng | 2016-07-28 | 1 | -1/+17 |
* | ceph: unify cap flush and snapcap flush | Yan, Zheng | 2016-07-28 | 1 | -135/+156 |
* | ceph: use list instead of rbtree to track cap flushes | Yan, Zheng | 2016-07-28 | 1 | -89/+31 |
* | ceph: update types of some local varibles | Yan, Zheng | 2016-07-28 | 1 | -11/+12 |
* | ceph: wait unsafe sync writes for evicting inode | Yan, Zheng | 2016-07-28 | 1 | -48/+2 |
* | ceph: reduce i_nr_by_mode array size | Yan, Zheng | 2016-07-28 | 1 | -14/+31 |
* | ceph: rados pool namespace support | Yan, Zheng | 2016-07-28 | 1 | -20/+26 |
* | libceph: define new ceph_file_layout structure | Yan, Zheng | 2016-07-28 | 1 | -1/+4 |
* | ceph: improve fscache revalidation | Yan, Zheng | 2016-06-01 | 1 | -10/+6 |
* | ceph: avoid unnecessary fscache invalidation/revlidation | Yan, Zheng | 2016-06-01 | 1 | -6/+3 |
* | ceph: don't use truncate_pagecache() to invalidate read cache | Yan, Zheng | 2016-05-26 | 1 | -4/+4 |
* | ceph: renew caps for read/write if mds session got killed. | Yan, Zheng | 2016-05-26 | 1 | -10/+33 |
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
* | ceph: encode ctime in cap message | Yan, Zheng | 2016-03-25 | 1 | -4/+7 |
* | ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 support | Yan, Zheng | 2016-03-04 | 1 | -3/+24 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 | 1 | -2/+2 |
* | ceph: make fsync() wait unsafe requests that created/modified inode | Yan, Zheng | 2015-11-02 | 1 | -37/+34 |
* | ceph: don't invalidate page cache when inode is no longer used | Yan, Zheng | 2015-11-02 | 1 | -3/+2 |
* | ceph: EIO all operations after forced umount | Yan, Zheng | 2015-09-08 | 1 | -0/+8 |
* | ceph: always re-send cap flushes when MDS recovers | Yan, Zheng | 2015-07-31 | 1 | -17/+5 |
* | ceph: rework dcache readdir | Yan, Zheng | 2015-06-25 | 1 | -5/+9 |
* | ceph: pre-allocate data structure that tracks caps flushing | Yan, Zheng | 2015-06-25 | 1 | -4/+22 |
* | ceph: re-send flushing caps (which are revoked) in reconnect stage | Yan, Zheng | 2015-06-25 | 1 | -4/+53 |
* | ceph: send TID of the oldest pending caps flush to MDS | Yan, Zheng | 2015-06-25 | 1 | -18/+49 |
* | ceph: track pending caps flushing globally | Yan, Zheng | 2015-06-25 | 1 | -9/+41 |
* | ceph: track pending caps flushing accurately | Yan, Zheng | 2015-06-25 | 1 | -85/+160 |
* | ceph: fix directory fsync | Yan, Zheng | 2015-06-25 | 1 | -9/+64 |
* | ceph: fix flushing caps | Yan, Zheng | 2015-06-25 | 1 | -24/+25 |
* | ceph: don't include used caps in cap_wanted | Yan, Zheng | 2015-06-25 | 1 | -3/+3 |
* | ceph: don't pre-allocate space for cap release messages | Yan, Zheng | 2015-06-25 | 1 | -56/+29 |
* | ceph: make sure syncfs flushes all cap snaps | Yan, Zheng | 2015-06-25 | 1 | -7/+11 |
* | ceph: take snap_rwsem when accessing snap realm's cached_context | Yan, Zheng | 2015-06-25 | 1 | -1/+3 |