Re: [PATCH 1/1 linux-next] fs/affs/file.c: fix direct IO writes beyond EOF

2015-01-12 Thread Jan Kara
On Fri 09-01-15 22:19:43, Fabian Frederick wrote: > Use the same fallback to normal IO in case of write > operations beyond EOF as fat direct IO. This patch fixes > > fsx file -d -Z -r 4096 -w 4096 > > Report: > 129(129 mod 256): TRUNCATE DOWN from 0x3ff01 to 0xb3f6 > 130(130 mod 256): WRITE

Re: [PATCH 1/1 linux-next] fs/affs/file.c: fix direct IO writes beyond EOF

2015-01-12 Thread Jan Kara
On Fri 09-01-15 22:19:43, Fabian Frederick wrote: Use the same fallback to normal IO in case of write operations beyond EOF as fat direct IO. This patch fixes fsx file -d -Z -r 4096 -w 4096 Report: 129(129 mod 256): TRUNCATE DOWN from 0x3ff01 to 0xb3f6 130(130 mod 256): WRITE0x22000

[PATCH 1/1 linux-next] fs/affs/file.c: fix direct IO writes beyond EOF

2015-01-09 Thread Fabian Frederick
Use the same fallback to normal IO in case of write operations beyond EOF as fat direct IO. This patch fixes fsx file -d -Z -r 4096 -w 4096 Report: 129(129 mod 256): TRUNCATE DOWN from 0x3ff01 to 0xb3f6 130(130 mod 256): WRITE0x22000 thru 0x2dfff (0xc000 bytes) HOLE Thanks to Jan for

[PATCH 1/1 linux-next] fs/affs/file.c: fix direct IO writes beyond EOF

2015-01-09 Thread Fabian Frederick
Use the same fallback to normal IO in case of write operations beyond EOF as fat direct IO. This patch fixes fsx file -d -Z -r 4096 -w 4096 Report: 129(129 mod 256): TRUNCATE DOWN from 0x3ff01 to 0xb3f6 130(130 mod 256): WRITE0x22000 thru 0x2dfff (0xc000 bytes) HOLE Thanks to Jan for