| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added missing cache purge of from argument for rename(). | pho | 2011-11-01 | 1 | -0/+1 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -6/+3 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -1/+1 |
* | Add a lock flags argument to the VFS_FHTOVP() file system | rmacklem | 2011-05-22 | 1 | -2/+4 |
* | Eliminate two dubious attempts at optimizing the implementation of a | alc | 2011-02-22 | 1 | -12/+4 |
* | tmpfs_remove() isn't modifying the file's data, so it shouldn't set | alc | 2011-02-19 | 1 | -2/+1 |
* | Further simplify tmpfs_reg_resize(). Also, update its comments, including | alc | 2011-02-14 | 1 | -17/+12 |