summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ceph: hold on to exclusive caps on complete directoriesYan, Zheng2015-04-201-0/+12
* | ceph: don't mark dirty caps when there is no auth capYan, Zheng2015-04-201-1/+7
* | ceph: keep i_snap_realm while there are writersYan, Zheng2015-04-201-9/+22
|/
* ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng2015-02-191-44/+42
* ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng2015-02-191-1/+1
* ceph: improve reference tracking for snaprealmYan, Zheng2015-02-191-8/+16
* ceph: handle SESSION_FORCE_RO messageYan, Zheng2015-02-191-0/+15
* ceph: flush inline versionYan, Zheng2014-12-171-4/+20
* ceph: fetch inline data when getting Fcr cap refsYan, Zheng2014-12-171-13/+47
* ceph: add inline data to pagecacheYan, Zheng2014-12-171-0/+11
* ceph: parse inline data in MClientReply and MClientCapsYan, Zheng2014-12-171-11/+23
* ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-171-2/+1
* ceph: fix flush tid comparisionYan, Zheng2014-11-131-1/+1
* ceph: fix bool assignmentsFabian Frederick2014-10-141-13/+13
* ceph: move ceph_find_inode() outside the s_mutexYan, Zheng2014-10-141-5/+6
* ceph: replace comma with a semicolonHimangi Saraogi2014-07-241-1/+1
* mds: check cap ID when handling cap export messageYan, Zheng2014-06-061-1/+1
* ceph: handle cap import atomicallyYan, Zheng2014-06-061-45/+54
* ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng2014-06-061-42/+39
* ceph: update inode fields according to issued capsYan, Zheng2014-06-061-26/+32
* ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng2014-06-061-10/+16
OpenPOWER on IntegriCloud