index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
fs
/
msdosfs
/
msdosfsmount.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not update the fsinfo block on each update of any fat block, this
kib
2013-02-17
1
-0
/
+1
*
This update changes the mnt_flag field in the mount structure from
mckusick
2011-07-24
1
-1
/
+1
*
The r184588 changed the layout of struct export_args, causing an ABI
kib
2010-10-10
1
-1
/
+1
*
Add per-mountpoint lockmgr lock for msdosfs. It is intended to be used
kib
2010-02-28
1
-1
/
+13
*
- Hold a reference on the cdev a filesystem is mounted from in the mount.
jhb
2009-02-27
1
-1
/
+2
*
Fix some bugs involving the fsinfo block (many remain unfixed). This is
bde
2007-07-12
1
-6
/
+0
*
Don't use almost perfectly pessimal cluster allocation. Allocation
bde
2007-07-10
1
-1
/
+1
*
Eliminate cdev pointer in inodes, they're not used or needed.
phk
2005-03-15
1
-1
/
+0
*
Use vfs_hash instead of home-rolling.
phk
2005-03-14
1
-4
/
+0
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Move MSDOSFS to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-0
/
+2
*
By popular request, add a workaround that allows large (>128GB or so)
tjr
2004-07-03
1
-1
/
+23
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Do not place dirmask in unnamed padding. Move it to the bottom of this
trhodes
2004-02-17
1
-1
/
+1
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
1
-13
/
+9
*
Add a '-M mask' option so that users can have different
trhodes
2003-08-12
1
-2
/
+6
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-3
/
+3
*
Axe more unused GEMDOS code that was #ifdef atari.
jhb
2001-11-28
1
-1
/
+1
*
Remove GEMDOS support from msdosfs. I don't think anyone is going to
jhb
2001-11-27
1
-3
/
+0
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
1
-1
/
+0
*
Quick fix for msdsofs_write() on alphas and other machines with either
bde
2000-08-25
1
-1
/
+1
*
Fix memory leakage on module unload.
bp
2000-06-29
1
-0
/
+1
*
Supported non-512 bytes/sector format.
nyan
2000-01-27
1
-0
/
+7
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
It is possible that number of sectors specified in the BPB
bp
1999-12-28
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Implement loadable DOS<->local conversion tables for DOS names
ache
1998-02-23
1
-3
/
+10
*
Implement loadable upper->lower local conversion table
ache
1998-02-23
1
-2
/
+5
*
Implement loadable local<->unicode file names conversion
ache
1998-02-22
1
-2
/
+5
*
Update MSDOSFS code using NetBSD's msdosfs as a guide to support
jkh
1998-02-18
1
-57
/
+88
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+5
*
Don't export kernel interfaces to applications. msdosfs_mount probably
bde
1997-03-03
1
-1
/
+9
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make this compile without warnings after the Lite2 merge:
mpp
1997-02-12
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-0
/
+12
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-2
/
+2
*
Moved declarations for static functions to the correct place (not in a
bde
1995-11-16
1
-16
/
+2
*
staticize private parts.
phk
1995-11-07
1
-11
/
+11
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-18
/
+18
*
Added declarations, fixed bugs due to missing decls. At least one of them
phk
1994-09-27
1
-1
/
+3
*
Added msdosfs.
dfr
1994-09-19
1
-0
/
+183