aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng1-13/+47
2014-12-17ceph: add inline data to pagecacheYan, Zheng1-0/+11
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng1-11/+23
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring1-2/+1
2014-11-13ceph: fix flush tid comparisionYan, Zheng1-1/+1
2014-10-14ceph: fix bool assignmentsFabian Frederick1-13/+13
2014-10-14ceph: move ceph_find_inode() outside the s_mutexYan, Zheng1-5/+6
2014-07-24ceph: replace comma with a semicolonHimangi Saraogi1-1/+1
2014-06-06mds: check cap ID when handling cap export messageYan, Zheng1-1/+1
2014-06-06ceph: handle cap import atomicallyYan, Zheng1-45/+54
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng1-42/+39
2014-06-06ceph: update inode fields according to issued capsYan, Zheng1-26/+32
2014-06-06ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng1-10/+16
2014-04-28ceph: avoid releasing caps that are being usedYan, Zheng1-1/+1
2014-04-04ceph: set mds_wanted when MDS reply changes a cap to auth capYan, Zheng1-1/+3
2014-04-04ceph: make sure write caps are registered with auth MDSYan, Zheng1-1/+4
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng1-76/+144
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng1-27/+52
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng1-0/+12