Re: [PATCH 00/19] [V2] orangefs: page cache

2018-10-08 Thread martin
On Mon, Oct 08, 2018 at 04:43:36PM -0400, Mike Marshall wrote: > I still hit writepages_callback not private! on xfstests generic/127... There's six fsx runs in there. Can you figure out which one fails? Martin

Re: [PATCH 00/19] [V2] orangefs: page cache

2018-10-08 Thread Mike Marshall
I still hit writepages_callback not private! on xfstests generic/127... -Mike On Sun, Oct 7, 2018 at 7:27 PM Martin Brandenburg wrote: > > V2... see https://marc.info/?l=linux-fsdevel&m=153721507330730&w=2 > > One important change is the following, without which an unaligned write > may end up wr

[PATCH 00/19] [V2] orangefs: page cache

2018-10-07 Thread Martin Brandenburg
V2... see https://marc.info/?l=linux-fsdevel&m=153721507330730&w=2 One important change is the following, without which an unaligned write may end up written to the beginning of its page. Surprisingly xfstests did not catch this. This was caught by an invalidate_inode_pages2 call in read_iter (n