aboutsummaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxGravatar Linus Torvalds 1-2/+1
2016-05-28fs/namei.c: Add hashlen_string() functionGravatar George Spelvin 1-2/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+7
2016-05-02parallel lookups: actual switch to rwsemGravatar Al Viro 1-4/+5
2016-05-02parallel lookups machinery, part 4 (and last)Gravatar Al Viro 1-20/+74
2016-05-02parallel lookups machinery, part 3Gravatar Al Viro 1-0/+104
2016-05-02parallel lookups machinery, part 2Gravatar Al Viro 1-2/+32
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesGravatar Al Viro 1-0/+13
2016-05-02__d_add(): don't drop/regain ->d_lockGravatar Al Viro 1-3/+11
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeGravatar Al Viro 1-8/+7
2016-03-27__d_alloc(): treat NULL name as QSTR("/", 1)Gravatar Al Viro 1-6/+7
2016-03-26fs: add file_dentry()Gravatar Miklos Szeredi 1-1/+4
2016-03-14dcache.c: new helper: __d_add()Gravatar Al Viro 1-7/+17
2016-03-14don't bother with __d_instantiate(dentry, NULL)Gravatar Al Viro 1-10/+7
2016-03-14untangle fsnotify_d_instantiate() a bitGravatar Al Viro 1-1/+2
2016-03-14uninline d_add()Gravatar Al Viro 1-0/+16
2016-03-14replace d_add_unique() with saner primitiveGravatar Al Viro 1-75/+50
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsGravatar Al Viro 1-15/+5
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