aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman1-1/+2
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman1-7/+7
2013-01-17ceph: check mds_wanted for imported capYan, Zheng1-1/+3
2013-01-17ceph: allocate cap_release message when receiving cap importYan, Zheng1-0/+3
2013-01-17ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng1-5/+10
2013-01-17ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng1-1/+9
2012-12-13ceph: call handle_cap_grant() for cap import messageYan, Zheng1-2/+2
2012-12-13ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng1-3/+7
2012-12-13ceph: Don't update i_max_size when handling non-auth capYan, Zheng1-1/+1
2012-11-04ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng1-0/+2