Re: Ptyfs correction.

2014-10-15 Thread Ilia Zykov
On 13.10.2014 19:12, Christos Zoulas wrote: In article 543bbe4a.7090...@izyk.ru, Ilia Zykov net...@izyk.ru wrote: -=-=-=-=-=- Sorry, forgot free(). I think I would prefer to has a lock argument in the lookup function and lock for the first call (the plain lookup) and not lock in the

Re: [PATCH] GOP_ALLOC and fallocate for puffs (round 2)

2014-10-15 Thread J. Hannken-Illjes
On 14 Oct 2014, at 19:05, Emmanuel Dreyfus m...@netbsd.org wrote: Hi Here is the latest iteration of my patch to ensure we avoid sending data to the page cache we cannot flush later. http://ftp.espci.fr/shadow/manu/puffs-alloc.patch - When writing, we make sure backend storage is

Re: Ptyfs correction.

2014-10-15 Thread Ilia Zykov
On 15.10.2014 16:55, Christos Zoulas wrote: On Oct 15, 1:14pm, net...@izyk.ru (Ilia Zykov) wrote: -- Subject: Re: Ptyfs correction. | Hello! | - corrects some wrong comments | - add XXX warning | - increase security | - make pty_vn_open() private to tty_ptm.c | | Thank you. |

Re: Ptyfs correction.

2014-10-15 Thread Christos Zoulas
On Oct 15, 5:49pm, net...@izyk.ru (Ilia Zykov) wrote: -- Subject: Re: Ptyfs correction. | | On 15.10.2014 16:55, Christos Zoulas wrote: | On Oct 15, 1:14pm, net...@izyk.ru (Ilia Zykov) wrote: | -- Subject: Re: Ptyfs correction. | | | Hello! | | - corrects some wrong comments | | - add

Re: Ptyfs correction.

2014-10-15 Thread Ilia Zykov
On 15.10.2014 18:55, Christos Zoulas wrote: On Oct 15, 5:49pm, net...@izyk.ru (Ilia Zykov) wrote: -- Subject: Re: Ptyfs correction. | | On 15.10.2014 16:55, Christos Zoulas wrote: | On Oct 15, 1:14pm, net...@izyk.ru (Ilia Zykov) wrote: | -- Subject: Re: Ptyfs correction. | | |

Re: [PATCH] GOP_ALLOC and fallocate for puffs (round 2)

2014-10-15 Thread Emmanuel Dreyfus
J. Hannken-Illjes hann...@eis.cs.tu-bs.de wrote: If you want to make UBC work with PUFFS fsx may help. Last time I tried it failed badly on a rump_ffs mount. You may find it here: http://www.netbsd.org/~hannken/fsx.tgz You just run it as fsx testfile ? -- Emmanuel Dreyfus