alistair23-linux/fs/affs
Fabian Frederick a80f2d2224 fs/affs: bugfix: Write files greater than page size on OFS
Previous AFFS patch fixed OFS write operations but unveiled
another bug: files greater than 4KB are being created with a wrong
size resulting in errors like the following:

dd if=/dev/zero of=file bs=4097 count=1
cp file /mnt/affs/
cp: error writing '/mnt/affs/file': Bad address

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2017-04-26 23:54:06 -04:00
..
affs.h fs/affs: import amigaffs.h 2017-04-26 23:54:05 -04:00
amigaffs.c fs/affs: add prefix to some functions 2017-02-27 18:43:45 -08:00
amigaffs.h fs/affs: import amigaffs.h 2017-04-26 23:54:05 -04:00
bitmap.c fs/affs/bitmap.c: remove unnecessary return 2015-02-17 14:34:52 -08:00
Changes remove obsolete references to powertweak 2013-11-27 20:34:32 -08:00
dir.c fs: rename "rename2" i_op to "rename" 2016-09-27 11:03:58 +02:00
file.c fs/affs: bugfix: Write files greater than page size on OFS 2017-04-26 23:54:06 -04:00
inode.c fs/affs: bugfix: make symbolic links work again 2017-04-26 23:54:05 -04:00
Kconfig fs/affs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
Makefile fs: change to new flag variable 2011-03-17 14:02:57 +01:00
namei.c fs/affs: remove node generation check 2017-04-26 23:54:05 -04:00
super.c sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> 2017-03-02 08:42:31 +01:00
symlink.c vfs: remove ".readlink = generic_readlink" assignments 2016-12-09 16:45:04 +01:00