aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-25ceph: fix directory fsyncYan, Zheng1-9/+64
2015-06-25ceph: fix flushing capsYan, Zheng1-24/+25
2015-06-25ceph: don't include used caps in cap_wantedYan, Zheng1-3/+3
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng1-56/+29
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng1-7/+11
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng1-1/+3
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng1-31/+38
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng1-46/+109
2015-06-25ceph: check OSD caps before read/writeYan, Zheng1-0/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng1-0/+12
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng1-1/+7
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng1-9/+22
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng1-44/+42
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng1-1/+1
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng1-8/+16
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng1-0/+15
2014-12-17ceph: flush inline versionYan, Zheng1-4/+20