Mike Rapoport
|
57c8a661d9
mm: remove include/linux/bootmem.h
|
6 lat temu |
Vlastimil Babka
|
2e03b4bc4a
dcache: allocate external names from reclaimable kmalloc caches
|
6 lat temu |
Tetsuo Handa
|
6cd00a01f0
fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
|
7 lat temu |
Linus Torvalds
|
4591343e35
Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 lat temu |
Linus Torvalds
|
0ea97a2d61
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 lat temu |
Al Viro
|
4c0d7cd5c8
make sure that __dentry_kill() always invalidates d_seq, unhashed or not
|
7 lat temu |
Al Viro
|
90bad5e05b
root dentries need RCU-delayed freeing
|
7 lat temu |
Gustavo A. R. Silva
|
7964410fcf
fs: dcache: Use true and false for boolean values
|
7 lat temu |
Al Viro
|
c2b6d621c4
new primitive: discard_new_inode()
|
7 lat temu |
Al Viro
|
c971e6a006
kill d_instantiate_no_diralias()
|
7 lat temu |
Al Viro
|
63a67a926e
kill dentry_update_name_case()
|
7 lat temu |
Linus Torvalds
|
f956d08a56
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 lat temu |
Linus Torvalds
|
06c86e66d6
Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
7 lat temu |
Al Viro
|
61fec493c9
get rid of dead code in d_find_alias()
|
7 lat temu |
Al Viro
|
1e2e547a93
do d_instantiate/unlock_new_inode combinations safely
|
7 lat temu |
Al Viro
|
4fb4887140
restore cond_resched() in shrink_dcache_parent()
|
7 lat temu |
Al Viro
|
1088a6408c
dput(): turn into explicit while() loop
|
7 lat temu |
Al Viro
|
9c5f1d3019
dcache: move cond_resched() into the end of __dentry_kill()
|
7 lat temu |
Al Viro
|
3a8e3611e0
d_walk(): kill 'finish' callback
|
7 lat temu |
Al Viro
|
ff17fa561a
d_invalidate(): unhash immediately
|
7 lat temu |
Nikolay Borisov
|
32785c0539
fs/dcache.c: add cond_resched() in shrink_dentry_list()
|
7 lat temu |
Roman Gushchin
|
f1782c9bc5
dcache: account external names as indirectly reclaimable memory
|
7 lat temu |
Al Viro
|
cbd4a5bcb2
d_genocide: move export to definition
|
7 lat temu |
Al Viro
|
42177007aa
fold dentry_lock_for_move() into its sole caller and clean it up
|
7 lat temu |
Al Viro
|
076515fc92
make non-exchanging __d_move() copy ->d_parent rather than swap them
|
7 lat temu |
Al Viro
|
7a5cf791a7
split d_path() and friends into a separate file
|
7 lat temu |
Al Viro
|
43986d63b6
dcache.c: trim includes
|
7 lat temu |
John Ogness
|
8f04da2adb
fs/dcache: Avoid a try_lock loop in shrink_dentry_list()
|
7 lat temu |
Al Viro
|
f657a666fd
get rid of trylock loop around dentry_kill()
|
7 lat temu |
Al Viro
|
62d9956cef
handle move to LRU in retain_dentry()
|
7 lat temu |