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
/
tmpfs
/
tmpfs_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for whiteouts on tmpfs.
ed
2010-08-22
1
-37
/
+71
*
- Change the type of nodes_max to u_int and use "%u" format string to
jh
2010-01-20
1
-1
/
+1
*
There is no need to "busy" a page when the object is locked for the duration
alc
2009-10-26
1
-2
/
+1
*
Add locking around access to parent node, and bail out when the parent
delphij
2009-10-11
1
-2
/
+25
*
Implement global and per-uid accounting of the anonymous memory. Add
kib
2009-06-23
1
-1
/
+2
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-7
/
+5
*
Lookup up the directory entry for the tmpfs node that are deleted by
kib
2009-02-08
1
-15
/
+4
*
Remove unused local variables.
bz
2009-01-31
1
-2
/
+0
*
The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp
obrien
2008-09-23
1
-1
/
+1
*
Reflect license change of NetBSD code.
delphij
2008-09-03
1
-8
/
+1
*
Do not redo the vnode tear-down work already done by insmntque() when
kib
2008-06-15
1
-4
/
+1
*
Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is
attilio
2008-02-25
1
-12
/
+12
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
Turn MPASS(0) into panic with more obvious reason why the assertion
delphij
2007-12-07
1
-5
/
+5
*
MFp4: Several fixes to tmpfs which makes it to survive from pho@'s
delphij
2007-11-18
1
-3
/
+25
*
MFp4:
delphij
2007-08-10
1
-15
/
+7
*
MFp4:
delphij
2007-08-10
1
-19
/
+28
*
MFp4 - Refine locking to eliminate some potential race/panics:
delphij
2007-08-03
1
-21
/
+21
*
MFp4: Make use of the kernel unit number allocation facility
delphij
2007-07-11
1
-0
/
+2
*
MFp4:
delphij
2007-07-08
1
-16
/
+22
*
MFp4:
delphij
2007-06-29
1
-28
/
+14
*
Space/style cleanups after last set of commits.
delphij
2007-06-28
1
-13
/
+13
*
Use vfs_timestamp instead of nanotime when obtaining
delphij
2007-06-28
1
-4
/
+3
*
MFp4: Several clean-ups and improvements over tmpfs:
delphij
2007-06-25
1
-52
/
+13
*
Use vfs_timestamp() instead of nanotime() - make it up to
delphij
2007-06-18
1
-1
/
+1
*
MFp4: fix two locking problems:
delphij
2007-06-18
1
-0
/
+3
*
MFp4: Add tmpfs, an efficient memory file system.
delphij
2007-06-16
1
-0
/
+1321