aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng
2014-01-21ceph: remove exported caps when handling cap import messageYan, Zheng
2014-01-21ceph: check inode caps in ceph_d_revalidateYan, Zheng
2014-01-21ceph: fix cache revoke raceYan, Zheng
2014-01-21ceph: use ceph_seq_cmp() to compare migrate_seqYan, Zheng
2014-01-21ceph: handle cap export race in try_flush_caps()Yan, Zheng
2014-01-16ceph: trivial comment fixJ. Bruce Fields
2013-12-31ceph: add acl for cephfsGuangliang Zhao
2013-11-23ceph: handle race between cap reconnect and cap releaseYan, Zheng
2013-11-23ceph: queue cap release in __ceph_remove_cap()Yan, Zheng
2013-09-06ceph: use d_invalidate() to invalidate aliasesYan, Zheng
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski
2013-08-27ceph: remove useless variable revoked_rdcacheLi Wang
2013-08-15ceph: fix request max sizeYan, Zheng
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng
2013-08-09ceph: trim deleted inodeYan, Zheng
2013-07-03ceph: fix race between cap issue and revokeYan, Zheng
2013-07-03ceph: fix cap revoke raceYan, Zheng
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng
2013-07-03ceph: Reconstruct the func ceph_reserve_caps.majianpeng
2013-07-03ceph: move inode to proper flushing list when auth MDS changesYan, Zheng
2013-07-03ceph: check migrate seq before changing auth capYan, Zheng
2013-07-03ceph: fix cap release raceYan, Zheng
2013-05-01ceph: take i_mutex before getting Fw capYan, Zheng
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng
2013-05-01ceph: set mds_want according to cap import messageYan, Zheng
2013-05-01ceph: queue cap release when trimming capYan, Zheng
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman
2013-02-12ceph: Translate between uid and gids in cap messages and kuids and kgidsEric W. Biederman
2013-01-17ceph: check mds_wanted for imported capYan, Zheng
2013-01-17ceph: allocate cap_release message when receiving cap importYan, Zheng
2013-01-17ceph: allow revoking duplicated caps issued by non-auth MDSYan, Zheng
2013-01-17ceph: move dirty inode to migrating list when clearing auth capsYan, Zheng
2012-12-13ceph: call handle_cap_grant() for cap import messageYan, Zheng
2012-12-13ceph: Don't add dirty inode to dirty list if caps is in migrationYan, Zheng
2012-12-13ceph: Don't update i_max_size when handling non-auth capYan, Zheng
2012-11-04ceph: Hold caps_list_lock when adjusting caps_{use, total}_countYan, Zheng
2012-10-01ceph: convert to use le32_add_cpu()Wei Yongjun
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder
2012-01-03ceph: propagate umode_tAl Viro
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-24ceph: fix cap flush race reentrancySage Weil