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
*
Expand the use of stat(2) flags to allow storing some Windows/DOS
ken
2013-08-21
1
-2
/
+2
*
The fsync(2) call should sync the vnode in such way that even after
kib
2013-05-02
1
-9
/
+23
*
r16312 is not any longer real since many years (likely since when VFS
attilio
2012-11-19
1
-6
/
+0
*
Remove unused thread argument to vrecycle().
trasz
2012-04-23
1
-2
/
+1
*
Remove unused thread argument from vtruncbuf().
trasz
2012-04-23
1
-5
/
+4
*
Use DOINGASYNC() to test for async allowance, to honor VFS syncing requests.
kib
2012-02-22
1
-2
/
+2
*
Put all the messages from msdosfs under the MSDOSFS_DEBUG ifdef.
kib
2011-11-22
1
-1
/
+8
*
Remove prtactive variable and related printf()s in the vop_inactive
kib
2010-11-19
1
-5
/
+0
*
Ignore the return value of DE_INTERNALIZE().
rpaulo
2010-10-13
1
-1
/
+1
*
In msdosfs deget(), properly handle the case when the vnode is found in hash.
kib
2010-02-28
1
-3
/
+2
*
In msdosfs_inactive(), reclaim the vnodes both for SLOT_DELETED and
kib
2010-02-28
1
-2
/
+2
*
Assert that the msdosfs vnode is (e)locked in several places.
kib
2010-02-28
1
-2
/
+1
*
Fix function name in the comment in the second location too.
kib
2010-02-13
1
-1
/
+1
*
Use M_ZERO instead of calling bzero().
kib
2010-02-13
1
-3
/
+2
*
- Hold a reference on the cdev a filesystem is mounted from in the mount.
jhb
2009-02-27
1
-1
/
+0
*
Fix msdosfs_print(), which in turn fixes "show lockedvnods" for msdosfs
trasz
2009-01-11
1
-0
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-4
/
+4
*
Cleanup lockmgr interface and exported KPI:
attilio
2008-01-24
1
-4
/
+2
*
Implement the async (really, delayed-write) mount option for msdosfs.
bde
2007-10-19
1
-2
/
+2
*
Fix some style bugs (don't assume that off_t == int64_t; fix some comments;
bde
2007-08-07
1
-11
/
+10
*
Remove unused include(s).
bde
2007-08-07
1
-4
/
+4
*
Remove unused include(s).
bde
2007-08-07
1
-2
/
+0
*
Make insmntque() externally visibile and allow it to fail (e.g. during
tegge
2007-03-13
1
-1
/
+10
*
Replace slightly crummy fattime<->timespec conversion functions.
phk
2006-10-24
1
-1
/
+2
*
I ran into an nfs client panic a couple of times in a row over the
alfred
2006-01-17
1
-1
/
+4
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Ensure the full value is written into inode variables.
obrien
2005-09-07
1
-2
/
+2
*
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
[next]