aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil1-25/+16
2010-10-20ceph: do not hide .snap in root directorySage Weil1-1/+0
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-27/+28
2010-09-11ceph: fix null pointer deref on anon root dentry releaseSage Weil1-3/+7
2010-08-24ceph: initialize fields on new dentry_infosSage Weil1-1/+1
2010-08-03ceph: constify dentry_operationsSage Weil1-4/+4
2010-08-01ceph: code cleanupYehuda Sadeh1-0/+2
2010-07-23ceph: fix d_release dop for snapdir, snapped dentriesSage Weil1-3/+9
2010-07-22ceph: avoid dcache readdir for snapdirSage Weil1-0/+1
2010-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+1
2010-05-29fs/ceph: Use ERR_CASTJulia Lawall1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-3/+2
2010-05-17ceph: specify max_bytes on readdir repliesSage Weil1-0/+2
2010-05-17ceph: set dn offset when splicedSage Weil1-6/+7
2010-05-17ceph: set next_offset on readdir finishSage Weil1-1/+1
2010-05-17ceph: fix memory leak due to possible dentry init raceSage Weil1-1/+4
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-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