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_vfsops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r312432:
kib
2017-02-02
1
-1
/
+4
*
MFC r312428:
kib
2017-02-02
1
-23
/
+39
*
MFC r312414:
kib
2017-01-26
1
-3
/
+3
*
MFC r312409:
kib
2017-01-26
1
-19
/
+14
*
MFC r312124 (by mjg):
kib
2017-01-26
1
-1
/
+1
*
MFC r277828:
kib
2015-02-11
1
-0
/
+35
*
MFC r277827:
kib
2015-01-31
1
-4
/
+4
*
MFC r268617:
kib
2014-07-28
1
-24
/
+50
*
MFC r268605:
kib
2014-07-28
1
-16
/
+0
*
MFC r263130:
bdrewery
2014-03-30
1
-2
/
+4
*
Allow tmpfs be mounted inside jail.
delphij
2013-08-23
1
-1
/
+7
*
tmpfs works perfectly fine with -o union -- there is no reason to exclude it
nwhitehorn
2013-07-23
1
-1
/
+1
*
tmpfs: Replace directory entry linked list with RB-Tree.
gleb
2013-01-06
1
-13
/
+2
*
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
attilio
2012-11-09
1
-1
/
+0
*
Fix up kernel sources to be ready for a 64-bit ino_t.
mdf
2012-09-27
1
-1
/
+2
*
tmpfs: Allow update mounts only for certain options.
jh
2012-04-16
1
-6
/
+12
*
tmpfs supports only INT_MAX nodes due to limitations of unit number
gleb
2012-04-07
1
-3
/
+7
*
Add vfs_getopt_size. Support human readable file system options in tmpfs.
gleb
2012-04-07
1
-16
/
+13
*
Add reserved memory limit sysctl to tmpfs.
gleb
2012-04-07
1
-10
/
+18
*
Return EOPNOTSUPP since we only support update mounts for NFS export.
kevlo
2012-01-17
1
-0
/
+4
*
Add nfs export support to tmpfs(5)
kevlo
2012-01-16
1
-4
/
+2
*
Don astbestos garment and remove the warning about TMPFS being experimental
marcel
2011-11-07
1
-3
/
+0
*
Add a lock flags argument to the VFS_FHTOVP() file system
rmacklem
2011-05-22
1
-2
/
+4
*
Add "maxfilesize" mount option for tmpfs to allow specifying the
jh
2010-01-29
1
-57
/
+8
*
- Change the type of nodes_max to u_int and use "%u" format string to
jh
2010-01-20
1
-6
/
+9
*
- Fix some style bugs in tmpfs_mount(). [1]
jh
2010-01-13
1
-7
/
+7
*
- Change the type of size_max to u_quad_t because its value is converted
jh
2010-01-08
1
-3
/
+3
*
Remove the thread argument from the FSD (File-System Dependent) parts of
attilio
2009-05-11
1
-13
/
+12
*
Reflect license change of NetBSD code.
delphij
2008-09-03
1
-8
/
+1
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-1
/
+1
*
Move the head of byte-level advisory lock list from the
kib
2008-04-16
1
-1
/
+0
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
vn_lock() is currently only used with the 'curthread' passed as argument.
attilio
2008-01-10
1
-1
/
+1
*
size_max should be unsigned, as such, use size_t here.
delphij
2007-12-06
1
-1
/
+1
*
MFp4: Several fixes to tmpfs which makes it to survive from pho@'s
delphij
2007-11-18
1
-1
/
+0
*
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:
delphij
2007-08-10
1
-2
/
+5
*
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: Make use of the kernel unit number allocation facility
delphij
2007-07-11
1
-14
/
+6
*
MFp4:
delphij
2007-07-08
1
-21
/
+42
*
MFp4:
delphij
2007-06-29
1
-4
/
+2
*
Space/style cleanups after last set of commits.
delphij
2007-06-28
1
-23
/
+22
*
MFp4: Several clean-ups and improvements over tmpfs:
delphij
2007-06-25
1
-23
/
+70
*
MFp4: Add tmpfs, an efficient memory file system.
delphij
2007-06-16
1
-0
/
+418