Hi Miklos,
04/25/2013 02:35 PM, Miklos Szeredi пишет:
On Mon, Apr 1, 2013 at 12:42 PM, Maxim V. Patlasov
wrote:
The .writepages one is required to make each writeback request carry more than
one page on it.
I'd split this into two parts:
1) implement ->writepages() and enable it unconditiona
On Mon, Apr 1, 2013 at 12:42 PM, Maxim V. Patlasov
wrote:
> The .writepages one is required to make each writeback request carry more than
> one page on it.
I'd split this into two parts:
1) implement ->writepages() and enable it unconditionally for mmaped
writeback (why is it not enabled by thi
The .writepages one is required to make each writeback request carry more than
one page on it.
Changed in v2:
- fixed fuse_prepare_write() to avoid reads beyond EOF
- fixed fuse_prepare_write() to zero uninitialized part of page
Changed in v3:
- moved common part of fuse_readpage() and fuse_pr
Hi Miklos,
01/30/2013 03:08 AM, Miklos Szeredi пишет:
On Fri, Jan 25, 2013 at 7:25 PM, Maxim V. Patlasov
wrote:
The .writepages one is required to make each writeback request carry more than
one page on it.
Changed in v2:
- fixed fuse_prepare_write() to avoid reads beyond EOF
- fixed fuse
On Fri, Jan 25, 2013 at 7:25 PM, Maxim V. Patlasov
wrote:
> The .writepages one is required to make each writeback request carry more than
> one page on it.
>
> Changed in v2:
> - fixed fuse_prepare_write() to avoid reads beyond EOF
> - fixed fuse_prepare_write() to zero uninitialized part of pa
The .writepages one is required to make each writeback request carry more than
one page on it.
Changed in v2:
- fixed fuse_prepare_write() to avoid reads beyond EOF
- fixed fuse_prepare_write() to zero uninitialized part of page
Original patch by: Pavel Emelyanov
Signed-off-by: Maxim V. Patlas
The .writepages one is required to make each writeback request carry more than
one page on it.
Original patch by: Pavel Emelyanov
Signed-off-by: Maxim Patlasov
---
fs/fuse/file.c | 251
1 files changed, 250 insertions(+), 1 deletions(-)
7 matches
Mail list logo