summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs2_find_match(): there's no such thing as NULL or negative ->d_parentAl Viro2023-12-211-7/+0
* treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-3/+1
* fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-131-0/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-7/+7
* assorted conversions to %p[dD]Al Viro2014-11-191-10/+8
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-11-031-1/+1
* ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues2014-04-031-58/+3
* ocfs2: needs ->d_lock to poke in ->d_parent->d_inode from ->d_revalidate()Al Viro2013-09-291-3/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-3/+2
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+2
* ocfs2: use list_for_each_entry in ocfs2_find_local_alias()Al Viro2012-07-141-11/+5
* ocfs2: Remove masklog ML_DCACHE.Tao Ma2011-02-231-22/+22
* ocfs2: Remove EXIT from masklog.Tao Ma2011-03-071-2/+1
* ocfs2: Remove ENTRY from masklog.Tao Ma2011-02-211-2/+2
* ocfs2: fix d_revalidate oopsen on NFS exportsAl Viro2011-03-101-1/+1
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-2/+2
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-2/+8
* fs: dcache rationalise dget variantsNick Piggin2011-01-071-1/+1
* fs: dcache remove dcache_lockNick Piggin2011-01-071-2/+0
* fs: scale inode alias listNick Piggin2011-01-071-1/+2
* fs: dcache scale d_unhashedNick Piggin2011-01-071-1/+4
* Ocfs2: Stop tracking a negative dentry after dentry_iput().Tristan Ye2010-11-181-1/+0
* Track negative entries v3Goldwyn Rodrigues2010-09-101-4/+29
* ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma2009-08-271-0/+11
* ocfs2: Fix deadlock on umountJan Kara2009-07-211-8/+27
* ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock()Sunil Mushran2009-04-231-0/+15
* constify dentry_operations: OCFS2Al Viro2009-03-271-1/+1
* ocfs2: Push out dropping of dentry lock to ocfs2_wqJan Kara2009-02-021-3/+39
* ocfs2: Remove mount/unmount votesMark Fasheh2008-01-251-4/+4
* ocfs2: Remove bug statement in ocfs2_dentry_iput()Mark Fasheh2007-11-271-4/+16
* ocfs2: Re-order iput in ocfs2_drop_dentry_lockMark Fasheh2007-11-061-1/+1
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* ocfs2: Remove special casing for inode creation in ocfs2_dentry_attach_lock()Mark Fasheh2006-09-241-30/+9
* ocfs2: manually d_move() during ocfs2_rename()Mark Fasheh2006-09-241-1/+4
* ocfs2: Add dentry tracking APIMark Fasheh2006-09-241-19/+356
* ocfs2: Add new cluster lock typeMark Fasheh2006-09-241-0/+2
* ocfs2: don't use MLF* in the file systemMark Fasheh2006-03-241-4/+5
* [PATCH] OCFS2: The Second Oracle Cluster FilesystemMark Fasheh2006-01-031-0/+91