aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-21ceph: fix cache revoke raceYan, Zheng1-1/+1
2014-01-21ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng1-1/+1
2014-01-21ceph: handle cap export race in try_flush_caps()Yan, Zheng1-8/+8
2014-01-16ceph: trivial comment fixJ. Bruce Fields1-3/+3
2013-12-31ceph: add acl for cephfsGuangliang Zhao1-0/+1
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng1-1/+7
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng1-10/+11
2013-09-06ceph: use d_invalidate() to invalidate aliasesYan, Zheng1-4/+4
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski1-2/+17
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang1-4/+1
2013-08-15ceph: fix request max sizeYan, Zheng1-7/+11
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng1-4/+0
2013-08-09ceph: trim deleted inodeYan, Zheng1-1/+40
2013-07-03ceph: fix race between cap issue and revokeYan, Zheng1-9/+20
2013-07-03ceph: fix cap revoke raceYan, Zheng1-0/+9
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng1-1/+5
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng1-14/+7
2013-07-03ceph: move inode to proper flushing list when auth MDS changesYan, Zheng1-0/+7
2013-07-03ceph: check migrate seq before changing auth capYan, Zheng1-3/+5
2013-07-03ceph: fix cap release raceYan, Zheng1-12/+10
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng1-6/+7
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng1-2/+2
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng1-3/+5
2013-05-01ceph: set mds_want according to cap import messageYan, Zheng1-1/+5
2013-05-01ceph: queue cap release when trimming capYan, Zheng1-3/+3
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-7/+25