summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: remove ceph_lookup_inode()Yan, Zheng2013-09-061-8/+0Star
* 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/+6Star
| |\
| * | helper for reading ->d_countAl Viro2013-07-051-2/+2
* | | ceph: fix freeing inode vs removing session caps raceYan, Zheng2013-08-101-0/+8
* | | ceph: wake up writer if vmtruncate work get blockedYan, Zheng2013-08-101-1/+8
| |/ |/|
* | ceph: fix pending vmtruncate raceYan, Zheng2013-07-041-8/+6Star
|/
* ceph: fix symlink inode operationsYan, Zheng2013-05-021-0/+6
* ceph: use i_release_count to indicate dir's completenessYan, Zheng2013-05-021-6/+7
* ceph: acquire i_mutex in __ceph_do_pending_vmtruncateYan, Zheng2013-05-021-9/+9
* ceph: use I_COMPLETE inode flag instead of D_COMPLETE flagYan, Zheng2013-05-021-17/+13Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-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-271-2/+2
|/
* ceph: tolerate (and warn on) extraneous dentry from mdsSage Weil2012-08-221-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-041-1/+0Star
|/
* ceph: use i_ceph_lock instead of i_lockSage Weil2011-12-071-25/+28
* ceph: fix iput race when queueing inode workSage Weil2011-11-061-3/+6
* ceph: use new D_COMPLETE dentry flagSage Weil2011-11-061-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-261-45/+1Star
* 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/+4Star
* | ->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-081-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
* ceph: add ino32 mount optionYehuda Sadeh2011-03-211-1/+8
* ceph: preserve I_COMPLETE across renameSage Weil2011-03-151-8/+8
* ceph: do not set I_COMPLETESage Weil2011-03-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-281-5/+5
|\
| * ceph: fix getattr on directory when using norbytesYehuda Sadeh2011-01-141-5/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-01-131-0/+4
|\|
| * ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil2011-01-131-0/+2
| * ceph: add dir_layout to inodeSage Weil2011-01-131-0/+2
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-3/+8