cvs commit: src/sys/fs/msdosfs msdosfs_fat.c

2008-09-04 Thread Konstantin Belousov
kib 2008-09-04 14:25:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/fs/msdosfs msdosfs_fat.c Log: SVN rev 182756 on 2008-09-04 14:25:10Z by kib MFC r182600: In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c

2008-09-04 Thread Konstantin Belousov
kib 2008-09-04 15:09:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/msdosfs msdosfs_fat.c Log: SVN rev 182759 on 2008-09-04 15:09:26Z by kib MFC r182600: In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c

2008-09-01 Thread Konstantin Belousov
kib 2008-09-01 13:18:16 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c Log: SVN rev 182600 on 2008-09-01 13:18:16Z by kib In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers were replaced by file relative sector numbers as

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c

2007-09-23 Thread Bruce Evans
bde 2007-09-23 14:49:32 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c Log: Remove some of the pessimizations involving writing the fsi sector. All active fields in fsi are advisory/optional, so we shouldn't do extra work to make them valid

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c

2007-08-06 Thread Bruce Evans
bde 2007-08-07 02:20:37 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c Log: Sort includes. Remove banal comments before includes. Remove rotted banal comments attached to includes. Approved by:re (kensmith) (blanket)

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c msdosfs_vfsops.c

2007-08-03 Thread Bruce Evans
bde 2007-08-03 23:13:51 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c msdosfs_vfsops.c Log: Oops, fix the fix for the i/o size of the fsinfo block. Its log message explained why the size is 1 sector, but the code used a size of 1 cluster.

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c msdosfs_vnops.c

2007-07-20 Thread Bruce Evans
bde 2007-07-20 16:21:47 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c msdosfs_vnops.c Log: Clean up before implementing vfs clustering for msdosfs: In msdosfs_read(), mainly reorder the main loop to the same order as in ffs_read().

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h

2007-07-10 Thread Bruce Evans
bde 2007-07-10 13:20:24 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h Log: Don't use almost perfectly pessimal cluster allocation. Allocation of the the first cluster in a file (and, if the allocation cannot be continued

Re: cvs commit: src/sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h

2007-07-10 Thread Eric Anderson
Bruce Evans wrote: bde 2007-07-10 13:20:24 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c msdosfsmount.h Log: Don't use almost perfectly pessimal cluster allocation. Allocation of the the first cluster in a file (and, if the allocation

cvs commit: src/sys/fs/msdosfs msdosfs_fat.c

2007-01-29 Thread Tom Rhodes
trhodes 2007-01-30 04:41:38 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_fat.c Log: Fix spacing from my previous commit to this file: Noticed by: fjoe Revision ChangesPath 1.39 +1 -1 src/sys/fs/msdosfs/msdosfs_fat.c