aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listGravatar Yan, Zheng 1-0/+10
2017-02-20ceph: avoid updating mds_wanted too frequentlyGravatar Yan, Zheng 1-3/+9
2017-02-20ceph: cleanup ACCESS_ONCE -> READ_ONCEGravatar Seraphime Kirkovski 1-1/+1
2017-02-20ceph: pass parent inode info to ceph_encode_dentry_release if we have itGravatar Jeff Layton 1-4/+7
2017-02-20ceph: fix unsafe dcache access in ceph_encode_dentry_releaseGravatar Jeff Layton 1-2/+5
2017-01-18ceph: fix ceph_get_caps() interruptionGravatar Yan, Zheng 1-1/+6
2016-12-12ceph: properly set issue_seq for cap releaseGravatar Yan, Zheng 1-0/+1
2016-12-12ceph: add flags parameter to send_cap_msgGravatar Jeff Layton 1-10/+15
2016-12-12ceph: update cap message struct version to 10Gravatar Jeff Layton 1-6/+33
2016-12-12ceph: define new argument structure for send_cap_msgGravatar Jeff Layton 1-99/+126
2016-12-12ceph: move xattr initialzation before the encoding past the ceph_mds_capsGravatar Jeff Layton 1-7/+7
2016-12-12ceph: fix minor typo in unsafe_request_waitGravatar Jeff Layton 1-1/+1
2016-12-12ceph: try getting buffer capability for readahead/fadviseGravatar Yan, Zheng 1-0/+21
2016-12-12ceph: fix scheduler warning due to nested blockingGravatar Nikolay Borisov 1-3/+9
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Gravatar Yan, Zheng 1-1/+4
2016-07-28ceph: optimize cap flush waitingGravatar Yan, Zheng 1-27/+64
2016-07-28ceph: cleanup ceph_flush_snaps()Gravatar Yan, Zheng 1-83/+102
2016-07-28ceph: kick cap flushes before sending other cap messageGravatar Yan, Zheng 1-9/+34
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededGravatar Yan, Zheng 1-15/+33
2016-07-28ceph: avoid sending duplicated cap flush messageGravatar Yan, Zheng 1-1/+17
2016-07-28ceph: unify cap flush and snapcap flushGravatar Yan, Zheng 1-135/+156
2016-07-28ceph: use list instead of rbtree to track cap flushesGravatar Yan, Zheng 1-89/+31
2016-07-28ceph: update types of some local variblesGravatar Yan, Zheng 1-11/+12
2016-07-28ceph: wait unsafe sync writes for evicting inodeGravatar Yan, Zheng 1-48/+2
2016-07-28ceph: reduce i_nr_by_mode array sizeGravatar Yan, Zheng 1-14/+31
2016-07-28ceph: rados pool namespace supportGravatar Yan, Zheng 1-20/+26
2016-07-28libceph: define new ceph_file_layout structureGravatar Yan, Zheng 1-1/+4
2016-06-01ceph: improve fscache revalidationGravatar Yan, Zheng 1-10/+6
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationGravatar Yan, Zheng 1-6/+3
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheGravatar Yan, Zheng 1-4/+4
2016-05-26ceph: renew caps for read/write if mds session got killed.Gravatar Yan, Zheng 1-10/+33
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2016-03-25ceph: encode ctime in cap messageGravatar Yan, Zheng 1-4/+7
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportGravatar Yan, Zheng 1-3/+24
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeGravatar Yan, Zheng 1-37/+34
2015-11-02ceph: don't invalidate page cache when inode is no longer usedGravatar Yan, Zheng 1-3/+2
2015-09-08ceph: EIO all operations after forced umountGravatar Yan, Zheng 1-0/+8
2015-07-31ceph: always re-send cap flushes when MDS recoversGravatar Yan, Zheng 1-17/+5
2015-06-25ceph: rework dcache readdirGravatar Yan, Zheng 1-5/+9
2015-06-25ceph: pre-allocate data structure that tracks caps flushingGravatar Yan, Zheng 1-4/+22
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageGravatar Yan, Zheng 1-4/+53
2015-06-25ceph: send TID of the oldest pending caps flush to MDSGravatar Yan, Zheng 1-18/+49
2015-06-25ceph: track pending caps flushing globallyGravatar Yan, Zheng 1-9/+41
2015-06-25ceph: track pending caps flushing accuratelyGravatar Yan, Zheng 1-85/+160
2015-06-25ceph: fix directory fsyncGravatar Yan, Zheng 1-9/+64
2015-06-25ceph: fix flushing capsGravatar Yan, Zheng 1-24/+25
2015-06-25ceph: don't include used caps in cap_wantedGravatar Yan, Zheng 1-3/+3
2015-06-25ceph: don't pre-allocate space for cap release messagesGravatar Yan, Zheng 1-56/+29
2015-06-25ceph: make sure syncfs flushes all cap snapsGravatar Yan, Zheng 1-7/+11