freebsd-dev/sys/fs/msdosfs
Tom Rhodes c2f95f6688 Fix a bug where a truncate operation involving truncate() or ftruncate() on
an MSDOSFS file system either failed, silently corrupted the file, or
sometimes corrupted the neighboring file.

PR:		53695
Submitted by:	Ariff Abdullah <skywizard@MyBSD.org.my> (original version)
MFC:		3 days
2003-06-27 15:46:38 +00:00
..
bootsect.h Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to 2002-10-21 19:00:50 +00:00
bpb.h Axe more unused GEMDOS code that was #ifdef atari. 2001-11-28 16:56:42 +00:00
denode.h change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 2003-06-24 22:11:20 +00:00
direntry.h Remove __P. 2002-03-19 22:20:14 +00:00
fat.h Remove __P. 2002-03-19 22:20:14 +00:00
msdosfs_conv.c Split the global timezone structure into two integer fields to 2003-02-03 19:49:35 +00:00
msdosfs_denode.c Fix a bug where a truncate operation involving truncate() or ftruncate() on 2003-06-27 15:46:38 +00:00
msdosfs_fat.c - Add a new 'flags' parameter to getblk(). 2003-03-04 00:04:44 +00:00
msdosfs_lookup.c - Replace v_flag with v_iflag and v_vflag 2002-08-04 10:29:36 +00:00
msdosfs_vfsops.c Initialize struct vfsops C99-sparsely. 2003-06-12 20:48:38 +00:00
msdosfs_vnops.c Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations 2003-06-15 18:53:00 +00:00
msdosfsmount.h More s/file system/filesystem/g 2002-05-16 21:28:32 +00:00