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
*
MFC r268765:
kib
2014-07-30
1
-1
/
+0
*
MFC r268764:
kib
2014-07-30
1
-15
/
+0
*
MFC r268766:
kib
2014-07-28
1
-1
/
+3
*
MFC r268617:
kib
2014-07-28
3
-27
/
+74
*
MFC r268615:
kib
2014-07-28
1
-1
/
+1
*
MFC r268614:
kib
2014-07-28
1
-13
/
+13
*
MFC r268613:
kib
2014-07-28
2
-1
/
+2
*
MFC r268611:
kib
2014-07-28
1
-9
/
+5
*
MFC r268610:
kib
2014-07-28
2
-1
/
+3
*
MFC r268609:
kib
2014-07-28
2
-0
/
+3
*
MFC r268608:
kib
2014-07-28
1
-2
/
+2
*
MFC r268605:
kib
2014-07-28
7
-132
/
+0
*
MFC r267564:
kib
2014-06-24
3
-24
/
+15
*
MFC r267060:
kib
2014-06-11
1
-0
/
+2
*
MFC r263131,r263174,r263175:
bdrewery
2014-03-30
2
-27
/
+38
*
MFC r263130:
bdrewery
2014-03-30
1
-2
/
+4
*
Support storing 7 additional file flags in tmpfs:
ken
2013-08-28
1
-3
/
+4
*
Allow tmpfs be mounted inside jail.
delphij
2013-08-23
1
-1
/
+7
*
Extract the general-purpose code from tmpfs to perform uiomove from
kib
2013-08-21
1
-211
/
+24
*
The soft and hard busy mechanism rely on the vm object lock to work.
attilio
2013-08-09
2
-14
/
+7
*
The tmpfs_alloc_vp() is used to instantiate vnode for the tmpfs node,
kib
2013-08-05
2
-0
/
+25
*
Revert r253939:
attilio
2013-08-05
1
-6
/
+8
*
The page hold mechanism is fast but it has couple of fallouts:
attilio
2013-08-04
1
-8
/
+6
*
Remove unnecessary soft busy of the page before to do vn_rdwr() in
attilio
2013-08-04
1
-5
/
+3
*
tmpfs works perfectly fine with -o union -- there is no reason to exclude it
nwhitehorn
2013-07-23
1
-1
/
+1
*
Add missing VM object unlocks in an error case.
alc
2013-06-07
1
-0
/
+2
*
Don't busy the page unless we are likely to release the object lock.
alc
2013-06-06
1
-4
/
+7
*
Eliminate unnecessary vm object locking from tmpfs_nocacheread().
alc
2013-06-04
1
-2
/
+0
*
Assert that OBJ_TMPFS flag on the vm object for the tmpfs node is
kib
2013-05-30
1
-0
/
+2
*
Avoid deactivating the page if it is already on a queue, only requeue
kib
2013-05-06
1
-6
/
+10
*
Fix the v_object leak for non-regular tmpfs vnodes.
kib
2013-05-02
1
-0
/
+3
*
For the new regular tmpfs vnode, v_object is initialized before
kib
2013-05-02
3
-14
/
+34
*
The page read or written could be wired. Do not requeue if the page
kib
2013-05-02
1
-2
/
+4
*
Rework the handling of the tmpfs node backing swap object and tmpfs
kib
2013-04-28
2
-164
/
+103
*
- Constify local path variable for chflagsat().
pjd
2013-03-22
1
-1
/
+1
*
- Make 'flags' argument to chflags(2), fchflags(2) and lchflags(2) of type
pjd
2013-03-21
2
-3
/
+4
*
Remove negative name cache entry pointing to the target name, which
kib
2013-03-17
1
-0
/
+1
*
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
2
-27
/
+27
*
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
2
-0
/
+4
*
Remove a racy checks on resident and cached pages for
attilio
2013-02-10
1
-12
/
+0
*
tmpfs: Replace directory entry linked list with RB-Tree.
gleb
2013-01-06
4
-312
/
+538
*
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
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
2
-0
/
+2
*
Remove unused thread argument to vrecycle().
trasz
2012-04-23
1
-2
/
+1
*
Return EOPNOTSUPP rather than EPERM for the SF_SNAPSHOT flag because
jh
2012-04-18
1
-4
/
+1
*
Sync tmpfs_chflags() with the recent changes to UFS:
jh
2012-04-16
1
-13
/
+13
*
tmpfs: Allow update mounts only for certain options.
jh
2012-04-16
2
-6
/
+15
*
Provide better description for vfs.tmpfs.memory_reserved sysctl.
gleb
2012-04-15
1
-1
/
+2
*
- Introduce a cache-miss optimization for consistency with other
attilio
2012-04-09
1
-1
/
+1
[next]