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

2008-08-14 Thread Konstantin Belousov
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

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/kern vfs_bio.c vfs_cluster.c vfs_default.c vfs_subr.c src/sys/nfs4client nfs4_vfsops.c nfs4_vnops.c src/sys/nfsclient nfs_subs.c nfs_vfsops.

2008-03-22 Thread Jeff Roberson
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

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/kern vfs_bio.c vfs_cluster.c vfs_default.c vfs_subr.c src/sys/nfs4client nfs4_vfsops.c nfs4_vnops.c src/sys/nfsclient nfs_subs.c nfs_vfsops.

2008-03-22 Thread Alfred Perlstein
* 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

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/kern vfs_bio.c vfs_cluster.c vfs_default.c vfs_subr.c src/sys/nfs4client nfs4_vfsops.c nfs4_vnops.c src/sys/nfsclient nfs_subs.c nfs_vfsops.c nf

2008-03-22 Thread Jeff Roberson
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

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

2008-03-16 Thread Marcel Moolenaar
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

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

2008-03-16 Thread Konstantin Belousov
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

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

2008-02-20 Thread Marcel Moolenaar
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

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

2008-02-20 Thread Dmitry Marakasov
* 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,

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

2008-02-20 Thread Marcel Moolenaar
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

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

2007-11-19 Thread Julian Elischer
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 --

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

2007-11-18 Thread M. Warner Losh
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

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

2007-11-18 Thread Robert Watson
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

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

2007-11-18 Thread Bruce M. Simpson
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

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

2007-11-18 Thread Robert Watson
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'

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

2007-11-18 Thread Peter Jeremy
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

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

2007-11-18 Thread Maxim Konovalov
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

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

2007-11-17 Thread Maxim Konovalov
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 ___

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

2007-10-23 Thread Bruce Evans
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

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

2007-10-22 Thread Xin LI
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

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

2007-10-22 Thread Xin LI
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

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

2007-10-18 Thread Bruce Evans
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/

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

2007-10-18 Thread Bruce Evans
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

Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/kern vfs_mount.c

2007-08-15 Thread Craig Rodrigues
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

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/kern vfs_mount.c

2007-08-15 Thread John Baldwin
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,

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

2007-08-06 Thread Bruce Evans
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

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

2007-08-06 Thread Bruce Evans
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

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

2007-08-06 Thread Bruce Evans
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

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

2007-08-05 Thread Bruce Evans
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

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

2007-07-23 Thread Alfred Perlstein
* 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

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

2007-07-23 Thread Bruce Evans
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

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

2007-07-23 Thread Daniel O'Connor
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

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

2007-07-23 Thread LI Xin
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

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

2007-07-23 Thread Bruce M. Simpson
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

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

2007-07-23 Thread Bruce Evans
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_

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

2007-07-21 Thread Craig Rodrigues
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:

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

2007-07-14 Thread Ben Kaduk
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 >

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

2007-07-13 Thread Bruce Evans
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

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

2007-07-13 Thread Ben Kaduk
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

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

2007-07-12 Thread Doug Barton
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. :)

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

2007-07-12 Thread Bruce Evans
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

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c src/sys/modules/msdosfs Makefile src/sys/conf NOTES files options

2007-07-08 Thread Craig Rodrigues
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

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

2007-06-01 Thread Tom Rhodes
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 _

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

2007-06-01 Thread Scott Long
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

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

2007-06-01 Thread Robert Watson
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

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

2007-06-01 Thread Tom Rhodes
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

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

2007-02-07 Thread Craig Rodrigues
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

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

2007-02-07 Thread Craig Rodrigues
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

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

2007-02-07 Thread Craig Rodrigues
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 _

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

2007-02-05 Thread Craig Rodrigues
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

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

2007-01-30 Thread Craig Rodrigues
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

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

2007-01-30 Thread Tai-hwa Liang
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

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

2007-01-06 Thread Craig Rodrigues
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

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

2007-01-06 Thread Craig Rodrigues
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

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

2006-12-21 Thread Craig Rodrigues
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. >

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

2006-12-19 Thread Xin LI
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

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

2006-12-19 Thread Craig Rodrigues
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.

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

2006-12-13 Thread Craig Rodrigues
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.

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

2006-12-08 Thread Craig Rodrigues
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

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

2006-09-24 Thread Xin LI
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

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

2006-08-02 Thread Xin LI
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

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/fs/udf udf_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/gnu/fs/reiserfs reiserfs_vfsops.c src/sys/isofs/cd

2006-06-17 Thread Craig Rodrigues
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

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sbin/mount_msdosfs mount_msdosfs.c

2006-05-31 Thread Craig Rodrigues
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

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/fs/ntfs ntfs_vfsops.c src/sys/gnu/fs/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/kern vfs_mount.c src/sys/ufs/ffs ffs_vfso

2006-05-25 Thread Craig Rodrigues
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

cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c msdosfs_vnops.c src/sys/fs/ntfs ntfs_vfsops.c ntfs_vnops.c src/sys/fs/smbfs smbfs_vnops.c src/sys/fs/udf udf_vfsops.c src/sys/geom geom_vfs.c src/sys/gn

2006-02-19 Thread Yar Tikhiy
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

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

2005-11-24 Thread Vladimir Grebenschikov
В ср, 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

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

2005-11-23 Thread 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. Hmmm. How about mount_smbfs -o long, or mount_smbfs -n long

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

2005-11-23 Thread Vladimir Grebenschikov
В пт, 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

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

2005-11-19 Thread Craig Rodrigues
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.

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

2005-11-18 Thread 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 "longname" mount options. The old (before nmount()) mount_msdosfs program a