| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up on r271387 and remove unused parameter from | glebius | 2015-03-30 | 1 | -1/+1 |
* | Introduce vm_object_color() and use it in mmap(2) to set the color of | alc | 2015-03-21 | 1 | -0/+5 |
* | o Enhance vm_pager_free_nonreq() function: | glebius | 2015-03-17 | 1 | -18/+8 |
* | Provide a comment explaining r279688. | glebius | 2015-03-16 | 1 | -0/+8 |
* | Fix function name in comment. | glebius | 2015-03-10 | 1 | -1/+1 |
* | - In vnode_pager_generic_getpages() use different free counters for | glebius | 2015-03-06 | 1 | -4/+13 |
* | We already have "int i" in this scope. | glebius | 2014-11-24 | 1 | -1/+1 |
* | Merge from projects/sendfile: | glebius | 2014-11-23 | 1 | -43/+122 |
* | Use __func__ in KASSERTs, since the code is about to be moved to other place. | glebius | 2014-11-19 | 1 | -6/+3 |
* | In vnode_pager_generic_getpages() vp->v_mount is dereferenced in the | glebius | 2014-11-19 | 1 | -4/+2 |
* | Collapse three contiguous comment blocks into one. Remove historical | glebius | 2014-11-18 | 1 | -8/+3 |
* | Three improvements to vnode_pager_generic_getpages(): | alc | 2014-09-15 | 1 | -11/+13 |
* | Provide the unique implementation for the VOP_GETPAGES() method used | kib | 2014-09-15 | 1 | -0/+33 |
* | Avoid an exclusive acquisition of the object lock on the expected execution | alc | 2014-09-14 | 1 | -16/+2 |
* | Fix mis-spelling of bits and types names in the vnode_pager_putpages(). | kib | 2014-09-14 | 1 | -5/+5 |
* | Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES(). | glebius | 2014-09-10 | 1 | -2/+2 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 1 | -1/+2 |
* | ANSIfy declarations. | glebius | 2014-01-20 | 1 | -32/+11 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -2/+1 |
* | - Correct a stale comment. We don't have vclean() anymore. The work is | jeff | 2013-07-23 | 1 | -5/+0 |
* | Assert that the object type for the vnode' non-NULL v_object, passed | kib | 2013-04-28 | 1 | -0/+6 |
* | Convert panic() into KASSERT(). | kib | 2013-04-28 | 1 | -2/+1 |
* | Fix the logic inversion in the r248512. | kib | 2013-03-20 | 1 | -1/+1 |
* | Pass unmapped buffers for page in requests if the filesystem indicated support | kib | 2013-03-19 | 1 | -6/+30 |
* | Some style fixes. | kib | 2013-03-14 | 1 | -1/+1 |
* | MFC | attilio | 2013-02-26 | 1 | -2/+2 |
* | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -3/+3 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -55/+55 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -5/+6 |
* | The r241025 fixed the case when a binary, executed from nullfs mount, | kib | 2012-11-02 | 1 | -3/+3 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -9/+0 |
* | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | kib | 2012-09-28 | 1 | -1/+1 |
* | Do not leave invalid pages in the object after the short read for a | kib | 2012-08-14 | 1 | -1/+1 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Reduce code duplication and exposure of direct access to struct | kib | 2012-08-04 | 1 | -31/+2 |
* | Do a more targeted check on the page cache and avoid to check the cache | attilio | 2012-06-16 | 1 | -1/+1 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -1/+1 |
* | Keep track of the mount point associated with a special device | mckusick | 2012-03-28 | 1 | -0/+4 |
* | Add KTR_VFS traces to track modifications to a vnode's writecount. | jhb | 2012-03-08 | 1 | -0/+6 |
* | Account the writeable shared mappings backed by file in the vnode | kib | 2012-02-23 | 1 | -0/+85 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | kib | 2011-11-30 | 1 | -2/+2 |
* | Provide typedefs for the type of bit mask for the page bits. | kib | 2011-11-05 | 1 | -2/+3 |
* | Fix a typo in a comment. | jhb | 2011-10-14 | 1 | -1/+1 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -1/+1 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -1/+1 |
* | Fix a bug in r222586. Lock the page owner object around the modification | kib | 2011-06-11 | 1 | -0/+6 |
* | In the VOP_PUTPAGES() implementations, change the default error from | kib | 2011-06-01 | 1 | -1/+18 |
* | Minimize the use of the page queues lock for synchronizing access to the | alc | 2010-06-02 | 1 | -2/+0 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -18/+22 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 1 | -6/+9 |