aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)Author
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi
2012-01-09vfs: new helper - d_make_root()Al Viro
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2011-11-02vfs: add d_prune dentry operationSage Weil
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-20kill lookup_create()Al Viro
2011-07-20fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik
2011-04-24vfs: get rid of insane dentry hashing rulesLinus Torvalds
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells
2011-01-10fs: fix dcache.h kernel-doc notationRandy Dunlap
2011-01-07fs: implement faster dentry memcmpNick Piggin
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: dcache remove d_mountedNick Piggin
2011-01-07fs: rcu-walk for path lookupNick Piggin
2011-01-07fs: dcache rationalise dget variantsNick Piggin
2011-01-07fs: dcache remove dcache_lockNick Piggin
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin
2011-01-07fs: scale inode alias listNick Piggin
2011-01-07fs: dcache scale subdirsNick Piggin
2011-01-07fs: dcache scale dentry refcountNick Piggin
2011-01-07fs: dcache scale hashNick Piggin
2011-01-07hostfs: simplify lockingNick Piggin
2011-01-07fs: change d_hash for rcu-walkNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2011-01-07fs: name case update methodNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2011-01-07fs: dcache documentation cleanupNick Piggin
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi
2010-08-09new helper: __dentry_path()Al Viro
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro
2009-06-11dcache: extrace and use d_unlinked()Alexey Dobriyan
2009-06-11switch lookup_mnt()Al Viro
2009-06-11fsnotify: parent event notificationEric Paris
2009-03-27fs: make struct dentry->d_op constJan Engelhardt
2008-12-31shrink struct dentryNick Piggin
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi
2008-10-23[PATCH] kill d_alloc_anonChristoph Hellwig
2008-10-23[PATCH] new helper: d_obtain_aliasChristoph Hellwig
2008-08-25[PATCH] change d_add_ci argument orderingChristoph Hellwig
2008-07-28dcache: Add case-insensitive support d_ci_add() routineBarry Naujok