aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-01-10ceph: dereference pointer after checking for NULLYehuda Sadeh
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-12-07ceph: use i_ceph_lock instead of i_lockSage Weil
2011-11-05ceph: fix iput race when queueing inode workSage Weil
2011-11-05ceph: use new D_COMPLETE dentry flagSage Weil
2011-11-02filesystems: add set_nlink()Miklos Szeredi
2011-10-25Revert "ceph: don't truncate dirty pages in invalidate work thread"Sage Weil
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26ceph: document locking for ceph_set_dentry_offsetSage Weil
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: set dir complete frag after adding capabilitySage Weil
2011-07-26ceph: ignore lease maskSage Weil
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro
2011-07-20kill check_acl callback of generic_permission()Al Viro
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-11ceph: do not use i_wrbuffer_ref as refcount for Fb capHenry C Chang
2011-05-04ceph: do not call __mark_dirty_inode under i_lockSage Weil
2011-03-21ceph: add ino32 mount optionYehuda Sadeh
2011-03-15ceph: preserve I_COMPLETE across renameSage Weil
2011-03-03ceph: do not set I_COMPLETESage Weil
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-01-13ceph: fix getattr on directory when using norbytesYehuda Sadeh
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil
2011-01-12ceph: add dir_layout to inodeSage Weil
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil
2010-11-08ceph: fix update of ctime from MDSSage Weil
2010-11-08ceph: fix version check on racing inode updatesSage Weil
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil
2010-11-07ceph: only let auth caps update max_sizeSage Weil
2010-11-07ceph: fix bad pointer dereference in ceph_fill_traceSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-09-13ceph: fix dn offset during readdir_prepopulateSage Weil
2010-08-25ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter
2010-08-22ceph: don't improperly set dir complete when holding EXCL capSage Weil
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh
2010-07-23ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil
2010-06-21ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateSage Weil
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall