index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
dcache.c
Age
Commit message (
Expand
)
Author
2017-10-12
fs/dcache.c: fix spin lockup issue on nlru->lock
Sahitya Tummala
2016-08-22
fix d_walk()/non-delayed __d_free() race
Al Viro
2015-10-13
dcache: Handle escaped paths in prepend_path
Eric W. Biederman
2015-08-07
d_walk() might skip too much
Al Viro
2015-02-20
dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"
Ben Hutchings
2015-01-01
deal with deadlock in d_walk()
Al Viro
2015-01-01
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
2013-05-13
fs/dcache.c: add cond_resched() to shrink_dcache_parent()
Greg Thelen
2013-04-10
Nest rename_lock inside vfsmount_lock
Al Viro
2013-01-03
vfs: d_obtain_alias() needs to use "/" as default name.
NeilBrown
2012-10-10
vfs: dcache: fix deadlock in tree traversal
Miklos Szeredi
2012-10-10
vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()
Miklos Szeredi
2012-04-02
vfs: fix d_ancestor() case in d_materialize_unique
Michel Lespinasse
2012-01-25
fix shrink_dcache_parent() livelock
Miklos Szeredi
2012-01-25
dcache: use a dispose list in select_parent
Dave Chinner
2011-12-06
fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API
Al Viro
2011-11-20
VFS: Log the fact that we've given ELOOP rather than creating a loop
David Howells
2011-11-07
vfs: d_invalidate() should leave mountpoints alone
Al Viro
2011-11-02
vfs: add d_prune dentry operation
Sage Weil
2011-08-06
vfs: renumber DCACHE_xyz flags, remove some stale ones
Linus Torvalds
2011-08-03
fs/dcache.c: fix new kernel-doc warning
Randy Dunlap
2011-08-01
VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock
David Howells
2011-08-01
VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree()
David Howells
2011-08-01
VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree()
David Howells
2011-07-26
vfs: document locking requirements for d_move, __d_move and d_materialise_unique
Jeff Layton
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-07-21
vfs: drop conditional inode prefetch in __do_lookup_rcu
Linus Torvalds
2011-07-20
Remove dead code in dget_parent()
Al Viro
2011-07-20
switch d_add_ci() to d_splice_alias() in "found negative" case as well
Al Viro
2011-07-20
superblock: introduce per-sb cache shrinker infrastructure
Dave Chinner
2011-07-20
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
Al Viro
2011-07-20
Make ->d_sb assign-once and always non-NULL
Al Viro
2011-07-20
fs: add a DCACHE_NEED_LOOKUP flag for d_flags
Josef Bacik
2011-07-14
fix loop checks in d_materialise_unique()
Al Viro
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
2011-04-25
add hlist_bl_lock/unlock helpers
Christoph Hellwig
2011-04-24
vfs: get rid of insane dentry hashing rules
Linus Torvalds
2011-04-23
vfs: get rid of 'struct dcache_hash_bucket' abstraction
Linus Torvalds
2011-04-15
vfs: fix incorrect dentry_update_name_case() BUG_ON() test
Linus Torvalds
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2011-03-18
fs: call security_d_instantiate in d_obtain_alias V2
Josef Bacik
2011-03-15
VFS: Fix the nfs sillyrename regression in kernel 2.6.38
Trond Myklebust
2011-03-15
dcache.c: create helper function for duplicated functionality
Linus Torvalds
2011-03-10
fs/dcache: allow d_obtain_alias() to return unhashed dentries
J. Bruce Fields
2011-02-17
fs: update comments to point correct document
Namhyung Kim
2011-01-22
fs: fix new dcache.c kernel-doc warnings
Randy Dunlap
2011-01-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-01-15
Add a dentry op to handle automounting rather than abusing follow_link()
David Howells
[next]