summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-11dcache: remove dentries from LRU before putting on dispose listDave Chinner1-21/+78
2013-09-11dentry: move to per-sb LRU locksDave Chinner1-17/+16
2013-09-11dcache: convert dentry_stat.nr_unused to per-cpu countersDave Chinner1-3/+27
2013-09-11fs: 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-09vfs: use lockred "dead" flag to mark unrecoverably dead dentriesLinus Torvalds1-7/+10
2013-09-09vfs: reorganize dput() memory accessesLinus Torvalds1-10/+10
2013-09-06vfs: check unlinked ancestors before mountMiklos Szeredi1-0/+33
2013-09-06vfs: check submounts and drop atomicallyMiklos Szeredi1-0/+65
2013-09-06vfs: add d_walk()Miklos Szeredi1-161/+148
2013-09-06vfs: 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-04vfs: 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-29vfs: 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-05-01fs/dcache.c: add cond_resched() to shrink_dcache_parent()Greg Thelen1-1/+3
2013-03-27Nest rename_lock inside vfsmount_lockAl Viro1-5/+11
2013-02-28hlist: 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-23__d_materialise_unique() is too genericAl Viro1-14/+5
2013-02-23constify d_lookup() argumentsAl Viro1-1/+1
2013-02-23constify __d_lookup() argumentsAl Viro1-1/+1
2013-02-23vfs: remove d_path_with_unreachableJeff Layton1-31/+0
2012-12-21vfs: d_obtain_alias() needs to use "/" as default name.NeilBrown1-1/+1
2012-12-20vfs: remove DCACHE_NEED_LOOKUPJeff Layton1-32/+1
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-09-30vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-28trivial select_parent documentation fixJ. Bruce Fields1-1/+1
2012-09-27vfs: 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-31vfs: remove unused __d_splice_alias argumentJ. Bruce Fields1-8/+5
2012-05-31vfs: stop d_splice_alias creating directory aliasesJ. Bruce Fields1-2/+1
2012-05-30brlocks/lglocks: API cleanupsAndi Kleen1-2/+2
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-0/+2