| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate tn_reg.tn_aobj_pages. Instead, correctly maintain the vm | alc | 2011-02-13 | 2 | -33/+26 |
* | In tmpfs_readdir(), normalize handling of the directory entries that | kib | 2011-01-20 | 2 | -4/+5 |
* | tmpfs + sendfile: do not produce partially valid pages for vnode's tail | avg | 2010-10-12 | 1 | -3/+6 |
* | tmpfs, zfs + sendfile: mark page bits as valid after populating it with data | avg | 2010-09-15 | 1 | -0/+2 |
* | Avoid "Entry can disappear before we lock fdvp" panic. | ivoras | 2010-09-07 | 1 | -3/+7 |
* | Add support for whiteouts on tmpfs. | ed | 2010-08-22 | 3 | -40/+116 |
* | Eliminate unnecessary page queues locking. | alc | 2010-06-16 | 1 | -5/+1 |
* | Style fixes and removal of unneeded variable. | trasz | 2010-05-06 | 1 | -2/+1 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -11/+2 |
* | Push down the acquisition of the page queues lock into vm_page_unwire(). | alc | 2010-05-05 | 1 | -2/+0 |
* | Acquire the page lock around vm_page_unwire() and vm_page_wire(). | alc | 2010-05-03 | 1 | -0/+4 |
* | It makes no sense for vm_page_sleep_if_busy()'s helper, vm_page_sleep(), | alc | 2010-05-02 | 1 | -3/+27 |
* | 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 | 2 | -7/+10 |
* | - Fix some style bugs in tmpfs_mount(). [1] | jh | 2010-01-13 | 2 | -11/+7 |
* | - Change the type of size_max to u_quad_t because its value is converted | jh | 2010-01-08 | 1 | -3/+3 |
* | There is no need to "busy" a page when the object is locked for the duration | alc | 2009-10-26 | 1 | -2/+1 |
* | Add locking around access to parent node, and bail out when the parent | delphij | 2009-10-11 | 3 | -8/+115 |
* | Add a special workaround to handle UIO_NOCOPY case. This fixes data | delphij | 2009-10-07 | 1 | -24/+80 |
* | Fix a bug that causes the fsx test case of mmap'ed page being out of sync | delphij | 2009-10-04 | 1 | -2/+6 |
* | Implement global and per-uid accounting of the anonymous memory. Add | kib | 2009-06-23 | 1 | -1/+2 |
* | Eliminate unnecessary variables. | alc | 2009-06-13 | 1 | -4/+2 |
* | Eliminate redundant setting of a page's valid bits and pointless clearing | alc | 2009-05-27 | 1 | -2/+2 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 4 | -27/+23 |
* | Use uiomove_fromphys() instead of the combination of sf_buf and uiomove(). | alc | 2009-02-22 | 1 | -34/+11 |
* | Simplify the unwiring and activation of pages. | alc | 2009-02-22 | 1 | -4/+2 |
* | Lookup up the directory entry for the tmpfs node that are deleted by | kib | 2009-02-08 | 3 | -22/+10 |
* | Remove unused local variables. | bz | 2009-01-31 | 1 | -2/+0 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+4 |
* | The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp | obrien | 2008-09-23 | 3 | -3/+3 |
* | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | kib | 2008-09-20 | 1 | -2/+0 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | kib | 2008-09-20 | 1 | -3/+1 |