#!/bin/bash (perf record -e raw_syscalls:sys_exit $@ || \ perf record -e syscalls:sys_exit $@) 2> /dev/null link rel='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/fs/dcache.c?h=linux-5.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/dcache.c
AgeCommit message (Expand)Author
2021-02-24fs: delete repeated words in commentsRandy Dunlap
2021-02-22Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-01-21fs: fix kernel-doc markupsMauro Carvalho Chehab
2021-01-16new helper: d_find_alias_rcu()Al Viro
2020-12-10fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is setHao Li
2020-07-29vfs: Use sequence counter with associated spinlockAhmed S. Darwish
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-13fs: Introduce DCACHE_DONTCACHEIra Weiny
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-11-15fs/namei.c: fix missing barriers when checking positivityAl Viro
2019-11-15fix dget_parent() fastpath raceAl Viro
2019-10-25make __d_alloc() staticAl Viro
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-10Teach shrink_dcache_parent() to cope with mixed-filesystem shrink listsAl Viro
2019-06-20fsnotify: move fsnotify_nameremove() hook out of d_delete()Amir Goldstein
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2019-04-26ovl_lookup_real_one(): don't bother with strlen()Al Viro
2019-04-17fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directoryEric Biggers
2019-04-09unexport d_alloc_pseudo()Al Viro
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-26dcache: allocate external names from reclaimable kmalloc cachesVlastimil Babka