summaryrefslogtreecommitdiff
path: root/fs/ceph/caps.c
AgeCommit message (Expand)Author
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-20ceph: hold on to exclusive caps on complete directoriesYan, Zheng
2015-04-20ceph: don't mark dirty caps when there is no auth capYan, Zheng
2015-04-20ceph: keep i_snap_realm while there are writersYan, Zheng
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_get_caps)Yan, Zheng
2015-02-19ceph: avoid block operation when !TASK_RUNNING (ceph_mdsc_sync)Yan, Zheng
2015-02-19ceph: improve reference tracking for snaprealmYan, Zheng
2015-02-19ceph: handle SESSION_FORCE_RO messageYan, Zheng
2014-12-17ceph: flush inline versionYan, Zheng
2014-12-17ceph: fetch inline data when getting Fcr cap refsYan, Zheng
2014-12-17ceph: add inline data to pagecacheYan, Zheng
2014-12-17ceph: parse inline data in MClientReply and MClientCapsYan, Zheng
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring
2014-11-13ceph: fix flush tid comparisionYan, Zheng
2014-10-14ceph: fix bool assignmentsFabian Frederick
2014-10-14ceph: move ceph_find_inode() outside the s_mutexYan, Zheng
2014-07-24ceph: replace comma with a semicolonHimangi Saraogi
2014-06-06mds: check cap ID when handling cap export messageYan, Zheng
2014-06-06ceph: handle cap import atomicallyYan, Zheng
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng
2014-06-06ceph: update inode fields according to issued capsYan, Zheng
2014-06-06ceph: queue vmtruncate if necessary when handing cap grant/revokeYan, Zheng
2014-04-28ceph: avoid releasing caps that are being usedYan, Zheng
2014-04-04ceph: set mds_wanted when MDS reply changes a cap to auth capYan, Zheng
2014-04-04ceph: make sure write caps are registered with auth MDSYan, Zheng
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