Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426830
| From | Al Viro <viro@ZenIV.linux.org.uk> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [git pull] vfs fixes |
| Date | 2016-06-20 19:20 +0200 |
| Message-ID | <rMb1E-2DX-17@gated-at.bofh.it> (permalink) |
| References | (2 earlier) <rMb1E-2DX-23@gated-at.bofh.it> <rMb1E-2DX-25@gated-at.bofh.it> <rMb1E-2DX-27@gated-at.bofh.it> <rMb1E-2DX-29@gated-at.bofh.it> <rMb1E-2DX-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
A couple more of d_walk()/d_subdirs reordering fixes (stable fodder; ought to
solve that crap for good) and a fix for a brown paperbag bug in
d_alloc_parallel() (this cycle).
The following changes since commit 1607f09c226d1378439c411baaaa020042750338:
coredump: fix dumping through pipes (2016-06-07 22:07:09 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus
for you to fetch changes up to e7d6ef9790bc281f5c29d0132b68031248523fe8:
fix idiotic braino in d_alloc_parallel() (2016-06-20 10:07:42 -0400)
----------------------------------------------------------------
Al Viro (3):
much milder d_walk() race
autofs races
fix idiotic braino in d_alloc_parallel()
fs/autofs4/autofs_i.h | 8 ++++--
fs/autofs4/expire.c | 27 ++++++------------
fs/autofs4/root.c | 2 +-
fs/dcache.c | 75 ++++++++++++++++++++++++++++++++++++++++++--------
fs/internal.h | 1 +
fs/libfs.c | 4 +--
include/linux/dcache.h | 1 +
7 files changed, 82 insertions(+), 36 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[git pull] vfs fixes Al Viro <viro@ZenIV.linux.org.uk> - 2016-06-20 19:20 +0200
csiph-web