aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-03ceph: clear dir complete, invalidate dentry on replayed renameSage Weil1-0/+9
2010-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-3/+4
2010-04-13ceph: reserve one more caps space when doing readdirYehuda Sadeh1-1/+1
2010-04-12ceph: fix dentry reference leak in dcache readdirSage Weil1-2/+2
2010-03-30ceph: fix dentry rehashing on virtual .snap dirSage Weil1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23ceph: fix possible double-free of mds request referenceSage Weil1-1/+3
2009-12-23ceph: add feature bits to connection handshake (protocol change)Sage Weil1-6/+6
2009-12-21ceph: do not drop lease during revalidateSage Weil1-2/+0
2009-12-03ceph: hide /.ceph from readdir resultsSage Weil1-0/+8
2009-11-11ceph: exclude snapdir from readdir resultsSage Weil1-0/+1
2009-10-27ceph: allocate and parse mount args before client instanceSage Weil1-3/+4
2009-10-06ceph: directory operationsSage Weil1-0/+1212