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
*
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
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
3
-11
/
+15
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
1
-6
/
+3
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
3
-5
/
+5
*
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
*
When a cluster entry for ``.'' is set to 0, msdosfs fails to handle it
trhodes
2002-08-16
1
-0
/
+11
*
Introduce typedefs for the member functions of struct vfsops and employ
phk
2002-08-13
1
-10
/
+7
*
Fix typo in vnode flags causing deadlock in msdosfs_fsync().
pb
2002-08-05
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
4
-8
/
+14
*
More s/file system/filesystem/g
trhodes
2002-05-16
4
-9
/
+9
*
Make daddr_t and u_daddr_t 64bits wide.
phk
2002-05-14
1
-2
/
+2
*
Fixed a very old bug in setting timestamps using utimes(2) on msdosfs
bde
2002-04-05
1
-4
/
+11
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
2
-7
/
+7
*
Fixed some style bugs in the removal of __P(()). Continuation lines
bde
2002-03-23
2
-14
/
+14
*
Remove __P.
alfred
2002-03-19
9
-91
/
+89
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
2
-7
/
+17
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-3
/
+3
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
1
-1
/
+1
*
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
2
-3
/
+3
*
Axe more unused GEMDOS code that was #ifdef atari.
jhb
2001-11-28
4
-44
/
+1
*
Remove GEMDOS support from msdosfs. I don't think anyone is going to
jhb
2001-11-27
2
-130
/
+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
5
-112
/
+112
*
remove support for creating files and directories from msdosfs_mknod
assar
2001-07-19
1
-14
/
+1
*
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
6
-27
/
+27
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-2
/
+2
*
Implement vop_std{get|put}pages() and add them to the default vop[].
phk
2001-05-01
1
-31
/
+0
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
5
-10
/
+0
*
Move the netexport structure from the fs-specific mountstructure
phk
2001-04-25
2
-23
/
+2
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
5
-0
/
+10
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
Reviewed by: jlemon
adrian
2001-03-01
1
-3
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
3
-17
/
+17
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
[next]