Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-05 Thread Alexey Dokuchaev
On Tue, Jan 05, 2021 at 04:13:16PM +0100, Hans Petter Selasky wrote: > On 1/1/21 7:44 PM, Alexey Dokuchaev wrote: > >__mtx_lock_sleep() > >tmpfs_free_node() > >tmpfs_fo_close() > >_fdrop() > >closef() > >fdescfree_fds() > >fdescfree() > >exit1() > >sigexit() > >

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-05 Thread Hans Petter Selasky
On 1/1/21 7:44 PM, Alexey Dokuchaev wrote: __mtx_lock_sleep() tmpfs_free_node() tmpfs_fo_close() _fdrop() closef() fdescfree_fds() fdescfree() exit1() sigexit() postsig() ast() doreit_ast() I'm seeing the same and I have a clue what is going on. Are you abso

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-02 Thread Alexey Dokuchaev
On Sat, Jan 02, 2021 at 06:47:14PM +0200, Konstantin Belousov wrote: > On Sat, Jan 02, 2021 at 04:35:22PM +, Alexey Dokuchaev wrote: > > On Sat, Jan 02, 2021 at 04:52:33PM +0200, Konstantin Belousov wrote: > > > ... > > > Ok. So two questions: > > > 1. Do you have core dump? > > > > I have vm

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-02 Thread Konstantin Belousov
On Sat, Jan 02, 2021 at 04:35:22PM +, Alexey Dokuchaev wrote: > On Sat, Jan 02, 2021 at 04:52:33PM +0200, Konstantin Belousov wrote: > > ... > > Ok. So two questions: > > 1. Do you have core dump? > > I have vmcore.0 and matching kernel.debug, I'll gladly obtain and provide > anything else yo

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-02 Thread Alexey Dokuchaev
On Sat, Jan 02, 2021 at 04:52:33PM +0200, Konstantin Belousov wrote: > ... > Ok. So two questions: > 1. Do you have core dump? I have vmcore.0 and matching kernel.debug, I'll gladly obtain and provide anything else you might wanna need. > 2. Can you look more closely what you do from the user Po

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-02 Thread Konstantin Belousov
On Sat, Jan 02, 2021 at 06:29:06AM +, Alexey Dokuchaev wrote: > On Sat, Jan 02, 2021 at 12:02:23AM +0200, Konstantin Belousov wrote: > > On Fri, Jan 01, 2021 at 06:44:00PM +, Alexey Dokuchaev wrote: > > > On Tue, Sep 15, 2020 at 10:19:16PM +, Konstantin Belousov wrote: > > > > New Revis

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-01 Thread Alexey Dokuchaev
On Sat, Jan 02, 2021 at 12:02:23AM +0200, Konstantin Belousov wrote: > On Fri, Jan 01, 2021 at 06:44:00PM +, Alexey Dokuchaev wrote: > > On Tue, Sep 15, 2020 at 10:19:16PM +, Konstantin Belousov wrote: > > > New Revision: 365787 > > > URL: https://svnweb.freebsd.org/changeset/base/365787 >

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-01 Thread Konstantin Belousov
On Sat, Jan 02, 2021 at 12:02:29AM +0200, Konstantin Belousov wrote: > On Fri, Jan 01, 2021 at 06:44:00PM +, Alexey Dokuchaev wrote: > > On Tue, Sep 15, 2020 at 10:19:16PM +, Konstantin Belousov wrote: > > > New Revision: 365787 > > > URL: https://svnweb.freebsd.org/changeset/base/365787 >

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-01 Thread Konstantin Belousov
On Fri, Jan 01, 2021 at 06:44:00PM +, Alexey Dokuchaev wrote: > On Tue, Sep 15, 2020 at 10:19:16PM +, Konstantin Belousov wrote: > > New Revision: 365787 > > URL: https://svnweb.freebsd.org/changeset/base/365787 > > > > Log: > > Add tmpfs page cache read support. > > > > Or it could

Re: svn commit: r365787 - head/sys/fs/tmpfs

2021-01-01 Thread Alexey Dokuchaev
On Tue, Sep 15, 2020 at 10:19:16PM +, Konstantin Belousov wrote: > New Revision: 365787 > URL: https://svnweb.freebsd.org/changeset/base/365787 > > Log: > Add tmpfs page cache read support. > > Or it could be explained as lockless (for vnode lock) reads. Reads > are performed from th

svn commit: r365787 - head/sys/fs/tmpfs

2020-09-15 Thread Konstantin Belousov
Author: kib Date: Tue Sep 15 22:19:16 2020 New Revision: 365787 URL: https://svnweb.freebsd.org/changeset/base/365787 Log: Add tmpfs page cache read support. Or it could be explained as lockless (for vnode lock) reads. Reads are performed from the node tn_obj object. Tmpfs regular vnode