aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+2
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-2/+1
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin1-2/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+7
2016-05-02parallel lookups: actual switch to rwsemAl Viro1-4/+5
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro1-20/+74
2016-05-02parallel lookups machinery, part 3Al Viro1-0/+104
2016-05-02parallel lookups machinery, part 2Al Viro1-2/+32
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro1-0/+13
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro1-3/+11
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro1-8/+7
2016-03-27__d_alloc(): treat NULL name as QSTR("/", 1)Al Viro1-6/+7
2016-03-26fs: add file_dentry()Miklos Szeredi1-1/+4
2016-03-14dcache.c: new helper: __d_add()Al Viro1-7/+17
2016-03-14don't bother with __d_instantiate(dentry, NULL)Al Viro1-10/+7
2016-03-14untangle fsnotify_d_instantiate() a bitAl Viro1-1/+2
2016-03-14uninline d_add()Al Viro1-0/+16
2016-03-14replace d_add_unique() with saner primitiveAl Viro1-75/+50
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-15/+5
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-2/+3
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-1/+1
2015-12-06fs/dcache.c: is_subdir can be booleanYaowei Bai1-7/+7
2015-08-21dcache: Reduce the scope of i_lock in d_splice_aliasEric W. Biederman1-4/+3
2015-08-21dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+7
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman1-10/+3
2015-07-12freeing unlinked file indefinitely delayedAl Viro1-2/+5
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+4
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-11/+0
2015-07-01vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-11/+0
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells1-1/+4
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra1-8/+8
2015-05-28d_walk() might skip too muchAl Viro1-4/+4
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells1-8/+39
2015-04-11dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields1-1/+1
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells1-5/+13
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells1-1/+18
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-35/+114
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin1-0/+5
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-10/+11
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-8/+6
2015-01-25dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds1-4/+114
2015-01-25kill d_validate()Al Viro1-31/+0
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-0/+1
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng1-0/+1
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2014-11-19merge d_materialise_unique() into d_splice_alias()Al Viro1-108/+35
2014-11-19d_add_ci() should just accept a hashed exact match if it finds oneAl Viro1-39/+7