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_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add a new 'flags' parameter to getblk().
jeff
2003-03-04
1
-2
/
+2
*
Finish cleanup of vprint() which was begun with changing v_tag to a string.
njl
2003-03-03
1
-1
/
+1
*
Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.
des
2003-03-02
1
-14
/
+14
*
uiomove-related caddr_t -> void * (just the low-hanging fruit)
des
2003-03-02
1
-4
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
- Cleanup unlocked accesses to buf flags by introducing a new b_vflag member
jeff
2003-02-09
1
-37
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
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
*
- Use vrefcnt() where it is safe to do so instead of doing direct and
jeff
2002-09-25
1
-5
/
+7
*
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
1
-3
/
+3
*
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
1
-2
/
+7
*
More s/file system/filesystem/g
trhodes
2002-05-16
1
-5
/
+5
*
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 the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-5
/
+5
*
Remove __P.
alfred
2002-03-19
1
-20
/
+20
*
Introduce the new 64-bit size disk block, daddr64_t. Change
mckusick
2002-03-15
1
-6
/
+13
*
Use suser_td() instead of explicitly checking cr_uid against 0.
jhb
2001-11-28
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-41
/
+41
*
remove support for creating files and directories from msdosfs_mknod
assar
2001-07-19
1
-14
/
+1
*
- sys/msdosfs moved to sys/fs/msdosfs
ru
2001-05-25
1
-5
/
+5
*
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
1
-2
/
+0
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
1
-0
/
+2
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-0
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Update stale comment.
bp
2000-10-22
1
-3
/
+1
*
Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.
bp
2000-10-22
1
-1
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-2
/
+4
*
o Restructure vaccess() so as to check for DAC permission to modify the
rwatson
2000-08-29
1
-1
/
+1
*
Centralize the canonical vop_access user/group/other check in vaccess().
phk
2000-08-20
1
-41
/
+3
*
Certain error contitions cause msdosfs_rename() to decrement the
dwmalone
2000-07-14
1
-2
/
+2
*
Remove obsolete comment.
bp
2000-06-25
1
-5
/
+0
*
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
*
Complete the bio/buf divorce for all code below devfs::strategy
phk
2000-04-15
1
-2
/
+2
*
Move B_ERROR flag to b_ioflags and call it BIO_ERROR.
phk
2000-04-02
1
-1
/
+1
*
Treat negative uio_offset value as eof (idea by: bde).
bp
2000-01-08
1
-8
/
+11
*
Fix the mess with signed/unsigned longs and ints (inspired by bde).
bp
2000-01-02
1
-18
/
+26
*
Avoid to write garbage if uiomove fails.
bp
1999-12-28
1
-0
/
+4
*
Fix an overflow in the msdosfs_read() function which exposed on the files
bp
1999-12-28
1
-3
/
+3
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-26
/
+0
*
More removals of vnode->v_lastr, replaced by preexisting seqcount
dillon
1999-09-20
1
-3
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,
phk
1999-08-08
1
-2
/
+1
*
Don't set DE_ACCESS for unsuccessful reads.
bde
1999-07-25
1
-8
/
+12
[next]