aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2016-06-20fix idiotic braino in d_alloc_parallel()Al Viro
2016-06-10much milder d_walk() raceAl Viro
2016-06-07fix d_walk()/non-delayed __d_free() raceAl Viro
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds
2016-05-28fs/namei.c: Add hashlen_string() functionGeorge Spelvin
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-05-02parallel lookups: actual switch to rwsemAl Viro
2016-05-02parallel lookups machinery, part 4 (and last)Al Viro
2016-05-02parallel lookups machinery, part 3Al Viro
2016-05-02parallel lookups machinery, part 2Al Viro
2016-05-02beginning of transition to parallel lookups - marking in-lookup dentriesAl Viro
2016-05-02__d_add(): don't drop/regain ->d_lockAl Viro
2016-05-02security_d_instantiate(): move to the point prior to attaching dentry to inodeAl Viro
2016-03-27__d_alloc(): treat NULL name as QSTR("/", 1)Al Viro
2016-03-26fs: add file_dentry()Miklos Szeredi
2016-03-14dcache.c: new helper: __d_add()Al Viro
2016-03-14don't bother with __d_instantiate(dentry, NULL)Al Viro
2016-03-14untangle fsnotify_d_instantiate() a bitAl Viro
2016-03-14uninline d_add()Al Viro
2016-03-14replace d_add_unique() with saner primitiveAl Viro
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-12-06fs/dcache.c: is_subdir can be booleanYaowei Bai
2015-08-21dcache: Reduce the scope of i_lock in d_splice_aliasEric W. Biederman
2015-08-21dcache: Handle escaped paths in prepend_pathEric W. Biederman
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman
2015-07-12freeing unlinked file indefinitely delayedAl Viro
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-07-01vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-19overlayfs: Make f_path always point to the overlay and f_inode to the underlayDavid Howells
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra
2015-05-28d_walk() might skip too muchAl Viro
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells
2015-04-11dcache: return -ESTALE not -EBUSY on distributed fs raceJ. Bruce Fields
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-13fs: dcache: manually unpoison dname after allocation to shut up kasan's reportsAndrey Ryabinin
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov
2015-01-25dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds
2015-01-25kill d_validate()Al Viro
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-19vfs: fix reference leak in d_prune_aliases()Yan, Zheng
2014-11-19dcache: fix kmemcheck warning in switch_namesMikulas Patocka