aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-0/+1
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro1-0/+2
2014-04-01vfs: add cross-renameMiklos Szeredi1-0/+1
2014-04-01vfs: add d_is_dir()Miklos Szeredi1-1/+6
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon1-0/+2
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells1-20/+83
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi1-0/+1
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa1-0/+4
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-5/+5
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds1-0/+1
2013-09-05constify dcache.c inlined helpers where possibleAl Viro1-6/+6
2013-09-05vfs: check submounts and drop atomicallyMiklos Szeredi1-0/+1
2013-09-02vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds1-22/+0
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long1-10/+9
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-0/+1
2013-07-20vfs: constify dentry parameter in d_count()Peng Tao1-1/+1
2013-07-05helper for reading ->d_countAl Viro1-0/+5
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-6/+3
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...Al Viro1-0/+2
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-0/+3
2013-02-22constify d_lookup() argumentsAl Viro1-1/+1
2013-02-22constify __d_lookup() argumentsAl Viro1-1/+1
2013-02-22vfs: remove d_path_with_unreachableJeff Layton1-1/+0
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton1-8/+0
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-0/+2
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-1/+1
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-2/+17
2012-05-04vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds1-1/+1
2012-03-20vfs: d_alloc_root() goneAl Viro1-1/+0
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-20/+0
2012-03-02vfs: clarify and clean up dentry_cmp()Linus Torvalds1-5/+4
2012-03-02vfs: uninline full_name_hash()Linus Torvalds1-8/+1
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-1/+2
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2012-01-12vfs: export symbol d_find_any_alias()Sage Weil1-0/+1
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi1-0/+1
2012-01-09vfs: new helper - d_make_root()Al Viro1-0/+1
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-1/+2
2011-11-02vfs: add d_prune dentry operationSage Weil1-3/+5
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds1-17/+13
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-20kill lookup_create()Al Viro1-1/+0
2011-07-20fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik1-0/+7
2011-04-24vfs: get rid of insane dentry hashing rulesLinus Torvalds1-2/+2
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells1-1/+0
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-1/+1
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-1/+1
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+9
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-1/+6