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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't reject FAT file systems with a number of "Heads" greater than
rwatson
2004-03-14
1
-1
/
+1
*
Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun
bde
2004-02-21
1
-2
/
+1
*
Use size_t or ssize_t wherever appropriate instead of casting from int *
tjr
2004-02-19
2
-26
/
+27
*
Do not place dirmask in unnamed padding. Move it to the bottom of this
trhodes
2004-02-17
1
-1
/
+1
*
If the "next free cluster" field of the FSInfo block is 0xFFFFFFFF,
tjr
2004-02-17
1
-2
/
+4
*
Fixed some style bugs:
bde
2004-02-14
1
-4
/
+4
*
MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reduces
bde
2004-02-12
1
-11
/
+12
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-5
/
+7
*
Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentation
bde
2003-12-29
1
-58
/
+68
*
Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock()
bde
2003-12-29
1
-11
/
+8
*
Fixed style bugs in rev.1.112. The bugs started with obscure magic
bde
2003-12-29
1
-12
/
+12
*
Make msdosfs support the dirty flag in FAT16 and FAT32.
trhodes
2003-12-26
5
-1
/
+106
*
Make msdosfs long filenames matching case insensitive again.
fjoe
2003-12-08
1
-3
/
+5
*
Remove mntvnode_mtx and replace it with per-mountpoint mutex.
kan
2003-11-05
1
-6
/
+6
*
Take care not to call vput if thread used in corresponding vget
kan
2003-11-02
1
-1
/
+2
*
Temporarily undo parts of the stuct mount locking commit by jeff.
kan
2003-11-01
1
-2
/
+1
*
DuH!
phk
2003-10-18
1
-1
/
+1
*
Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.
phk
2003-10-18
1
-0
/
+1
*
- Check the XLOCK prior to inspecting v_data.
jeff
2003-10-05
1
-0
/
+4
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
- Acquire the vnode interlock prior to droping the mntvnode_mtx. This does
jeff
2003-10-04
1
-1
/
+1
*
Fixed some style bugs in previous commit. Mainly, forward-declare
bde
2003-09-27
1
-15
/
+21
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
7
-351
/
+596
*
Add a '-M mask' option so that users can have different
trhodes
2003-08-12
3
-4
/
+10
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-2
/
+2
*
If bread() returns a zero-length buffer, as can happen after a
trhodes
2003-07-03
1
-0
/
+4
*
XXX Copy workaround from UFS: open device for write access even if
tjr
2003-06-29
1
-0
/
+19
*
Fix a bug where a truncate operation involving truncate() or ftruncate() on
trhodes
2003-06-27
1
-17
/
+10
*
change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660
jmg
2003-06-24
1
-1
/
+1
*
Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations
phk
2003-06-15
1
-0
/
+2
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-14
/
+9
*
Remove unused variable(s).
phk
2003-05-31
1
-6
/
+0
*
Fail to mount a device if the bytes per sector in the BPB is less than
jhb
2003-04-24
1
-0
/
+6
*
It appears that msdosfs_init() is called multiple times. This happens
imp
2003-04-10
1
-0
/
+13
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
2
-7
/
+10
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-1
/
+1
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-14
/
+14
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-4
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
3
-4
/
+4
*
- Cleanup unlocked accesses to buf flags by introducing a new b_vflag member
jeff
2003-02-09
1
-37
/
+4
*
Split the global timezone structure into two integer fields to
phk
2003-02-03
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
3
-4
/
+4
*
Temporarily introduce a new VOP_SPECSTRATEGY operation while I try
phk
2003-01-04
1
-1
/
+1
*
Since Jeffr made the std* functions the default in rev 1.63 of
phk
2003-01-04
1
-3
/
+0
*
Abstract-out the constants for the sequential heuristic.
dillon
2002-12-28
1
-1
/
+1
*
Fix instances of macros with improperly parenthasized arguments.
alfred
2002-11-09
1
-2
/
+2
*
Fix winChkName() to match when the last slot contains nothing but the
semenu
2002-10-29
1
-1
/
+8
*
Grrr, s/PBP/BPB/ here as well.
jhb
2002-10-21
1
-1
/
+1
*
Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to
jhb
2002-10-21
1
-1
/
+1
*
Regularize the vop_stdlock'ing protocol across all the filesystems
mckusick
2002-10-14
1
-3
/
+0
[next]