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
/
msdosfs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a serious off by 1 error. The cluster-in-use bitmap was overrun
bde
2004-02-21
1
-2
/
+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
*
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
1
-1
/
+17
*
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
*
- Check the XLOCK prior to inspecting v_data.
jeff
2003-10-05
1
-0
/
+4
*
- Acquire the vnode interlock prior to droping the mntvnode_mtx. This does
jeff
2003-10-04
1
-1
/
+1
*
- Support for multibyte charsets in LIBICONV.
fjoe
2003-09-26
1
-9
/
+25
*
Add a '-M mask' option so that users can have different
trhodes
2003-08-12
1
-0
/
+1
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-2
/
+2
*
XXX Copy workaround from UFS: open device for write access even if
tjr
2003-06-29
1
-0
/
+19
*
Initialize struct vfsops C99-sparsely.
phk
2003-06-12
1
-14
/
+9
*
Fail to mount a device if the bytes per sector in the BPB is less than
jhb
2003-04-24
1
-0
/
+6
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Grrr, s/PBP/BPB/ here as well.
jhb
2002-10-21
1
-1
/
+1
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
1
-2
/
+4
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
Fixed printf format errors and style bugs in rev.1.92. This is the version
bde
2002-08-25
1
-2
/
+3
*
Oops, the previous commit wasn't the version that I meant to commit (it
bde
2002-08-25
1
-78
/
+9
*
Fixed printf format errors and style bugs in previous commit.
bde
2002-08-25
1
-9
/
+78
*
Fix a bug where large msdos partitions were not handled correctly, and fix
trhodes
2002-08-22
1
-1
/
+7
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
1
-10
/
+7
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-2
/
+3
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-2
/
+2
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-23
1
-4
/
+4
*
Remove __P.
alfred
2002-03-19
1
-14
/
+13
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-3
/
+3
*
Fix indentation after removing GEMDOS support. Whitespace changes only.
jhb
2001-11-28
1
-14
/
+14
*
Use suser_td() instead of explicitly checking cr_uid against 0.
jhb
2001-11-28
1
-2
/
+2
*
Remove GEMDOS support from msdosfs. I don't think anyone is going to
jhb
2001-11-27
1
-127
/
+0
*
Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount
dillon
2001-11-04
1
-0
/
+1
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-47
/
+47
*
Fix a mntvnode and vnode interlock reversal.
jhb
2001-06-28
1
-2
/
+3
*
- VFS_SET(msdos) -> VFS_SET(msdosfs)
ru
2001-06-01
1
-1
/
+1
*
- sys/msdosfs moved to sys/fs/msdosfs
ru
2001-05-25
1
-6
/
+6
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-2
/
+2
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
1
-22
/
+2
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-3
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-7
/
+7
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-7
/
+6
*
Use macro API to <sys/queue.h>
phk
2000-12-31
1
-2
/
+2
[next]