summaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
Commit message (Expand)AuthorAgeFilesLines
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-101-0/+4
* fs: bump inode and dentry counters to longGlauber Costa2013-09-101-5/+5
* vfs: reorganize dput() memory accessesLinus Torvalds2013-09-081-0/+1
* constify dcache.c inlined helpers where possibleAl Viro2013-09-051-6/+6
* vfs: check submounts and drop atomicallyMiklos Szeredi2013-09-051-0/+1
* vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds2013-09-021-22/+0
* vfs: make the dentry cache use the lockref infrastructureWaiman Long2013-08-281-10/+9
* cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro2013-08-241-0/+1
* vfs: constify dentry parameter in d_count()Peng Tao2013-07-201-1/+1
* helper for reading ->d_countAl Viro2013-07-051-0/+5
* Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds2013-06-291-6/+3
* [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro2013-06-291-0/+2
* vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton2013-02-261-0/+3
* constify d_lookup() argumentsAl Viro2013-02-221-1/+1
* constify __d_lookup() argumentsAl Viro2013-02-221-1/+1
* vfs: remove d_path_with_unreachableJeff Layton2013-02-221-1/+0
* vfs: remove DCACHE_NEED_LOOKUPJeff Layton2012-12-201-8/+0
* vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-09-181-0/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* vfs: switch i_dentry/d_alias to hlistAl Viro2012-07-141-1/+1
* vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-2/+17
* vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds2012-05-041-1/+1
* vfs: d_alloc_root() goneAl Viro2012-03-201-1/+0
* vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds2012-03-041-20/+0
* vfs: clarify and clean up dentry_cmp()Linus Torvalds2012-03-021-5/+4
* vfs: uninline full_name_hash()Linus Torvalds2012-03-021-8/+1
* vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds2012-03-021-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-01-131-0/+1
|\
| * vfs: export symbol d_find_any_alias()Sage Weil2012-01-121-0/+1
* | fix shrink_dcache_parent() livelockMiklos Szeredi2012-01-101-0/+1
* | vfs: new helper - d_make_root()Al Viro2012-01-091-0/+1
|/
* fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-061-1/+2
* vfs: add d_prune dentry operationSage Weil2011-11-021-3/+5
* vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds2011-08-061-17/+13
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* kill lookup_create()Al Viro2011-07-201-1/+0
* fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik2011-07-201-0/+7
* vfs: get rid of insane dentry hashing rulesLinus Torvalds2011-04-241-2/+2
* FS: lookup_mnt() is only used in the core fs routines nowDavid Howells2011-03-211-1/+0
* lose 'mounting_here' argument in ->d_manage()Al Viro2011-03-181-1/+1
* Allow d_manage() to be used in RCU-walk modeDavid Howells2011-01-151-1/+1
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-151-2/+9
* Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-151-1/+6
* fs: fix dcache.h kernel-doc notationRandy Dunlap2011-01-101-1/+1
* fs: implement faster dentry memcmpNick Piggin2011-01-071-0/+21
* fs: improve scalability of pseudo filesystemsNick Piggin2011-01-071-0/+1
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-071-1/+0
* fs: dcache per-bucket dcache hash lockingNick Piggin2011-01-071-1/+2
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-071-1/+0
* fs: cache optimise dentry and inode for rcu-walkNick Piggin2011-01-071-17/+19