android_kernel_samsung_msm8976/fs/fat
Christoph Hellwig 2c27c65ed0 check ATTR_SIZE contraints in inode_change_ok
Make sure we check the truncate constraints early on in ->setattr by adding
those checks to inode_change_ok.  Also clean up and document inode_change_ok
to make this obvious.

As a fallout we don't have to call inode_newsize_ok from simple_setsize and
simplify it down to a truncate_setsize which doesn't return an error.  This
simplifies a lot of setattr implementations and means we use truncate_setsize
almost everywhere.  Get rid of fat_setsize now that it's trivial and mark
ext2_setsize static to make the calling convention obvious.

Keep the inode_newsize_ok in vmtruncate for now as all callers need an
audit for its removal anyway.

Note: setattr code in ecryptfs doesn't call inode_change_ok at all and
needs a deeper audit, but that is left for later.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-08-09 16:47:39 -04:00
..
cache.c fatfs: ratelimit corruption report 2010-05-25 08:07:04 -07:00
dir.c fat: convert to unlocked_ioctl 2010-05-17 08:16:12 +09:00
fat.h check ATTR_SIZE contraints in inode_change_ok 2010-08-09 16:47:39 -04:00
fatent.c fat: make discard a mount option 2009-11-21 20:36:52 +09:00
file.c check ATTR_SIZE contraints in inode_change_ok 2010-08-09 16:47:39 -04:00
inode.c get rid of cont_write_begin_newtrunc 2010-08-09 16:47:31 -04:00
Kconfig vfat: Note the NLS requirement 2009-04-17 09:32:11 -07:00
Makefile fat: move fs/vfat/* and fs/msdos/* to fs/fat 2008-11-06 15:41:20 -08:00
misc.c fatfs: ratelimit corruption report 2010-05-25 08:07:04 -07:00
namei_msdos.c headers: smp_lock.h redux 2009-07-12 12:22:34 -07:00
namei_vfat.c fat: fix buffer overflow in vfat_create_shortname() 2010-03-31 10:34:11 -07:00