aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-0/+1
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng1-0/+1
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro1-108/+35
2014-11-19d_add_ci() should just accept a hashed exact match if it finds oneAl Viro1-39/+7
2014-11-03deal with deadlock in d_walk()Al Viro1-15/+16
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-27/+26
2014-10-23fix inode leaks on d_splice_alias() failure exitsAl Viro1-0/+2
2014-10-12take dname_external() into fs/dcache.cAl Viro1-0/+5
2014-10-09dcache: Fix no spaces at the start of a line in dcache.cDaeseok Youn1-4/+4
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Al Viro1-1/+1
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Al Viro1-14/+7
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-12/+3
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman1-33/+22
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman1-27/+33
2014-10-09vfs: More precise tests in d_invalidateEric W. Biederman1-34/+4
2014-10-09vfs: Document the effect of d_revalidate on d_find_aliasEric W. Biederman1-1/+2
2014-10-09Allow sharing external names after __d_move()Al Viro1-16/+59
2014-09-29missing data dependency barrier in prepend_name()Al Viro1-0/+5
2014-09-27vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov1-9/+18
2014-09-27fold swapping ->d_name.hash into switch_names()Linus Torvalds1-2/+1
2014-09-26fold unlocking the children into dentry_unlock_parents_for_move()Al Viro1-5/+4
2014-09-26kill __d_materialise_dentry()Al Viro1-44/+10
2014-09-26__d_materialise_dentry(): flip the order of argumentsAl Viro1-24/+20
2014-09-26__d_move(): fold manipulations with ->d_child/->d_subdirsAl Viro1-5/+3
2014-09-26don't open-code d_rehash() in d_materialise_unique()Al Viro1-5/+1
2014-09-26pull rehashing and unlocking the target dentry into __d_materialise_dentry()Al Viro1-7/+4
2014-09-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+6
2014-09-13move the call of __d_drop(anon) into __d_materialise_unique(dentry, anon)Al Viro1-2/+6
2014-09-13vfs: fix bad hashing of dentriesLinus Torvalds1-2/+1
2014-08-07fs: mark __d_obtain_alias staticFengguang Wu1-1/+1
2014-08-07dcache: d_splice_alias should detect loopsJ. Bruce Fields1-0/+5
2014-08-07dcache: d_find_alias needn't recheck IS_ROOT && DCACHE_DISCONNECTEDJ. Bruce Fields1-6/+3
2014-08-07dcache: remove unused d_find_alias parameterJ. Bruce Fields1-8/+5
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields1-20/+49
2014-08-07dcache: d_splice_alias should ignore DCACHE_DISCONNECTEDJ. Bruce Fields1-4/+4
2014-08-07dcache: d_splice_alias mustn't create directory aliasesJ. Bruce Fields1-2/+9
2014-08-07dcache: close d_move race in d_splice_aliasJ. Bruce Fields1-1/+6
2014-08-07dcache: move d_splice_aliasJ. Bruce Fields1-52/+52
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2014-06-12lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro1-1/+3
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-05-31dcache: add missing lockdep annotationLinus Torvalds1-1/+1
2014-05-30dentry_kill() doesn't need the second argument nowAl Viro1-7/+4
2014-05-30dealing with the rest of shrink_dentry_list() livelockAl Viro1-2/+20
2014-05-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro1-12/+41
2014-05-29expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro1-13/+17
2014-05-29split dentry_kill()Al Viro1-26/+36
2014-05-28lift the "already marked killed" case into shrink_dentry_list()Al Viro1-6/+9
2014-05-03dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi1-23/+4
2014-05-03more graceful recovery in umount_collect()Al Viro1-76/+25
2014-05-03don't remove from shrink list in select_collect()Al Viro1-21/+10
2014-05-01dentry_kill(): don't try to remove from shrink listAl Viro1-8/+19
2014-04-30expand the call of dentry_lru_del() in dentry_kill()Al Viro1-1/+6
2014-04-30new helper: dentry_free()Al Viro1-5/+10
2014-04-30fold try_prune_one_dentry()Al Viro1-50/+25
2014-04-30fold d_kill() and d_free()Al Viro1-52/+24
2014-04-19fix races between __d_instantiate() and checks of dentry flagsAl Viro1-2/+1
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2014-04-01vfs: add cross-renameMiklos Szeredi1-9/+41
2014-03-31Merge tag 'v3.14' into drm-intel-next-queuedDaniel Vetter1-2/+2
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-03-16drm: add pseudo filesystem for shared inodesDavid Herrmann1-0/+1
2014-01-26__dentry_path() fixesAl Viro1-3/+6
2014-01-26vfs: Remove second variable named error in __dentry_pathEric W. Biederman1-1/+0
2014-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+6
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon1-1/+1
2013-11-26vfs: In d_path don't call d_dname on a mount pointEric W. Biederman1-1/+6
2013-11-15fold try_to_ascend() into the sole remaining callerAl Viro1-31/+18
2013-11-15dcache.c: get rid of pointless macrosAl Viro1-4/+2
2013-11-15take read_seqbegin_or_lock() and friends to seqlock.hAl Viro1-29/+0
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2013-11-13prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro1-3/+6
2013-11-13fix unpaired rcu lock in prepend_path()Li Zhong1-0/+4
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-155/+187
2013-11-09dcache: don't clear DCACHE_DISCONNECTED too earlyJ. Bruce Fields1-1/+0
2013-11-09dcache: Don't set DISCONNECTED on "pseudo filesystem" dentriesJ. Bruce Fields1-4/+9
2013-11-09dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields1-1/+6
2013-11-09VFS: Put a small type field into struct dentry::d_flagsDavid Howells1-5/+37
2013-11-09fold __d_shrink() into its only remaining callerAl Viro1-22/+10
2013-11-09RCU'd vfsmountsAl Viro1-6/+14
2013-11-09switch shrink_dcache_for_umount() to use of d_walk()Al Viro1-110/+85
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-2/+2
2013-10-31vfs: decrapify dput(), fix cache behavior under normal loadLinus Torvalds1-2/+3
2013-10-24vfs: introduce d_instantiate_no_diralias()Miklos Szeredi1-0/+27
2013-10-24move taking vfsmount_lock down into prepend_path()Al Viro1-9/+2
2013-10-22vfs: fix new kernel-doc warningsRandy Dunlap1-8/+7
2013-09-15vfs: fix typo in comment in recent dentry workLinus Torvalds1-1/+1
2013-09-13vfs: fix dentry LRU list handling and nr_dentry_unused accountingLinus Torvalds1-27/+101
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-98/+178
2013-09-12vfs: make d_path() get the root path under RCULinus Torvalds1-2/+14
2013-09-12vfs: use __getname/__putname for getcwd() system callLinus Torvalds1-5/+5
2013-09-12vfs: don't copy things to user space holding the rcu readlockLinus Torvalds1-1/+2
2013-09-12vfs: make getcwd() get the root and pwd path under rcuLinus Torvalds1-11/+12
2013-09-12vfs: move get_fs_root_and_pwd() to single callerLinus Torvalds1-0/+11
2013-09-12dcache: get/release read lock in read_seqbegin_or_lock() & friendWaiman Long1-15/+16
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner1-3/+5
2013-09-10list_lru: remove special case function list_lru_dispose_all.Glauber Costa1-20/+29
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner1-92/+78
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner1-2/+5
2013-09-10dcache: remove dentries from LRU before putting on dispose listDave Chinner1-21/+78
2013-09-10dentry: move to per-sb LRU locksDave Chinner1-17/+16
2013-09-10dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner1-3/+27
2013-09-10fs: bump inode and dentry counters to longGlauber Costa1-4/+4
2013-09-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-76/+144
2013-09-09split read_seqretry_or_unlock(), convert d_walk() to resulting primitivesAl Viro1-33/+31
2013-09-09dcache: Translating dentry into pathname without taking rename_lockWaiman Long1-63/+133
2013-09-08vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds1-7/+10
2013-09-08vfs: reorganize dput() memory accessesLinus Torvalds1-10/+10
2013-09-05vfs: check unlinked ancestors before mountMiklos Szeredi1-0/+33
2013-09-05vfs: check submounts and drop atomicallyMiklos Szeredi1-0/+65
2013-09-05vfs: add d_walk()Miklos Szeredi1-161/+148
2013-09-05vfs: restructure d_genocide()Miklos Szeredi1-8/+4
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+11
2013-09-03vfs: call d_op->d_prune() before unhashing dentryYan, Zheng1-2/+11
2013-09-02vfs: reimplement d_rcu_to_refcount() using lockref_get_or_lock()Linus Torvalds1-1/+1
2013-09-02vfs: use lockref_get_not_zero() for optimistic lockless dget_parent()Waiman Long1-0/+15
2013-08-28vfs: make the dentry cache use the lockref infrastructureWaiman Long1-34/+23
2013-08-24cope with potentially long ->d_dname() output for shmem/hugetlbAl Viro1-0/+11
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-43/+23
2013-06-29Don't pass inode to ->d_hash() and ->d_compare()Linus Torvalds1-17/+10
2013-06-29kill find_inode_number()Al Viro1-29/+0
2013-06-29[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK n...Al Viro1-0/+16
2013-06-14GFS2: Add atomic_open supportSteven Whitehouse1-2/+9
2013-05-04vfs: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2013-05-04fs: remove dentry_lru_prune()Yan, Zheng1-22/+9
2013-04-30fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen1-1/+3
2013-03-26Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-6/+3
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-0/+3
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro1-12/+11
2013-02-22__d_materialise_unique() is too genericAl Viro1-14/+5
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-31/+0
2012-12-20vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton1-32/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-09-29vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-27trivial select_parent documentation fixJ. Bruce Fields1-1/+1
2012-09-26vfs: delete surplus inode NULL checkAlan Cox1-1/+1
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-2/+2
2012-07-14__d_unalias() should refuse to move mountpointsAl Viro1-4/+5
2012-07-14vfs: switch i_dentry/d_alias to hlistAl Viro1-15/+18
2012-07-14get rid of ->mnt_longtermAl Viro1-1/+1
2012-06-08Revert "vfs: stop d_splice_alias creating directory aliases"Linus Torvalds1-6/+10
2012-05-30vfs: remove unused __d_splice_alias argumentJ. Bruce Fields1-8/+5
2012-05-30vfs: stop d_splice_alias creating directory aliasesJ. Bruce Fields1-2/+1
2012-05-29brlocks/lglocks: API cleanupsAndi Kleen1-2/+2
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-0/+2
2012-05-21Revert "vfs: remove unnecessary d_unhashed() check from __d_lookup_rcu"Linus Torvalds1-0/+2
2012-05-21vfs: be even more careful about dentry RCU name lookupsLinus Torvalds1-2/+15
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-9/+7
2012-05-10vfs: move dentry name length comparison from dentry_cmp() into callersLinus Torvalds1-3/+6
2012-05-10vfs: do the careful dentry name access for all dentry_cmp casesLinus Torvalds1-28/+26
2012-05-10vfs: remove unnecessary d_unhashed() check from __d_lookup_rcuLinus Torvalds1-2/+0
2012-05-04vfs: clean up __d_lookup_rcu() and dentry_cmp() interfacesLinus Torvalds1-48/+104
2012-05-03vfs: make word-at-a-time accesses handle a non-existing pageLinus Torvalds1-4/+22
2012-03-28vfs: fix d_ancestor() case in d_materialize_uniqueMichel Lespinasse1-1/+2
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2012-03-22fs: fix kernel-doc warnings in dcache.cRandy Dunlap1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-24/+0
2012-03-20vfs: d_alloc_root() goneAl Viro1-24/+0
2012-03-19Merge branch 'dcache-word-accesses'Linus Torvalds1-0/+23
2012-03-19vfs: get rid of batshit-insane pointless dentry hash calculationsLinus Torvalds1-3/+3
2012-03-08vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds1-0/+23
2012-03-04vfs: move dentry_cmp from <linux/dcache.h> to fs/dcache.cLinus Torvalds1-0/+20
2012-03-02vfs: trivial __d_lookup_rcu() cleanupsLinus Torvalds1-5/+8
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-4/+4
2012-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+9
2012-01-12vfs: export symbol d_find_any_alias()Sage Weil1-2/+9
2012-01-10fix shrink_dcache_parent() livelockMiklos Szeredi1-4/+11
2012-01-09vfs: new helper - d_make_root()Al Viro1-0/+17
2012-01-09dcache: use a dispose list in select_parentDave Chinner1-42/+21
2012-01-03vfs: mnt_ns moved to struct mountAl Viro1-1/+1
2012-01-03vfs: move mnt_mountpoint to struct mountAl Viro1-1/+1
2012-01-03vfs: now it can be done - make mnt_parent point to struct mountAl Viro1-3/+4
2012-01-03vfs: mnt_parent moved to struct mountAl Viro1-1/+1
2012-01-03vfs: spread struct mount - mnt_has_parentAl Viro1-1/+2
2012-01-03vfs: more mnt_parent cleanupsAl Viro1-25/+0
2012-01-03vfs: new internal helper: mnt_has_parent(mnt)Al Viro1-3/+3
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro1-27/+44
2011-11-20VFS: Log the fact that we've given ELOOP rather than creating a loopDavid Howells1-1/+10
2011-11-07vfs: d_invalidate() should leave mountpoints aloneAl Viro1-2/+4
2011-11-02vfs: add d_prune dentry operationSage Weil1-5/+35
2011-08-06vfs: renumber DCACHE_xyz flags, remove some stale onesLinus Torvalds1-1/+1
2011-08-03fs/dcache.c: fix new kernel-doc warningRandy Dunlap1-0/+1
2011-08-01VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lockDavid Howells1-17/+5
2011-08-01VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()David Howells1-24/+24
2011-08-01VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()David Howells1-3/+0
2011-07-26vfs: document locking requirements for d_move, __d_move and d_materialise_uniqueJeff Layton1-4/+7
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-171/+91
2011-07-21vfs: drop conditional inode prefetch in __do_lookup_rcuLinus Torvalds1-2/+0
2011-07-20Remove dead code in dget_parent()Al Viro1-5/+0
2011-07-20switch d_add_ci() to d_splice_alias() in "found negative" case as wellAl Viro1-19/+5
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner1-109/+12
2011-07-20make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)Al Viro1-0/+3
2011-07-20Make ->d_sb assign-once and always non-NULLAl Viro1-36/+39
2011-07-20fs: add a DCACHE_NEED_LOOKUP flag for d_flagsJosef Bacik1-2/+32