kib 2008-08-14 12:33:40 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
SVN rev 181729 on 2008-08-14 12:33:40Z by kib
MFC r176431 by marcel:
Don't check the bpbSecPerTrack and bpbHeads fields of the BPB. T
On Sat, 22 Mar 2008, Alfred Perlstein wrote:
* Jeff Roberson <[EMAIL PROTECTED]> [080322 02:15] wrote:
jeff2008-03-22 09:15:16 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
sys/kern vfs_bio.c vfs_cluster.c vfs_default.c
* Jeff Roberson <[EMAIL PROTECTED]> [080322 02:15] wrote:
> jeff2008-03-22 09:15:16 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/fs/msdosfs msdosfs_vfsops.c
> sys/kern vfs_bio.c vfs_cluster.c vfs_default.c
> vfs_subr.c
jeff2008-03-22 09:15:16 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
sys/kern vfs_bio.c vfs_cluster.c vfs_default.c
vfs_subr.c
sys/nfs4client nfs4_vfsops.c nfs4_vnops.c
sys/nfsclient
On Mar 16, 2008, at 12:55 PM, Konstantin Belousov wrote:
kib 2008-03-16 19:55:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC rev. 1.186:
Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.
Tha
kib 2008-03-16 19:55:16 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC rev. 1.186:
Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.
Approved by:marcel
Revision ChangesPath
On Feb 20, 2008, at 8:40 PM, Dmitry Marakasov wrote:
* Marcel Moolenaar ([EMAIL PROTECTED]) wrote:
Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.
They are typically 0 on new ia64 systems. Since we don't use
either field, there's no harm in not checking.
Thanks a lot, this
* Marcel Moolenaar ([EMAIL PROTECTED]) wrote:
> Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.
> They are typically 0 on new ia64 systems. Since we don't use
> either field, there's no harm in not checking.
Thanks a lot, this fixes mounting some removeable media (for example,
marcel 2008-02-21 03:19:47 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.
They are typically 0 on new ia64 systems. Since we don't use
either field, there's no harm in not c
Robert Watson wrote:
On Sun, 18 Nov 2007, Robert Watson wrote:
'iff' was definitely part of my formal education in three fields
during my undergraduate career in the US -- mathematics, computer
science, philosophy, and logic.
Sadly, a clearly omitted portion of my education was arithmetic --
In message: <[EMAIL PROTECTED]>
"Bruce M. Simpson" <[EMAIL PROTECTED]> writes:
: I recommend we "i.f.f." ie deliberately periodize its use outside of
: mathematics and logic; this is a common use; if the strict use is
: needed, use '<=>' in comments. There's no 7-bit ASCII glyph for i
On Sun, 18 Nov 2007, Robert Watson wrote:
'iff' was definitely part of my formal education in three fields during my
undergraduate career in the US -- mathematics, computer science, philosophy,
and logic.
Sadly, a clearly omitted portion of my education was arithmetic -- that's
definitely fo
Robert Watson wrote:
'iff' was definitely part of my formal education in three fields
during my undergraduate career in the US -- mathematics, computer
science, philosophy, and logic. It's used as an abbreviation for a
longer term which addresses an ambiguity in English, hence its
popularit
On Sun, 18 Nov 2007, Peter Jeremy wrote:
On Sun, Nov 18, 2007 at 09:21:31AM +, Maxim Konovalov wrote:
o English lesson from bde@: "iff" is not a typo, it means "if and only
if".
AFAIK, it's a mathematical term, rather than general English (at least I
learnt it in high-school maths). I'
On Sun, Nov 18, 2007 at 09:21:31AM +, Maxim Konovalov wrote:
> o English lesson from bde@: "iff" is not a typo, it means "if and only if".
AFAIK, it's a mathematical term, rather than general English (at least
I learnt it in high-school maths). I'm not sure how common it is -
I've used it at
maxim 2007-11-18 09:21:31 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
o English lesson from bde@: "iff" is not a typo, it means "if and only if".
Backout previous.
Revision ChangesPath
1.183 +1 -1 src/sys/fs/msdos
maxim 2007-11-17 16:19:49 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
o Fix a typo in the comment.
Revision ChangesPath
1.182 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c
___
bde 2007-10-23 10:39:03 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Forced commit to note that rev.1.179 has the following fixes in addition to
the ones mentioned in its log message:
For mount-update from rw to ro:
- don't mi
delphij 2007-10-22 17:46:57 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Forced commit to clarify that previous change was:
Submitted by: bde
Revision ChangesPath
1.180 +0 -0 src/sys/fs/msdosfs/msdosfs_vfsops.c
delphij 2007-10-22 17:43:43 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Fixes to msdosfs dirtyflag related stuff:
- markvoldirty() needs to write to underlying GEOM provider. We
have to do that *before* g_access() which sets t
bde 2007-10-18 16:25:47 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Add noclusterr and noclusterw options to the options list. I forgot these
when I implemented clustering.
Revision ChangesPath
1.177 +1 -1 src/
bde 2007-10-18 15:48:10 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Fix some style bugs in the mount options list. Mainly, sort the list,
leaving space for adding missing options. Negative options are sorted
after removing their
On Wed, Aug 15, 2007 at 05:40:09PM +, John Baldwin wrote:
> jhb 2007-08-15 17:40:09 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/fs/msdosfs msdosfs_vfsops.c
> sys/gnu/fs/ext2fsext2_vfsops.c
> sys/kern vfs_mount.c
> Log:
>
> R
jhb 2007-08-15 17:40:09 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
sys/gnu/fs/ext2fsext2_vfsops.c
sys/kern vfs_mount.c
Log:
On 6.x this works:
% mount | grep home
/dev/ad4s1e on /home (ufs, local, noatime,
bde 2007-08-07 03:38:36 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Fix some style bugs (mainly some whitespace errors).
Approved by:re (kensmith) (blanket)
Revision ChangesPath
1.173 +21 -23src/sys/fs/msd
bde 2007-08-07 02:27:35 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Sort includes.
Remove banal comments attached to includes.
Approved by:re (kensmith) (blanket)
Revision ChangesPath
1.172 +11 -11src
bde 2007-08-07 01:37:59 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Include 's prerequisite instead of depending on
namespace pollution in .
Sort the include of instead of unsorting it after
and depending on the pollution
bde 2007-08-05 12:58:34 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Silently fix up the estimated next free cluster number from the fsinfo
sector, instead of failing the whole mount if it is garbage. Fields
in the fsinfo sector a
* LI Xin <[EMAIL PROTECTED]> [070723 03:26] wrote:
> Bruce M. Simpson wrote:
> > Bruce Evans wrote:
> >> bde 2007-07-23 07:10:17 UTC
> >>
> >> FreeBSD src repository
> >>
> >> Modified files:
> >> sys/fs/msdosfs msdosfs_vfsops.c Log:
> >> Make using msdosfs as the root fil
On Mon, 23 Jul 2007, LI Xin wrote:
Bruce M. Simpson wrote:
Bruce Evans wrote:
bde 2007-07-23 07:10:17 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c Log:
Make using msdosfs as the root file system sort of work:
In case anyone is wonderi
On Mon, 23 Jul 2007, Bruce M. Simpson wrote:
> > Make using msdosfs as the root file system sort of work:
>
> In case anyone is wondering 'Why the hell would anyone wish to do
> this?' consider the case of various embedded systems and small
> devices where the medium is pre-formatted as MS-DOS. o
Bruce M. Simpson wrote:
> Bruce Evans wrote:
>> bde 2007-07-23 07:10:17 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/fs/msdosfs msdosfs_vfsops.c Log:
>> Make using msdosfs as the root file system sort of work:
>>
>
> In case anyone is wondering 'Why th
Bruce Evans wrote:
bde 2007-07-23 07:10:17 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Make using msdosfs as the root file system sort of work:
In case anyone is wondering 'Why the hell would anyone wish to do this?'
consider
bde 2007-07-23 07:10:17 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Make using msdosfs as the root file system sort of work:
o Initialize ownerships and permissions. They were garbage (0) for
root mounts since vfs_mountroot_
rodrigc 2007-07-21 22:24:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC 1.148:
When parsing mount options, accept "shortnames" and "longnames" in addition
to "shortname" and "longname".
Submitted by:
On 7/14/07, Bruce Evans <[EMAIL PROTECTED]> wrote:
On Fri, 13 Jul 2007, Ben Kaduk wrote:
> I recently got a patch committed to the installation chapter of the
> handbook, which included two occasions of clarifying ``MS-DOS
> filesystem'' as ``FAT16 or FAT32'' [1,2 for present incarnation]. I
>
On Fri, 13 Jul 2007, Ben Kaduk wrote:
I recently got a patch committed to the installation chapter of the
handbook, which included two occasions of clarifying ``MS-DOS
filesystem'' as ``FAT16 or FAT32'' [1,2 for present incarnation]. I
am too young to remember the existence of FAT12, so I'll ha
Hi Bruce,
On 7/12/07, Bruce Evans <[EMAIL PROTECTED]> wrote:
bde 2007-07-12 17:17:47 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Round up the FAT block size to a multiple of the sector size so that i/o
to the FAT is possible.
M
Bruce Evans wrote:
> This completes fixing msdosfs for some large sector sizes
...
Bruce,
Thanks for taking this on. While FAT may seem passe, I know it's used
a lot even now with camera cards and other removable access devices.
Since I use it for that myself, I especially appreciate it. :)
bde 2007-07-12 17:17:47 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Round up the FAT block size to a multiple of the sector size so that i/o
to the FAT is possible.
Make the FAT block size less arbitrary before it is rounded up
rodrigc 2007-07-08 15:30:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c
sys/modules/msdosfs Makefile
sys/conf NOTES files options
Log:
MFC: Convert MSDOSFS_LARGE compile time opt
trhodes 2007-06-01 17:06:46 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Revert previous, part of NFS that I didn't know about.
Revision ChangesPath
1.164 +20 -0 src/sys/fs/msdosfs/msdosfs_vfsops.c
_
Tom Rhodes wrote:
trhodes 2007-06-01 14:57:19 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Garbage collect msdosfs_fhtovp; it appears unused and I have been using
MSDOSFS without this function and problems for the last month.
Rev
On Fri, 1 Jun 2007, Tom Rhodes wrote:
trhodes 2007-06-01 14:57:19 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Garbage collect msdosfs_fhtovp; it appears unused and I have been using
MSDOSFS without this function and problems for the last mo
trhodes 2007-06-01 14:57:19 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Garbage collect msdosfs_fhtovp; it appears unused and I have been using
MSDOSFS without this function and problems for the last month.
Revision ChangesPat
rodrigc 2007-02-08 02:44:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC 1.61:
Add noatime to the list of mount options that msdosfs accepts.
PR: 108896
Submitted by: Eugene Grosbe
rodrigc 2007-02-08 02:30:55 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Add noatime to the list of mount options that msdosfs accepts.
PR: 108896
Submitted by: Eugene Grosbein
Revision ChangesPath
1.161
rodrigc 2007-02-08 02:25:35 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Style fixes: use ANSI C function declarations.
Revision ChangesPath
1.160 +8 -31 src/sys/fs/msdosfs/msdosfs_vfsops.c
_
rodrigc 2007-02-06 03:30:58 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Eliminate some dead code which was introduced in 1.23, yet was always
commented out.
Revision ChangesPath
1.159 +0 -11 src/sys/fs/msdosfs/msdosf
rodrigc 2007-01-31 02:49:45 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC: 1.148, 1.149:
Properly parse "longname", "longnames", "shortname", "shortnames",
"nowin95", "win95" mount options.
Requested b
avatar 2007-01-30 08:05:04 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c
Log:
Fixing compilation bustage by removing references to opt_msdosfs.h.
This auto-generated header file no longer exists since the removal of
MSDOS
rodrigc 2007-01-06 22:17:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC 1.56:
Fix mount update from read-only to read-write for FAT-16 and FAT-32.
PR: 105412
Tested by: Eugene Gros
rodrigc 2007-01-06 20:46:02 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
When performing a mount update to change a mount from read-only to read-write,
do not call markvoldirty() until the mount has been flagged as read-write.
Due to t
On Wed, Dec 20, 2006 at 03:05:30AM +, Xin LI wrote:
> delphij 2006-12-20 03:05:30 UTC
>
> FreeBSD src repository
>
> Modified files:(Branch: RELENG_6_2)
> sys/fs/msdosfs msdosfs_vfsops.c
> Log:
> Redo previous merge from RELENG_6 (rev 1.144.2.7) to fix build.
>
delphij 2006-12-20 03:05:30 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_2)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Redo previous merge from RELENG_6 (rev 1.144.2.7) to fix build.
Approved by:re (implicit, fix build)
Revision Changes
rodrigc 2006-12-20 01:32:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_2)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC: 1.155 (without vfs_mount_error()):
- Fix MNT_UPDATE for msdosfs, do not allow "export" requests if
MSDOSFS_LARGEFS flag is set.
rodrigc 2006-12-14 04:48:17 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC: 1.155 (without vfs_mount_error()):
- Fix MNT_UPDATE for msdosfs, do not allow "export" requests if
MSDOSFS_LARGEFS flag is set.
rodrigc 2006-12-09 01:49:19 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Minor cleanup. If we are doing a mount update, and we pass in
an "export" flag indicating that we are trying to NFS export the
filesystem, and the MSDOSFS_LARGEF
delphij 2006-09-24 14:35:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
Log:
MFC 1.152:
When the volume is being downgraded from a read-write mode, mark
it as clean.
PR: kern/85366
Submitted
delphij 2006-08-03 03:55:52 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
When the volume is being downgraded from a read-write mode, mark
it as clean.
PR: kern/85366
Submitted by: Dan Lukes
MFC After: 2 weeks
rodrigc 2006-06-17 20:02:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c
sys/fs/ntfs ntfs_vfsops.c
sys/fs/udf udf_vfsops.c
sys/gnu/fs/ext2fsext2_vfsops.c
sys/gnu/fs/reiserfs reise
rodrigc 2006-06-01 02:25:00 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
sbin/mount_msdosfs mount_msdosfs.c
Log:
mount_msdosfs.c:
- remove call to getmntopts(), and just pass -o options to
nmount(). This removes some confusion
rodrigc 2006-05-26 00:32:21 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
sys/fs/ntfs ntfs_vfsops.c
sys/gnu/fs/ext2fsext2_vfsops.c
sys/isofs/cd9660 cd9660_vfsops.c
sys/kern vfs_mount.c
sys/ufs/ffs
yar 2006-02-20 00:53:15 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c
sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c
sys/fs/smbfs smbfs_vnops.c
sys/fs/udf udf_vfsops.c
В ср, 23/11/2005 в 13:54 -0500, Craig Rodrigues пишет:
> On Wed, Nov 23, 2005 at 06:19:45PM +0300, Vladimir Grebenschikov wrote:
> > Probably same problem exists with mount_smb now.
> > Long names converted to 8.3 form that is not desired, but both -o
> > longname and -o longnames does not accepted
On Wed, Nov 23, 2005 at 06:19:45PM +0300, Vladimir Grebenschikov wrote:
> Probably same problem exists with mount_smb now.
> Long names converted to 8.3 form that is not desired, but both -o
> longname and -o longnames does not accepted.
Hmmm. How about mount_smbfs -o long, or mount_smbfs -n long
В пт, 18/11/2005 в 22:34 +, Craig Rodrigues пишет:
> rodrigc 2005-11-18 22:34:31 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/fs/msdosfs msdosfs_vfsops.c
> Log:
> Add "shortnames" and "longnames" mount options which are
> synonyms for "shortname" and "long
rodrigc 2005-11-19 16:38:39 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Properly parse the nowin95 mount option.
Tested by: Rainer Hurling
Revision ChangesPath
1.149 +4 -5 src/sys/fs/msdosfs/msdosfs_vfsops.
rodrigc 2005-11-18 22:34:31 UTC
FreeBSD src repository
Modified files:
sys/fs/msdosfs msdosfs_vfsops.c
Log:
Add "shortnames" and "longnames" mount options which are
synonyms for "shortname" and "longname" mount options. The old
(before nmount()) mount_msdosfs program a
69 matches
Mail list logo