aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
Commit message (Expand)AuthorAgeFilesLines
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-011-3/+3
* 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
* 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-131-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-121-0/+2
| * ceph: add dir_layout to inodeSage Weil2011-01-121-0/+2
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-3/+8
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+10
* | fs: dcache remove dcache_lockNick Piggin2011-01-071-4/+0
* | fs: dcache scale subdirsNick Piggin2011-01-071-2/+6
* | fs: dcache scale dentry refcountNick Piggin2011-01-071-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2010-11-191-18/+31
|\
| * ceph: make page alignment explicit in osd interfaceSage Weil2010-11-091-1/+1
| * ceph: fix update of ctime from MDSSage Weil2010-11-081-2/+4
| * ceph: fix version check on racing inode updatesSage Weil2010-11-081-4/+9
| * ceph: fix rdcache_gen usage and invalidateSage Weil2010-11-081-9/+7
| * ceph: only let auth caps update max_sizeSage Weil2010-11-071-1/+8
| * ceph: fix bad pointer dereference in ceph_fill_traceSage Weil2010-11-071-1/+2
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-9/+10
* ceph: fix dn offset during readdir_prepopulateSage Weil2010-09-131-5/+6
* ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter2010-08-251-2/+2
* ceph: don't improperly set dir complete when holding EXCL capSage Weil2010-08-221-0/+1
* ceph: perform lazy reads when file mode and caps permitSage Weil2010-08-011-2/+3
* ceph: use complete_all and wake_up_allYehuda Sadeh2010-07-271-1/+1
* ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil2010-07-231-1/+3
* ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateSage Weil2010-06-211-7/+12
* ceph: fix d_subdirs ordering problemHenry C Chang2010-06-011-1/+1
* fs/ceph: Use ERR_CASTJulia Lawall2010-05-291-1/+1
* ceph: use common helper for aborted dir request invalidationSage Weil2010-05-171-15/+2
* ceph: set dn offset when splicedSage Weil2010-05-171-34/+37