aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgGravatar Vladimir Davydov 1-2/+3
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-7/+7
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-1/+1
2015-12-06fs/dcache.c: is_subdir can be booleanGravatar Yaowei Bai 1-7/+7
2015-08-21dcache: Reduce the scope of i_lock in d_splice_aliasGravatar Eric W. Biederman 1-4/+3
2015-08-21dcache: Handle escaped paths in prepend_pathGravatar Eric W. Biederman 1-0/+7
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationGravatar Mel Gorman 1-10/+3
2015-07-12freeing unlinked file indefinitely delayedGravatar Al Viro 1-2/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+4
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-11/+0
2015-07-01vfs: Remove incorrect debugging WARN in prepend_pathGravatar Eric W. Biederman 1-11/+0
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-8/+8
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayGravatar David Howells 1-1/+4
2015-06-19seqcount: Rename write_seqcount_barrier()Gravatar Peter Zijlstra 1-8/+8
2015-05-28d_walk() might skip too muchGravatar Al Viro 1-4/+4
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsGravatar David Howells 1-8/+39
2015-04-11dcache: return -ESTALE not -EBUSY on distributed fs raceGravatar J. Bruce Fields 1-1/+1
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesGravatar David Howells 1-5/+13
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesGravatar David Howells 1-1/+18
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-35/+114
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsGravatar Andrey Ryabinin 1-0/+5
2015-02-12list_lru: add helpers to isolate itemsGravatar Vladimir Davydov 1-10/+11
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Gravatar Vladimir Davydov 1-8/+6
2015-01-25dcache: let the dentry count go down to zero without taking d_lockGravatar Linus Torvalds 1-4/+114
2015-01-25kill d_validate()Gravatar Al Viro 1-31/+0
2014-12-08Merge branch 'iov_iter' into for-nextGravatar Al Viro 1-0/+1
2014-11-19vfs: fix reference leak in d_prune_aliases()Gravatar Yan, Zheng 1-0/+1
2014-11-19dcache: fix kmemcheck warning in switch_namesGravatar Mikulas Patocka 1-0/+2
2014-11-19merge d_materialise_unique() into d_splice_alias()Gravatar Al Viro 1-108/+35
2014-11-19d_add_ci() should just accept a hashed exact match if it finds oneGravatar Al Viro 1-39/+7
2014-11-03deal with deadlock in d_walk()Gravatar Al Viro 1-15/+16
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasGravatar Al Viro 1-27/+26
2014-10-23fix inode leaks on d_splice_alias() failure exitsGravatar Al Viro 1-0/+2
2014-10-12take dname_external() into fs/dcache.cGravatar Al Viro 1-0/+5
2014-10-09dcache: Fix no spaces at the start of a line in dcache.cGravatar Daeseok Youn 1-4/+4
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Gravatar Al Viro 1-1/+1
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Gravatar Al Viro 1-14/+7
2014-10-09vfs: Make d_invalidate return voidGravatar Eric W. Biederman 1-12/+3
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateGravatar Eric W. Biederman 1-33/+22
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Gravatar Eric W. Biederman 1-27/+33
2014-10-09vfs: More precise tests in d_invalidateGravatar Eric W. Biederman 1-34/+4
2014-10-09vfs: Document the effect of d_revalidate on d_find_aliasGravatar Eric W. Biederman 1-1/+2
2014-10-09Allow sharing external names after __d_move()Gravatar Al Viro 1-16/+59
2014-09-29missing data dependency barrier in prepend_name()Gravatar Al Viro 1-0/+5
2014-09-27vfs: Don't exchange "short" filenames unconditionally.Gravatar Mikhail Efremov 1-9/+18
2014-09-27fold swapping ->d_name.hash into switch_names()Gravatar Linus Torvalds 1-2/+1
2014-09-26fold unlocking the children into dentry_unlock_parents_for_move()Gravatar Al Viro 1-5/+4
2014-09-26kill __d_materialise_dentry()Gravatar Al Viro 1-44/+10
2014-09-26__d_materialise_dentry(): flip the order of argumentsGravatar Al Viro 1-24/+20