aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dcache.h
AgeCommit message (Expand)Author
2012-03-20vfs: d_alloc_root() goneAl Viro
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds
2012-03-02vfs: clarify and clean up dentry_cmp()Linus Torvalds
2012-03-02vfs: uninline full_name_hash()Linus Torvalds
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-01-12vfs: export symbol d_find_any_alias()Sage Weil
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