aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2016-08-08ceph: fix null pointer dereference in ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: optimize cap flush waitingYan, Zheng
2016-07-28ceph: cleanup ceph_flush_snaps()Yan, Zheng
2016-07-28ceph: kick cap flushes before sending other cap messageYan, Zheng
2016-07-28ceph: introduce an inode flag to indicates if snapflush is neededYan, Zheng
2016-07-28ceph: avoid sending duplicated cap flush messageYan, Zheng
2016-07-28ceph: unify cap flush and snapcap flushYan, Zheng
2016-07-28ceph: use list instead of rbtree to track cap flushesYan, Zheng
2016-07-28ceph: update types of some local variblesYan, Zheng
2016-07-28ceph: wait unsafe sync writes for evicting inodeYan, Zheng
2016-07-28ceph: reduce i_nr_by_mode array sizeYan, Zheng
2016-07-28ceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-06-01ceph: improve fscache revalidationYan, Zheng
2016-06-01ceph: avoid unnecessary fscache invalidation/revlidationYan, Zheng
2016-05-26ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng
2016-05-26ceph: renew caps for read/write if mds session got killed.Yan, Zheng
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25ceph: encode ctime in cap messageYan, Zheng
2016-03-04ceph: initial CEPH_FEATURE_FS_FILE_LAYOUT_V2 supportYan, Zheng
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-11-02ceph: make fsync() wait unsafe requests that created/modified inodeYan, Zheng
2015-11-02ceph: don't invalidate page cache when inode is no longer usedYan, Zheng
2015-09-08ceph: EIO all operations after forced umountYan, Zheng
2015-07-31ceph: always re-send cap flushes when MDS recoversYan, Zheng
2015-06-25ceph: rework dcache readdirYan, Zheng
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng
2015-06-25ceph: send TID of the oldest pending caps flush to MDSYan, Zheng
2015-06-25ceph: track pending caps flushing globallyYan, Zheng
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng
2015-06-25ceph: fix directory fsyncYan, Zheng
2015-06-25ceph: fix flushing capsYan, Zheng
2015-06-25ceph: don't include used caps in cap_wantedYan, Zheng
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng
2015-06-25ceph: check OSD caps before read/writeYan, Zheng
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng
2014-12-17ceph: flush inline versionYan, Zheng