aboutsummaryrefslogtreecommitdiff
path: root/fs/ceph/dir.c
AgeCommit message (Expand)Author
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-07-26ceph: document unlocked d_parent accessesSage Weil
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil
2011-07-26ceph: protect access to d_parentSage Weil
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro
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