aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-14fix loop checks in d_materialise_unique()Al Viro1-17/+34
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-2/+6
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds1-0/+1
2011-04-25add hlist_bl_lock/unlock helpersChristoph Hellwig1-16/+6
2011-04-24vfs: get rid of insane dentry hashing rulesLinus Torvalds1-26/+16
2011-04-23vfs: get rid of 'struct dcache_hash_bucket' abstractionLinus Torvalds1-24/+21
2011-04-15vfs: fix incorrect dentry_update_name_case() BUG_ON() testLinus Torvalds1-1/+1
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-03-18fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik1-0/+3
2011-03-15VFS: Fix the nfs sillyrename regression in kernel 2.6.38Trond Myklebust1-1/+6
2011-03-15dcache.c: create helper function for duplicated functionalityLinus Torvalds1-51/+37
2011-03-10fs/dcache: allow d_obtain_alias() to return unhashed dentriesJ. Bruce Fields1-2/+24
2011-02-17fs: update comments to point correct documentNamhyung Kim1-2/+2
2011-01-22fs: fix new dcache.c kernel-doc warningsRandy Dunlap1-1/+3
2011-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+4
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-1/+4
2011-01-14Turn d_set_d_op() BUG_ON() into WARN_ON_ONCE()Linus Torvalds1-2/+2
2011-01-12fs: fix kernel-doc for dcache::prepend_pathRandy Dunlap1-2/+1
2011-01-12fs: fix kernel-doc for dcache::d_validateRandy Dunlap1-1/+1
2011-01-12per-superblock default ->d_opAl Viro1-0/+4
2011-01-07fs: implement faster dentry memcmpNick Piggin1-9/+3
2011-01-07fs: prefetch inode data in dcache lookupNick Piggin1-0/+3
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-0/+12
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-41/+47
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin1-50/+83
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin1-2/+0
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-4/+26
2011-01-07fs: dcache remove d_mountedNick Piggin1-1/+0
2011-01-07fs: rcu-walk for path lookupNick Piggin1-22/+181
2011-01-07fs: consolidate dentry kill sequenceNick Piggin1-74/+61
2011-01-07fs: use RCU in shrink_dentry_list to reduce lock nestingNick Piggin1-21/+25
2011-01-07fs: reduce dcache_inode_lock width in lru scanningNick Piggin1-8/+8
2011-01-07fs: dcache reduce prune_one_dentry lockingNick Piggin1-12/+15
2011-01-07fs: dcache reduce d_parent lockingNick Piggin1-9/+12
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-25/+11
2011-01-07fs: dcache reduce dcache_inode_lockNick Piggin1-12/+12
2011-01-07fs: dcache reduce locking in d_allocNick Piggin1-2/+4
2011-01-07fs: dcache reduce dput lockingNick Piggin1-29/+23
2011-01-07fs: dcache avoid starvation in dcache multi-step operationsNick Piggin1-14/+42
2011-01-07fs: dcache remove dcache_lockNick Piggin1-140/+20
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-23/+111
2011-01-07fs: increase d_name lock coverageNick Piggin1-2/+12
2011-01-07fs: scale inode alias listNick Piggin1-8/+58
2011-01-07fs: dcache scale subdirsNick Piggin1-74/+174
2011-01-07fs: dcache scale d_unhashedNick Piggin1-24/+50
2011-01-07fs: dcache scale dentry refcountNick Piggin1-24/+82
2011-01-07fs: dcache scale lruNick Piggin1-28/+84
2011-01-07fs: dcache scale hashNick Piggin1-11/+62
2011-01-07hostfs: simplify lockingNick Piggin1-2/+13
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+1
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-1/+3
2011-01-07fs: name case update methodNick Piggin1-0/+27
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+0
2011-01-07fs: use fast counters for vfs cachesNick Piggin1-6/+13
2011-01-07vfs: revert per-cpu nr_unused counters for dentry and inodesNick Piggin1-11/+5
2011-01-07fs: d_validate fixesNick Piggin1-18/+7
2011-01-05Revert "fs: use RCU read side protection in d_validate"Nick Piggin1-12/+19
2010-10-25fs: use RCU read side protection in d_validateChristoph Hellwig1-19/+12
2010-10-25fs: clean up dentry lru modificationChristoph Hellwig1-26/+23
2010-10-25fs: split __shrink_dcache_sbChristoph Hellwig1-60/+67
2010-10-25fs: improve DCACHE_REFERENCED usageNick Piggin1-3/+6
2010-10-25fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig1-19/+32
2010-10-25fs: simplify __d_freeChristoph Hellwig1-9/+5
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig1-2/+4
2010-08-18fs: brlock vfsmount_lockNick Piggin1-5/+6
2010-08-18fs: remove extra lookup in __lookup_hashNick Piggin1-25/+35
2010-08-14fs/dcache: fix function param name in kernel-docRandy Dunlap1-1/+1
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi1-4/+50
2010-08-11vfs: only add " (deleted)" where necessaryMiklos Szeredi1-10/+22
2010-08-11vfs: add prepend_path() helperMiklos Szeredi1-36/+58
2010-08-11vfs: __d_path: dont prepend the name of the root dentryMiklos Szeredi1-3/+9
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi1-10/+2
2010-08-09no need for list_for_each_entry_safe()/resetting with superblock listAl Viro1-5/+7
2010-08-09new helper: __dentry_path()Al Viro1-5/+22
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1
2010-06-29fs: fix superblock iteration racenpiggin@suse.de1-0/+2
2010-05-21fix prune_dcache()/umount() raceAl Viro1-11/+6
2010-05-21Leave superblocks on s_list until the endAl Viro1-0/+2
2010-05-21clean DCACHE_CANT_MOUNT in d_delete()Al Viro1-0/+1
2010-03-03fix race in d_splice_alias()Al Viro1-1/+0
2010-03-03New helper: path_is_under(path1, path2)Al Viro1-0/+24
2010-03-03fs/dcache.c: CodingStyle cleanupH Hartley Sweeten1-23/+22
2009-12-16libfs: move EXPORT_SYMBOL for d_alloc_nameH Hartley Sweeten1-0/+1
2009-07-18sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker1-0/+1
2009-06-11dcache: extrace and use d_unlinked()Alexey Dobriyan1-4/+3
2009-05-09fs: dcache fix LRU orderingnpiggin@suse.de1-1/+1
2009-04-20No need for crossing to mountpoint in audit_tag_tree()Al Viro1-1/+0
2009-03-31Trim includes of fdtable.hAl Viro1-1/+0
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-27cleanup d_add_ciChristoph Hellwig1-30/+18
2009-02-27EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLBenny Halevy1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 20Heiko Carstens1-1/+1
2009-01-08generic swap(): dcache: use swap() instead of private do_switch()Wu Fengguang1-9/+5
2008-12-31filp_cachep can be static in fs/file_table.cEric Dumazet1-6/+0
2008-12-31expand some comments (d_path / seq_path)Arjan van de Ven1-2/+6
2008-12-31correct wrong function name of d_put in kernel document and source commentZhaolei1-1/+1
2008-12-31fix switch_names() breakage in short-to-short caseAl Viro1-2/+3
2008-12-31shrink struct dentryNick Piggin1-4/+0
2008-10-23[PATCH] fs: add a sanity check in d_freeArjan van de Ven1-0/+1
2008-10-23[PATCH] fs/dcache.c: update comment of d_validate()Qinghuang Feng1-2/+0
2008-10-23[PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()OGAWA Hirofumi1-1/+0
2008-10-23[PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helperOGAWA Hirofumi1-15/+16
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi1-22/+23
2008-10-23[PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()OGAWA Hirofumi1-9/+12
2008-10-23[PATCH] kill d_alloc_anonChristoph Hellwig1-71/+37
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-5/+5
2008-10-23[PATCH] new helper: d_obtain_aliasChristoph Hellwig1-0/+35
2008-09-29Fix NULL pointer dereference in proc_sys_compareLinus Torvalds1-4/+6
2008-08-25[PATCH] change d_add_ci argument orderingChristoph Hellwig1-1/+1
2008-07-28dcache: Add case-insensitive support d_ci_add() routineBarry Naujok1-0/+102
2008-07-26vfs: add cond_resched_lock while scanning dentry LRU listsKentaro Makita1-0/+1
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita1-155/+180
2008-06-23[patch 2/3] vfs: dcache cleanupsMiklos Szeredi1-17/+14
2008-06-23[patch 1/3] vfs: dcache sparse fixesMiklos Szeredi1-11/+12
2008-06-23[patch 3/3] vfs: make d_path() consistent across mount operationsAndreas Gruenbacher1-5/+7
2008-06-23[patch 2/4] fs: make struct file arg to d_path constJan Engelhardt1-1/+1
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi1-8/+16
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai1-24/+66
2008-02-14dentries: Extract common code to remove dentry from lruChristoph Lameter1-28/+14
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-7/+5
2008-02-14d_path: kerneldoc cleanupJan Blunck1-3/+16
2008-02-14One less parameter to __d_pathJan Blunck1-7/+5
2008-02-14Use struct path in fs_structJan Blunck1-19/+15
2008-02-06inotify: remove debug codeNick Piggin1-3/+0
2008-02-06fs: use hlist_unhashedAkinobu Mita1-1/+1
2007-10-22dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd>J. Bruce Fields1-0/+2
2007-10-21[PATCH] audit: watching subtreesAl Viro1-1/+1
2007-10-17vfs: use the predefined d_unhashed inline function insteadDenis Cheng1-1/+1
2007-10-17shrink_dcache_sb speedupDenis V. Lunev1-3/+3
2007-10-17dcache: trivial comment fixJ. Bruce Fields1-2/+2
2007-10-17clean out unused code in dentry pruningMiklos Szeredi1-14/+10
2007-10-17fs: remove the unused mempages parameterDenis Cheng1-4/+4
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell1-1/+6
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0