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
/
msdosfs
/
msdosfs_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+2
*
Blow away the v_specmountpoint define, replacing it with what it was
eivind
2000-10-09
1
-2
/
+2
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+4
*
Fix memory leakage on module unload.
bp
2000-06-29
1
-1
/
+1
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a
dillon
2000-03-27
1
-1
/
+3
*
Supported non-512 bytes/sector format.
nyan
2000-01-27
1
-67
/
+50
*
Give vn_isdisk() a second argument where it can return a suitable errno.
phk
2000-01-10
1
-2
/
+2
*
It is possible that number of sectors specified in the BPB
bp
1999-12-28
1
-5
/
+14
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-1
/
+3
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+2
*
struct mountlist and struct mount.mnt_list have no business being
phk
1999-11-20
1
-1
/
+1
*
Next step in the device cleanup process.
phk
1999-11-09
1
-0
/
+2
*
More removals of vnode->v_lastr, replaced by preexisting seqcount
dillon
1999-09-20
1
-2
/
+2
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-10
/
+21
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-38
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.
phk
1999-08-25
1
-6
/
+2
*
Initialise fsids with (user) device numbers again. Bitrot when dev_t's
bde
1999-08-23
1
-2
/
+2
*
The bdevsw() and cdevsw() are now identical, so kill the former.
phk
1999-08-13
1
-2
/
+2
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+2
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-2
/
+2
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-2
/
+2
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+3
*
Back out half of 1.32: don't print a message on every failed mount attempt.
dt
1999-03-28
1
-3
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-2
/
+2
*
Use TAILQ macros for clean/dirty block list processing. Set b_xflags
peter
1998-10-31
1
-5
/
+4
*
Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
bde
1998-10-25
1
-2
/
+4
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
As described by the submitter:
msmith
1998-05-06
1
-2
/
+1
*
Use DFLTBSIZE instead of MAXBSIZE for pm_fatblksize.
dt
1998-04-29
1
-16
/
+19
*
Add a missing LK_RETRY.
dt
1998-04-15
1
-5
/
+3
*
Print explanation diagnostics when mount is impossible
ache
1998-04-05
1
-1
/
+5
*
Deleted 1024bytes/sector floppy code for PC-98 arch. The
kato
1998-03-20
1
-41
/
+1
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-8
/
+11
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+2
*
Implement loadable DOS<->local conversion tables for DOS names
ache
1998-02-23
1
-3
/
+8
*
Fix signatures of NEC's DOS formats.
kato
1998-02-23
1
-9
/
+9
*
Oops, add missing bcopy of upper->lower table
ache
1998-02-23
1
-1
/
+3
*
Implement loadable local<->unicode file names conversion
ache
1998-02-22
1
-1
/
+3
*
Update MSDOSFS code using NetBSD's msdosfs as a guide to support
jkh
1998-02-18
1
-302
/
+540
*
Reviewed by: various.
julian
1997-11-12
1
-2
/
+2
[next]