summaryrefslogtreecommitdiffstats
path: root/fs/ceph/caps.c
AgeCommit message (Expand)AuthorFilesLines
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/sag...Linus 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
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun1-1/+1
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+2
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder1-2/+2
2012-01-03ceph: propagate umode_tAl Viro1-2/+2
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-93/+94
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil1-5/+3
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil1-1/+1
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-2/+4