aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-12/+47
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng1-9/+25
2014-12-17ceph: add inline data to pagecacheYan, Zheng1-0/+16
2014-12-17ceph: introduce a new inode flag indicating if cached dentries are orderedYan, Zheng1-5/+8
2014-11-19assorted conversions to %p[dD]Al Viro1-8/+6
2014-11-19switch d_materialise_unique() users to d_splice_alias()Al Viro1-1/+1
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-10-14ceph: remove redundant code for max file size verificationChao Yu1-6/+0
2014-10-14ceph: request xattrs if xattr_version is zeroYan, Zheng1-5/+5
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-93/+154
2014-06-08ceph: use truncate_pagecache() instead of truncate_inode_pages()Yan, Zheng1-2/+2
2014-06-06fs/ceph: replace pr_warning by pr_warnFabian Frederick1-1/+1
2014-06-06ceph: remember subtree root dirfrag's auth MDSYan, Zheng1-1/+7
2014-06-06ceph: introduce ceph_fill_fragtree()Yan, Zheng1-45/+84
2014-06-06ceph: pre-allocate ceph_cap struct for ceph_add_cap()Yan, Zheng1-31/+39
2014-06-06ceph: update inode fields according to issued capsYan, Zheng1-31/+39
2014-04-28ceph: clear directory's completeness when creating fileYan, Zheng1-55/+16
2014-04-04ceph: don't grabs open file reference for aborted requestYan, Zheng1-1/+1
2014-04-04ceph: Remove get/set acl on symlinksFabian Frederick1-2/+0
2014-04-04ceph: update i_max_size even if inode version does not changeYan, Zheng1-8/+8
2014-04-03ceph: add get_name() NFS export callbackYan, Zheng1-1/+50
2014-04-03ceph: do not chain inode updates to parent fsyncSage Weil1-4/+1
2014-01-29ceph: fix posix ACL hooksSage Weil1-0/+2
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds1-1/+2
2014-01-21ceph: add imported caps when handling cap export messageYan, Zheng1-3/+1
2014-01-21ceph: fix cache revoke raceYan, Zheng1-3/+5
2013-12-31ceph: add acl for cephfsGuangliang Zhao1-0/+11
2013-12-13ceph: drop unconnected inodesYan, Zheng1-0/+10
2013-12-13ceph: initialize inode before instantiating dentryYan, Zheng1-78/+58
2013-09-30ceph: handle frag mismatch between readdir request and replyYan, Zheng1-2/+14
2013-09-30ceph: remove outdated frag informationYan, Zheng1-4/+29
2013-09-06ceph: remove ceph_lookup_inode()Yan, Zheng1-8/+0
2013-09-06ceph: use fscache as a local presisent cacheMilosz Tanski1-3/+11
2013-08-15ceph: introduce i_truncate_mutexYan, Zheng1-17/+22
2013-08-15Merge remote-tracking branch 'linus/master' into testingSage Weil1-2/+2
2013-08-09ceph: fix freeing inode vs removing session caps raceYan, Zheng1-0/+8
2013-08-09ceph: wake up writer if vmtruncate work get blockedYan, Zheng1-1/+8
2013-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-8/+6
2013-07-05helper for reading ->d_countAl Viro1-2/+2
2013-07-03ceph: fix pending vmtruncate raceYan, Zheng1-8/+6
2013-05-01ceph: fix symlink inode operationsYan, Zheng1-0/+6
2013-05-01ceph: use i_release_count to indicate dir's completenessYan, Zheng1-6/+7
2013-05-01ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng1-9/+9
2013-05-01ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng1-17/+13
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+38
2013-02-26ceph: prepopulate inodes only when request is abortedSage Weil1-2/+38
2013-02-12ceph: Convert kuids and kgids before printing them.Eric W. Biederman1-3/+6
2013-02-12ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman1-6/+8
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-6/+9
2012-12-13ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng1-6/+9