summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+31
* ceph: update types of some local variblesYan, Zheng2016-07-281-11/+12
* ceph: wait unsafe sync writes for evicting inodeYan, Zheng2016-07-281-48/+2
* 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/+6
* ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng2016-06-011-6/+3
* 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-221-2/+2
* ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng2015-11-021-37/+34
* ceph: don't invalidate page cache when inode is no longer usedYan, Zheng2015-11-021-3/+2
* 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/+5
* 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
* ceph: don't include used caps in cap_wantedYan, Zheng2015-06-251-3/+3
* ceph: don't pre-allocate space for cap release messagesYan, Zheng2015-06-251-56/+29
* ceph: make sure syncfs flushes all cap snapsYan, Zheng2015-06-251-7/+11
* ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng2015-06-251-1/+3
* ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng2015-06-251-31/+38
* ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng2015-06-251-46/+109
* ceph: check OSD caps before read/writeYan, Zheng2015-06-251-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
OpenPOWER on IntegriCloud