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_denode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give msdosfs a unique inode number which is really the byteoffset of
phk
2005-04-07
1
-9
/
+25
*
- Pass LK_EXCLUSIVE as the lock type to vget in vfs_hash_insert().
jeff
2005-03-25
1
-1
/
+2
*
Add two arguments to the vfs_hash() KPI so that filesystems which do
phk
2005-03-16
1
-2
/
+3
*
Eliminate cdev pointer in inodes, they're not used or needed.
phk
2005-03-15
1
-3
/
+1
*
Improve the vfs_hash() API: vput() the unneeded vnode centrally to
phk
2005-03-15
1
-2
/
+0
*
Simplify the vfs_hash calling convention.
phk
2005-03-15
1
-10
/
+0
*
Use vfs_hash instead of home-rolling.
phk
2005-03-14
1
-119
/
+27
*
- The VI_DOOMED flag now signals the end of a vnode's relationship with
jeff
2005-03-13
1
-1
/
+0
*
Make filesystems get rid of their own vnodes vnode_pager object in
phk
2005-01-28
1
-0
/
+1
*
Remove unused argument to vrecycle()
phk
2005-01-28
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Remove the de_devvp and stop VREF'ing it for every vnode we create.
phk
2004-12-02
1
-7
/
+0
*
Back when VOP_* was introduced, we did not have new-style struct
phk
2004-12-01
1
-1
/
+1
*
Move MSDOSFS to GEOM backing instead of DEVFS.
phk
2004-10-29
1
-1
/
+0
*
Create simple function init_va_filerev() for initializing a va_filerev
phk
2004-09-07
1
-21
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
- Don't cache_purge() in *_reclaim routines. vclean() does it for us so
jeff
2003-10-05
1
-1
/
+0
*
Fix a bug where a truncate operation involving truncate() or ftruncate() on
trhodes
2003-06-27
1
-17
/
+10
*
It appears that msdosfs_init() is called multiple times. This happens
imp
2003-04-10
1
-0
/
+13
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-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
1
-4
/
+4
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
When a cluster entry for ``.'' is set to 0, msdosfs fails to handle it
trhodes
2002-08-16
1
-0
/
+11
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-3
/
+3
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-4
/
+3
*
Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()
dillon
2001-12-20
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-12
/
+12
*
- sys/msdosfs moved to sys/fs/msdosfs
ru
2001-05-25
1
-5
/
+5
*
Revert consequences of changes to mount.h, part 2.
grog
2001-04-29
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-8
/
+8
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
1
-14
/
+12
*
Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing
phk
2000-10-29
1
-1
/
+0
*
Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.
bp
2000-10-22
1
-3
/
+4
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+5
*
Fix memory leakage on module unload.
bp
2000-06-29
1
-0
/
+10
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Supported non-512 bytes/sector format.
nyan
2000-01-27
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Ifdefed conditionally used simplock variables.
bde
1999-01-02
1
-1
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+1
*
Support NT VFAT lower case flags.
dt
1998-11-21
1
-1
/
+2
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Use vtruncbuf() rather than vinvalbuf() when shortening files.
peter
1998-10-29
1
-6
/
+9
*
Removed unused includes.
bde
1998-08-17
1
-2
/
+1
*
Don't forget to clean up after an error reading the directory entry
bde
1998-05-17
1
-3
/
+13
[next]