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