kib 2008-08-14 12:40:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vnops.c
Log:
SVN rev 181730 on 2008-08-14 12:40:42Z by kib
MFC r180252:
The uniqdosname() function takes char[12] as it third argument.
Revisi
kib 2008-07-07 10:07:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/msdosfs msdosfs_vnops.c
Log:
SVN rev 180342 on 2008-07-07 10:07:00Z by kib
MFC r180252:
The uniqdosname() function takes char[12] as it third argument.
Revisi
kib 2008-07-04 09:40:52 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
SVN rev 180252 on 2008-07-04 09:40:52Z by kib
The uniqdosname() function takes char[12] as it third argument.
Found by: -fstack-protector
Reported by
bde 2007-10-18 07:26:21 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
In msdosfs_settattr(), don't do synchronous updates of the denode
(except indirectly for the size pseudo-attribute). If anything deserves
a sync update, then it i
bde 2007-08-07 10:35:27 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
In msdosfs_read() and msdosfs_write(), don't check explicitly for
(uio_offset < 0) since this can't happen. If this happens, then the
general code handles the pro
bde 2007-08-07 05:42:10 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
Fix and update the comments about the effect of the read-only flag on writing.
They are still too verbose.
Remove nearby unreachable code for handling symlinks.
bde 2007-08-07 03:43:28 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
Fix some style bugs (don't assume that off_t == int64_t; fix some comments;
remove some parentheses; fix only a couple of whtespace errors).
Approved by:re
bde 2007-08-07 02:28:33 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
Sort includes.
Remove rotted banal comment attached to includes.
Approved by:re (kensmith) (blanket)
Revision ChangesPath
1.175 +10 -10
bde 2007-08-07 01:40:27 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
Include and its prerequisite instead of
depending on namespace pollution in and/or
Approved by:re (kensmith) (blanket)
Revision ChangesPath
On Fri, 20 Jul 2007, Alfred Perlstein wrote:
* Bruce Evans <[EMAIL PROTECTED]> [070720 10:06] wrote:
bde 2007-07-20 17:06:57 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
Implement vfs clustering for msdosfs.
...
msdosfs is now on
* Bruce Evans <[EMAIL PROTECTED]> [070720 10:06] wrote:
> bde 2007-07-20 17:06:57 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/fs/msdosfs msdosfs_vnops.c
> Log:
> Implement vfs clustering for msdosfs.
...
> msdosfs is now only slightly slower than ffs with
bde 2007-07-20 17:06:57 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
Implement vfs clustering for msdosfs.
This gives a very large speedup for small block sizes (in my tests,
about 5 times for write and 3 times for read with a bl
maxim 2006-12-31 07:34:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vnops.c
Log:
MFC rev. 1.166 (with mods for RELENG_6): do not leave uninitialized
birthtime, set ctime to mtime.
Revision ChangesPath
1.160.
maxim 2006-12-03 19:04:27 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
o Do not leave uninitialized birthtime: in MSDOSFSMNT_LONGNAME
set birthtime to FAT CTime (creation time) and in the other cases
set birthtime to -1.
o Set ct
jeff2006-03-13 03:05:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vnops.c
Log:
MFC Rev 1.163
VFS SMP fixes, stack api, softupdates fixes.
Sponsored by: Isilon Systems, Inc.
Approved by:re (scottl)
Rev
trhodes 2006-01-23 17:45:57 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vnops.c
Log:
Update incorrect comments here, there should not be a call to panic()
over fs corruption.
Discussed with: alfred, phk
Revision ChangesPath
1.162
16 matches
Mail list logo