aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-43/+73
2011-07-26ceph: document unlocked d_parent accessesSage Weil1-1/+1
2011-07-26ceph: explicitly reference rename old_dentry parent dir in requestSage Weil1-0/+2
2011-07-26ceph: avoid d_parent in ceph_dentry_hash; fix ceph_encode_fh() hashing bugSage Weil1-2/+1
2011-07-26ceph: protect d_parent access in ceph_d_revalidateSage Weil1-15/+17
2011-07-26ceph: protect access to d_parentSage Weil1-0/+15
2011-07-26ceph: handle racing calls to ceph_init_dentrySage Weil1-9/+12
2011-07-26ceph: fix ceph_lookup_open intent usageSage Weil1-11/+20
2011-07-26ceph: use flag bit for at_end readdir flagSage Weil1-5/+5
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+9
2011-07-20fs: handle SEEK_HOLE/SEEK_DATA properly in all fs's that define their own llseekJosef Bacik1-1/+7
2011-07-20don't open-code parent_ino() in assorted ->readdir()Al Viro1-1/+1
2011-07-20ceph: LOOKUP_OPEN is set only when it's the last componentAl Viro1-1/+0
2011-06-07ceph: use ihold when we already have an inode refSage Weil1-4/+7
2011-05-19ceph: fix broken comparison in readdir loopSage Weil1-1/+1
2011-05-19ceph: use snprintf for dirstat contentSage Weil1-2/+3
2011-03-21ceph: rename dentry_release -> d_release, fix commentSage Weil1-7/+6
2011-03-21ceph: add ino32 mount optionYehuda Sadeh1-4/+7
2011-03-10ceph: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-03-04ceph: no .snap inside of snapped namespaceSage Weil1-0/+1
2011-03-03ceph: do not clear I_COMPLETE from d_releaseSage Weil1-21/+1
2011-03-03ceph: do not set I_COMPLETESage Weil1-1/+1
2011-03-03Revert "ceph: keep reference to parent inode on ceph_dentry"Sage Weil1-4/+1
2011-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+4
2011-02-19ceph: keep reference to parent inode on ceph_dentryYehuda Sadeh1-1/+4
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+20
2011-01-12ceph: add dir_layout to inodeSage Weil1-0/+20
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+6
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-3/+3
2011-01-07fs: dcache remove dcache_lockNick Piggin1-5/+1
2011-01-07fs: dcache scale subdirsNick Piggin1-1/+5
2011-01-07fs: dcache scale d_unhashedNick Piggin1-2/+3
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+3
2010-12-17ceph: fix null pointer dereference in ceph_init_dentry for nfs reexportSage Weil1-1/+2
2010-12-01ceph: avoid possible null deref in readdir after dir llseekSage Weil1-2/+2
2010-11-18ceph: fix readdir EOVERFLOW on 32-bit archsSage Weil1-3/+7
2010-11-11ceph: fix frag offset for non-leftmost fragsSage Weil1-1/+4
2010-11-11ceph: fix dangling pointerSage Weil1-0/+1
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