aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-7/+7
2014-11-19assorted conversions to %p[dD]Al Viro1-10/+8
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues1-58/+3
2013-09-29ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate()Al Viro1-3/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-3/+2
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+2
2012-07-14ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro1-11/+5
2011-02-23ocfs2: Remove masklog ML_DCACHE.Tao Ma1-22/+22
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-2/+1
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-2/+2
2011-03-10ocfs2: fix d_revalidate oopsen on NFS exportsAl Viro1-1/+1
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-2/+2
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-2/+8
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-2/+0
2011-01-07fs: scale inode alias listNick Piggin1-1/+2
2011-01-07fs: dcache scale d_unhashedNick Piggin1-1/+4
2010-11-18Ocfs2: Stop tracking a negative dentry after dentry_iput().Tristan Ye1-1/+0
2010-09-10Track negative entries v3Goldwyn Rodrigues1-4/+29
2009-08-27ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma1-0/+11
2009-07-21ocfs2: Fix deadlock on umountJan Kara1-8/+27
2009-04-23ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock()Sunil Mushran1-0/+15
2009-03-27constify dentry_operations: OCFS2Al Viro1-1/+1
2009-02-02ocfs2: Push out dropping of dentry lock to ocfs2_wqJan Kara1-3/+39
2008-01-25ocfs2: Remove mount/unmount votesMark Fasheh1-4/+4
2007-11-27ocfs2: Remove bug statement in ocfs2_dentry_iput()Mark Fasheh1-4/+16
2007-11-06ocfs2: Re-order iput in ocfs2_drop_dentry_lockMark Fasheh1-1/+1
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2006-09-24ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()Mark Fasheh1-30/+9
2006-09-24ocfs2: manually d_move() during ocfs2_rename()Mark Fasheh1-1/+4
2006-09-24ocfs2: Add dentry tracking APIMark Fasheh1-19/+356
2006-09-24ocfs2: Add new cluster lock typeMark Fasheh1-0/+2
2006-03-24ocfs2: don't use MLF* in the file systemMark Fasheh1-4/+5
2006-01-03[PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh1-0/+91