aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-21ceph: add ino32 mount optionYehuda Sadeh1-1/+8
2011-03-15ceph: preserve I_COMPLETE across renameSage Weil1-8/+8
2011-03-03ceph: do not set I_COMPLETESage Weil1-1/+1
2011-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-5/+5
2011-01-13ceph: fix getattr on directory when using norbytesYehuda Sadeh1-5/+5
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+4
2011-01-12ceph: implement DIRLAYOUTHASH feature to get dir layout from MDSSage Weil1-0/+2
2011-01-12ceph: add dir_layout to inodeSage Weil1-0/+2
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-3/+8
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+10
2011-01-07fs: dcache remove dcache_lockNick Piggin1-4/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-2/+6
2011-01-07fs: dcache scale dentry refcountNick Piggin1-2/+2
2010-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-18/+31
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil1-1/+1
2010-11-08ceph: fix update of ctime from MDSSage Weil1-2/+4
2010-11-08ceph: fix version check on racing inode updatesSage Weil1-4/+9
2010-11-08ceph: fix rdcache_gen usage and invalidateSage Weil1-9/+7
2010-11-07ceph: only let auth caps update max_sizeSage Weil1-1/+8
2010-11-07ceph: fix bad pointer dereference in ceph_fill_traceSage Weil1-1/+2
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-9/+10
2010-09-13ceph: fix dn offset during readdir_prepopulateSage Weil1-5/+6
2010-08-25ceph: ceph_get_inode() returns an ERR_PTRDan Carpenter1-2/+2
2010-08-22ceph: don't improperly set dir complete when holding EXCL capSage Weil1-0/+1
2010-08-01ceph: perform lazy reads when file mode and caps permitSage Weil1-2/+3
2010-07-27ceph: use complete_all and wake_up_allYehuda Sadeh1-1/+1
2010-07-23ceph: fix leak of dentry in ceph_init_dentry() error pathSage Weil1-1/+3
2010-06-21ceph: handle splice_dentry/d_materialize_unique error in readdir_prepopulateSage Weil1-7/+12
2010-06-01ceph: fix d_subdirs ordering problemHenry C Chang1-1/+1
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall1-1/+1
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil1-15/+2
2010-05-17ceph: set dn offset when splicedSage Weil1-34/+37
2010-05-17ceph: don't clobber i_max_offset on already complete dirSage Weil1-1/+2
2010-05-17ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil1-0/+4
2010-05-17ceph: fix xattr dangling pointer / double freeSage Weil1-0/+1
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan1-5/+5
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil1-2/+11
2010-05-11ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil1-0/+4
2010-05-03ceph: clear dir complete on d_moveSage Weil1-0/+4
2010-03-30ceph: fix dentry rehashing on virtual .snap dirSage Weil1-1/+9
2010-03-20ceph: fix inode removal from snap realm when racing with migrationSage Weil1-0/+16
2010-02-19ceph: don't truncate dirty pages in invalidate work threadYehuda Sadeh1-1/+45
2010-02-17ceph: fix typo in ceph_queue_writeback debug outputSage Weil1-2/+2
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil1-9/+52
2010-02-11ceph: fix truncation when not holding capsYehuda Sadeh1-2/+10
2010-01-29ceph: remove unreachable codeYehuda Sadeh1-9/+0
2010-01-25ceph: properly handle aborted mds requestsSage Weil1-6/+10