aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-26ceph: don't abuse d_delete() on failure exitsAl Viro1-2/+2
2012-08-21ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil1-5/+10
2012-03-22ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang1-5/+6
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+2
2012-01-10ceph: dereference pointer after checking for NULLYehuda Sadeh1-1/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil1-25/+28
2011-11-05ceph: fix iput race when queueing inode workSage Weil1-3/+6
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil1-4/+4
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-1/+1
2011-10-25Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil1-45/+1
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-21/+27
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil1-1/+3
2011-07-26ceph: protect access to d_parentSage Weil1-1/+3
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil1-13/+17
2011-07-26ceph: ignore lease maskSage Weil1-6/+4
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-8/+10
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang1-0/+1
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil1-1/+5