aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12dcache: allow word-at-a-time name hashing with big-endian CPUsWill Deacon1-1/+1
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/kernel/git/tip/tipLinus 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/viro/vfsLinus 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/viro/vfsLinus 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/viro/vfsLinus 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/viro/vfsLinus 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