summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: fix posix ACL hooksSage Weil2014-01-291-0/+2
* ceph: Fix up after semantic merge conflictLinus Torvalds2014-01-281-1/+2
* ceph: add imported caps when handling cap export messageYan, Zheng2014-01-211-3/+1
* ceph: fix cache revoke raceYan, Zheng2014-01-211-3/+5
* ceph: add acl for cephfsGuangliang Zhao2013-12-311-0/+11
* ceph: drop unconnected inodesYan, Zheng2013-12-131-0/+10
* ceph: initialize inode before instantiating dentryYan, Zheng2013-12-131-78/+58
* ceph: handle frag mismatch between readdir request and replyYan, Zheng2013-09-301-2/+14
* ceph: remove outdated frag informationYan, Zheng2013-09-301-4/+29
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-061-8/+0
* ceph: use fscache as a local presisent cacheMilosz Tanski2013-09-061-3/+11
* ceph: introduce i_truncate_mutexYan, Zheng2013-08-151-17/+22
* Merge remote-tracking branch 'linus/master' into testingSage Weil2013-08-151-2/+2
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-07-091-8/+6
| |\
| * | helper for reading ->d_countAl Viro2013-07-051-2/+2
* | | ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-091-0/+8
* | | ceph: wake up writer if vmtruncate work get blockedYan, Zheng2013-08-091-1/+8
| |/ |/|
* | ceph: fix pending vmtruncate raceYan, Zheng2013-07-031-8/+6
|/
* ceph: fix symlink inode operationsYan, Zheng2013-05-011-0/+6
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-011-6/+7
* ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng2013-05-011-9/+9
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-011-17/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+38
|\
| * ceph: prepopulate inodes only when request is abortedSage Weil2013-02-261-2/+38
* | ceph: Convert kuids and kgids before printing them.Eric W. Biederman2013-02-121-3/+6
* | ceph: Translate inode uid and gid attributes to/from kuids and kgids.Eric W. Biederman2013-02-121-6/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-12-201-6/+9
|\
| * ceph: Fix __ceph_do_pending_vmtruncateYan, Zheng2012-12-131-6/+9
* | ceph: don't abuse d_delete() on failure exitsAl Viro2012-09-261-2/+2
|/
* ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil2012-08-211-5/+10
* ceph: avoid panic with mismatched symlink sizes in fill_inode()Xi Wang2012-03-221-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-131-1/+2
|\
| * ceph: dereference pointer after checking for NULLYehuda Sadeh2012-01-101-1/+2
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-25/+28
* ceph: fix iput race when queueing inode workSage Weil2011-11-051-3/+6
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-051-4/+4
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-1/+1
* Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil2011-10-251-45/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-21/+27
|\
| * ceph: document locking for ceph_set_dentry_offsetSage Weil2011-07-261-1/+3
| * ceph: protect access to d_parentSage Weil2011-07-261-1/+3
| * ceph: set dir complete frag after adding capabilitySage Weil2011-07-261-13/+17
| * ceph: ignore lease maskSage Weil2011-07-261-6/+4
* | ->permission() sanitizing: don't pass flags to ->permission()Al Viro2011-07-201-2/+2
* | ->permission() sanitizing: don't pass flags to generic_permission()Al Viro2011-07-201-1/+1
* | kill check_acl callback of generic_permission()Al Viro2011-07-201-1/+1
|/
* ceph: use ihold when we already have an inode refSage Weil2011-06-071-8/+10
* ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang2011-05-111-0/+1
* ceph: do not call __mark_dirty_inode under i_lockSage Weil2011-05-041-1/+5