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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the head of byte-level advisory lock list from the
kib
2008-04-16
3
-36
/
+0
*
Add the new kernel-mode NFS Lock Manager. To use it instead of the
dfr
2008-03-26
1
-0
/
+15
*
Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is
attilio
2008-02-25
2
-30
/
+30
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
2
-3
/
+3
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
3
-4
/
+4
*
Turn MPASS(0) into panic with more obvious reason why the assertion
delphij
2007-12-07
1
-5
/
+5
*
size_max should be unsigned, as such, use size_t here.
delphij
2007-12-06
1
-1
/
+1
*
Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfs
wkoszek
2007-12-04
1
-1
/
+3
*
MFp4: Several fixes to tmpfs which makes it to survive from pho@'s
delphij
2007-11-18
4
-33
/
+46
*
MFp4: Fix several style(9) bugs.
delphij
2007-11-18
1
-19
/
+12
*
Correct a stack overflow which will trigger panics when
delphij
2007-11-12
1
-1
/
+1
*
MFp4: Provide a dummy verb "export" to shut up the message
delphij
2007-10-04
1
-1
/
+1
*
Additional work is still needed before we can claim that tmpfs
delphij
2007-10-04
1
-0
/
+3
*
MFp4: rework tmpfs_readdir() logic in terms of correctness.
delphij
2007-08-16
1
-12
/
+15
*
MFp4:
delphij
2007-08-10
3
-60
/
+96
*
MFp4:
delphij
2007-08-10
4
-35
/
+68
*
MFp4 - Refine locking to eliminate some potential race/panics:
delphij
2007-08-03
2
-21
/
+22
*
MFp4: Force 64-bit arithmatic when caculating the maximum file size.
delphij
2007-07-24
1
-1
/
+1
*
MFp4: When swapping is not enabled, allow creating files by taking
delphij
2007-07-23
1
-1
/
+1
*
MFp4: Rework on tmpfs's mapped read/write procedures. This
delphij
2007-07-19
1
-60
/
+185
*
MFp4: Make use of the kernel unit number allocation facility
delphij
2007-07-11
3
-18
/
+10
*
MFp4:
delphij
2007-07-08
4
-67
/
+83
*
MFp4:
delphij
2007-06-29
6
-187
/
+20
*
Space/style cleanups after last set of commits.
delphij
2007-06-28
7
-72
/
+71
*
Staticify most of fifo/vn operations, they should not
delphij
2007-06-28
4
-99
/
+76
*
Use vfs_timestamp instead of nanotime when obtaining
delphij
2007-06-28
1
-4
/
+3
*
Reorder tf_gen and tf_id in struct tmpfs_fid. This
delphij
2007-06-28
1
-2
/
+2
*
Remove two function prototypes that are no longer used.
delphij
2007-06-26
1
-4
/
+0
*
- Sync with NetBSD's RCSID (HEAD preferred).
delphij
2007-06-26
2
-2
/
+2
*
MFp4: Several clean-ups and improvements over tmpfs:
delphij
2007-06-25
6
-122
/
+106
*
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
2
-0
/
+7
*
MFp4: Add tmpfs, an efficient memory file system.
delphij
2007-06-16
9
-0
/
+4070