aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton1-5/+16
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov1-2/+0
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng1-3/+3
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng1-0/+10
2017-02-20ceph: avoid updating mds_wanted too frequentlyYan, Zheng1-3/+9
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCESeraphime Kirkovski1-1/+1
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itJeff Layton1-4/+7
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseJeff Layton1-2/+5
2017-01-18ceph: fix ceph_get_caps() interruptionYan, Zheng1-1/+6
2016-12-12ceph: properly set issue_seq for cap releaseYan, Zheng1-0/+1
2016-12-12ceph: add flags parameter to send_cap_msgJeff Layton1-10/+15
2016-12-12ceph: update cap message struct version to 10Jeff Layton1-6/+33
2016-12-12ceph: define new argument structure for send_cap_msgJeff Layton1-99/+126
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsJeff Layton1-7/+7
2016-12-12ceph: fix minor typo in unsafe_request_waitJeff Layton1-1/+1
2016-12-12ceph: try getting buffer capability for readahead/fadviseYan, Zheng1-0/+21
2016-12-12ceph: fix scheduler warning due to nested blockingNikolay Borisov1-3/+9
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng1-1/+4
2016-07-28ceph: optimize cap flush waitingYan, Zheng1-27/+64
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng1-83/+102
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng1-9/+34
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng1-15/+33
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng1-1/+17
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng1-135/+156
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng1-89/+31
2016-07-28ceph: update types of some local variblesYan, Zheng1-11/+12
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng1-48/+2
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng1-14/+31
2016-07-28ceph: rados pool namespace supportYan, Zheng1-20/+26
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng1-1/+4
2016-06-01ceph: improve fscache revalidationYan, Zheng1-10/+6
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng1-6/+3
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng1-4/+4
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng1-10/+33
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-03-25ceph: encode ctime in cap messageYan, Zheng1-4/+7
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng1-3/+24
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng1-37/+34
2015-11-02ceph: don't invalidate page cache when inode is no longer usedYan, Zheng1-3/+2
2015-09-08ceph: EIO all operations after forced umountYan, Zheng1-0/+8
2015-07-31ceph: always re-send cap flushes when MDS recoversYan, Zheng1-17/+5
2015-06-25ceph: rework dcache readdirYan, Zheng1-5/+9
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng1-4/+22
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng1-4/+53
2015-06-25ceph: send TID of the oldest pending caps flush to MDSYan, Zheng1-18/+49
2015-06-25ceph: track pending caps flushing globallyYan, Zheng1-9/+41
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng1-85/+160