summaryrefslogtreecommitdiffstats
path: root/fs/ceph/inode.c
AgeCommit message (Expand)Author
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
2010-05-17ceph: use common helper for aborted dir request invalidationSage Weil
2010-05-17ceph: set dn offset when splicedSage Weil
2010-05-17ceph: don't clobber i_max_offset on already complete dirSage Weil
2010-05-17ceph: skip set_dentry_offset work if directory not I_COMPLETESage Weil
2010-05-17ceph: fix xattr dangling pointer / double freeSage Weil
2010-05-17ceph: use ceph_sb_to_client instead of ceph_clientCheng Renquan
2010-05-17ceph: invalidate affected dentry leases on aborted requestsSage Weil
2010-05-11ceph: fix open file counting on snapped inodes when mds returns no capsSage Weil
2010-05-03ceph: clear dir complete on d_moveSage Weil
2010-03-30ceph: fix dentry rehashing on virtual .snap dirSage Weil
2010-03-20ceph: fix inode removal from snap realm when racing with migrationSage Weil
2010-02-19ceph: don't truncate dirty pages in invalidate work threadYehuda Sadeh
2010-02-17ceph: fix typo in ceph_queue_writeback debug outputSage Weil
2010-02-11ceph: cleanup async writeback, truncation, invalidate helpersSage Weil
2010-02-11ceph: fix truncation when not holding capsYehuda Sadeh
2010-01-29ceph: remove unreachable codeYehuda Sadeh
2010-01-25ceph: properly handle aborted mds requestsSage Weil
2010-01-14ceph: change dentry offset and position after splice_dentryYehuda Sadeh
2009-12-21ceph: ensure rename target dentry fails revalidationSage Weil
2009-12-07ceph: simplify ceph_buffer interfaceSage Weil
2009-11-11ceph: initialize i_size/i_rbytes on snapdirSage Weil
2009-10-21ceph: move directory size logic to ceph_getattrSage Weil
2009-10-06ceph: inode operationsSage Weil