summaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil
2010-05-17ceph: set dn offset when splicedSage Weil
2010-05-17ceph: set next_offset on readdir finishSage Weil
2010-05-17ceph: fix memory leak due to possible dentry init raceSage 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-03ceph: clear dir complete, invalidate dentry on replayed renameSage Weil
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2010-04-13ceph: reserve one more caps space when doing readdirYehuda Sadeh
2010-04-12ceph: fix dentry reference leak in dcache readdirSage Weil
2010-03-30ceph: fix dentry rehashing on virtual .snap dirSage Weil
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23ceph: fix possible double-free of mds request referenceSage Weil
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil
2009-12-21ceph: do not drop lease during revalidateSage Weil
2009-12-03ceph: hide /.ceph from readdir resultsSage Weil
2009-11-11ceph: exclude snapdir from readdir resultsSage Weil
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil
2009-10-06ceph: directory operationsSage Weil