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
*
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
*
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
3
-61
/
+91
*
Prevent tmpfs_rename() deadlock in a way similar to UFS
gleb
2012-03-14
2
-7
/
+179
*
Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp()
gleb
2012-03-14
1
-7
/
+11
*
Remove fifo.h. The only used function declaration from the header is
kib
2012-03-11
1
-1
/
+0
*
Similar to the fixes in 226967 and 226987, purge any name cache entries
jhb
2012-03-02
1
-0
/
+2
*
Replace PRIdMAX with "jd" in a printf call. Cast the corresponding value to
tijl
2012-02-14
1
-5
/
+2
*
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
*
When tmpfs_write() resets an extended file to its original size after an
alc
2012-01-16
3
-7
/
+12
*
Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to call
alc
2012-01-14
2
-21
/
+21
*
Correct an error of omission in the implementation of the truncation
alc
2012-01-08
1
-19
/
+59
*
Don't pass VM_ALLOC_ZERO to vm_page_grab() in tmpfs_mappedwrite() and
alc
2012-01-03
1
-2
/
+2
*
Avoid panics from recursive rename operations. Not a perfect patch but
ivoras
2011-11-22
1
-6
/
+3
*
Improve the way to calculate available pages in tmpfs:
delphij
2011-11-21
1
-4
/
+1
*
Don astbestos garment and remove the warning about TMPFS being experimental
marcel
2011-11-07
1
-3
/
+0
[next]