summaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2011-06-07ceph: use ihold when we already have an inode refSage Weil
2011-05-19ceph: fix broken comparison in readdir loopSage Weil
2011-05-19ceph: use snprintf for dirstat contentSage Weil
2011-03-21ceph: rename dentry_release -> d_release, fix commentSage Weil
2011-03-21ceph: add ino32 mount optionYehuda Sadeh
2011-03-10ceph: fix d_revalidate oopsen on NFS exportsAl Viro
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil
2011-03-03ceph: do not set I_COMPLETESage Weil
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-02-19ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-01-12ceph: add dir_layout to inodeSage Weil
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale d_unhashedNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil
2010-11-11ceph: fix frag offset for non-leftmost fragsSage Weil
2010-11-11ceph: fix dangling pointerSage Weil
2010-10-20ceph: do not carry i_lock for readdir from dcacheSage Weil
2010-10-20ceph: do not hide .snap in root directorySage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-09-11ceph: fix null pointer deref on anon root dentry releaseSage Weil
2010-08-24ceph: initialize fields on new dentry_infosSage Weil
2010-08-03ceph: constify dentry_operationsSage Weil
2010-08-01ceph: code cleanupYehuda Sadeh
2010-07-23ceph: fix d_release dop for snapdir, snapped dentriesSage Weil
2010-07-22ceph: avoid dcache readdir for snapdirSage Weil
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