Re: [PATCH v11 20/21] ext4: Add DAX functionality

2014-10-17 Thread Mathieu Desnoyers
- Original Message - > From: "Matthew Wilcox" > To: "Mathieu Desnoyers" > Cc: "Matthew Wilcox" , > linux-fsde...@vger.kernel.org, linux...@kvack.org, > linux-kernel@vger.kernel.org, "Ross Zwisler" > Sent: Friday, October 17, 2

Re: [PATCH v11 20/21] ext4: Add DAX functionality

2014-10-17 Thread Matthew Wilcox
On Thu, Oct 16, 2014 at 02:56:25PM +0200, Mathieu Desnoyers wrote: > > +#define EXT4_MOUNT_DAX 0x00200 /* Execute in place */ > > Execute in place -> Direct Access stuff... (comment above) Thanks! Fixed. > > +static int ext4_dax_fault(struct vm_area_struct *vma, struct vm_fa

Re: [PATCH v11 20/21] ext4: Add DAX functionality

2014-10-16 Thread Mathieu Desnoyers
On 25-Sep-2014 04:33:37 PM, Matthew Wilcox wrote: > From: Ross Zwisler > > This is a port of the DAX functionality found in the current version of > ext2. > > Signed-off-by: Ross Zwisler > Reviewed-by: Andreas Dilger > [heavily tweaked] > Signed-off-by: Matthew Wilcox > --- > Documentation/f

[PATCH v11 20/21] ext4: Add DAX functionality

2014-09-25 Thread Matthew Wilcox
From: Ross Zwisler This is a port of the DAX functionality found in the current version of ext2. Signed-off-by: Ross Zwisler Reviewed-by: Andreas Dilger [heavily tweaked] Signed-off-by: Matthew Wilcox --- Documentation/filesystems/dax.txt | 1 + Documentation/filesystems/ext4.txt | 2 + f