Re: [PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy

2013-01-25 Thread Maxim V. Patlasov
Hi Miklos, 01/25/2013 02:21 PM, Miklos Szeredi пишет: On Tue, Jan 15, 2013 at 4:20 PM, Maxim V. Patlasov wrote: Heard nothing from you for two months. Any feedback would still be appreciated. Sorry about the long silence. I haven't done a detailed review yet. It would be good if you could r

Re: [PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy

2013-01-25 Thread Miklos Szeredi
On Tue, Jan 15, 2013 at 4:20 PM, Maxim V. Patlasov wrote: > Heard nothing from you for two months. Any feedback would still be > appreciated. Sorry about the long silence. I haven't done a detailed review yet. It would be good if you could resent the patchset against for-next branch of the fuse

Re: [PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy

2013-01-15 Thread Maxim V. Patlasov
Hi Miklos, 12/12/2012 06:53 PM, Maxim V. Patlasov пишет: Hi Miklos, 11/16/2012 09:04 PM, Maxim Patlasov пишет: Hi, This is the second iteration of Pavel Emelyanov's patch-set implementing write-back policy for FUSE page cache. Initial patch-set description was the following: One of the probl

Re: [PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy

2012-12-12 Thread Maxim V. Patlasov
Hi Miklos, 11/16/2012 09:04 PM, Maxim Patlasov пишет: Hi, This is the second iteration of Pavel Emelyanov's patch-set implementing write-back policy for FUSE page cache. Initial patch-set description was the following: One of the problems with the existing FUSE implementation is that it uses t

Re: [PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy

2012-11-26 Thread Maxim V. Patlasov
Hi Feng, 11/27/2012 05:04 AM, Feng Shuo пишет: Hi Maxim, I'm new to fuse but have some experience with NFS. From my understanding after reviewing your patchset, it seems only work with local file system or a distributed file system whose file is never modified (could be grown but no or very few

Re: [PATCH v2 00/14] fuse: An attempt to implement a write-back cache policy

2012-11-26 Thread Feng Shuo
Hi Maxim, I'm new to fuse but have some experience with NFS. From my understanding after reviewing your patchset, it seems only work with local file system or a distributed file system whose file is never modified (could be grown but no or very few modified) because it doesn't exam the pre/post st