| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reflect license change of NetBSD code. | delphij | 2008-09-03 | 7 | -56/+7 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 2 | -8/+7 |
* | Do not redo the vnode tear-down work already done by insmntque() when | kib | 2008-06-15 | 1 | -4/+1 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 3 | -36/+0 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 1 | -0/+15 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 2 | -30/+30 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 2 | -3/+3 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 3 | -4/+4 |
* | Turn MPASS(0) into panic with more obvious reason why the assertion | delphij | 2007-12-07 | 1 | -5/+5 |
* | size_max should be unsigned, as such, use size_t here. | delphij | 2007-12-06 | 1 | -1/+1 |
* | Explicitly initialize 'error' to 0 (two places). It lets one to build tmpfs | wkoszek | 2007-12-04 | 1 | -1/+3 |
* | MFp4: Several fixes to tmpfs which makes it to survive from pho@'s | delphij | 2007-11-18 | 4 | -33/+46 |
* | 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: rework tmpfs_readdir() logic in terms of correctness. | delphij | 2007-08-16 | 1 | -12/+15 |
* | MFp4: | delphij | 2007-08-10 | 3 | -60/+96 |
* | MFp4: | delphij | 2007-08-10 | 4 | -35/+68 |
* | MFp4 - Refine locking to eliminate some potential race/panics: | delphij | 2007-08-03 | 2 | -21/+22 |