aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/viro/vfsLinus 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 now...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/viro/vfsLinus 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