| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r271586: | Konstantin Belousov | 2014-09-21 | 1 | -10/+6 |
| * | The soft and hard busy mechanism rely on the vm object lock to work. | Attilio Rao | 2013-08-09 | 1 | -2/+1 |
| * | - Correct a stale comment. We don't have vclean() anymore. The work is | Jeff Roberson | 2013-07-23 | 1 | -5/+0 |
| * | Assert that the object type for the vnode' non-NULL v_object, passed | Konstantin Belousov | 2013-04-28 | 1 | -0/+6 |
| * | Convert panic() into KASSERT(). | Konstantin Belousov | 2013-04-28 | 1 | -2/+1 |
| * | Fix the logic inversion in the r248512. | Konstantin Belousov | 2013-03-20 | 1 | -1/+1 |
| * | Pass unmapped buffers for page in requests if the filesystem indicated support | Konstantin Belousov | 2013-03-19 | 1 | -6/+30 |
| * | Some style fixes. | Konstantin Belousov | 2013-03-14 | 1 | -1/+1 |
| * | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 1 | -58/+59 |
| * | Remove white spaces. | Attilio Rao | 2013-02-26 | 1 | -2/+2 |
| * | Wrap the sleeps synchronized by the vm_object lock into the specific | Attilio Rao | 2013-02-26 | 1 | -2/+2 |
| * | The r241025 fixed the case when a binary, executed from nullfs mount, | Konstantin Belousov | 2012-11-02 | 1 | -3/+3 |
| * | Remove the support for using non-mpsafe filesystem modules. | Konstantin Belousov | 2012-10-22 | 1 | -9/+0 |
| * | Fix the mis-handling of the VV_TEXT on the nullfs vnodes. | Konstantin Belousov | 2012-09-28 | 1 | -1/+1 |
| * | Do not leave invalid pages in the object after the short read for a | Konstantin Belousov | 2012-08-14 | 1 | -1/+1 |
| * | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | Konstantin Belousov | 2012-08-05 | 1 | -0/+1 |
| * | Reduce code duplication and exposure of direct access to struct | Konstantin Belousov | 2012-08-04 | 1 | -31/+2 |
| * | Do a more targeted check on the page cache and avoid to check the cache | Attilio Rao | 2012-06-16 | 1 | -1/+1 |
| * | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | Alan Cox | 2012-06-16 | 1 | -1/+1 |
| * | Keep track of the mount point associated with a special device | Kirk McKusick | 2012-03-28 | 1 | -0/+4 |
| * | Add KTR_VFS traces to track modifications to a vnode's writecount. | John Baldwin | 2012-03-08 | 1 | -0/+6 |
| * | Account the writeable shared mappings backed by file in the vnode | Konstantin Belousov | 2012-02-23 | 1 | -0/+85 |
| * | Rename vm_page_set_valid() to vm_page_set_valid_range(). | Konstantin Belousov | 2011-11-30 | 1 | -2/+2 |
| * | Provide typedefs for the type of bit mask for the page bits. | Konstantin Belousov | 2011-11-05 | 1 | -2/+3 |
| * | Fix a typo in a comment. | John Baldwin | 2011-10-14 | 1 | -1/+1 |
| * | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | Konstantin Belousov | 2011-09-06 | 1 | -1/+1 |
| * | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | Alan Cox | 2011-06-29 | 1 | -1/+1 |
| * | Fix a bug in r222586. Lock the page owner object around the modification | Konstantin Belousov | 2011-06-11 | 1 | -0/+6 |
| * | In the VOP_PUTPAGES() implementations, change the default error from | Konstantin Belousov | 2011-06-01 | 1 | -1/+18 |
| * | Minimize the use of the page queues lock for synchronizing access to the | Alan Cox | 2010-06-02 | 1 | -2/+0 |
| * | Push down page queues lock acquisition in pmap_enter_object() and | Alan Cox | 2010-05-26 | 1 | -18/+22 |
| * | Push down the page queues lock into vm_page_activate(). | Alan Cox | 2010-05-07 | 1 | -6/+9 |
| * | Eliminate page queues locking around most calls to vm_page_free(). | Alan Cox | 2010-05-06 | 1 | -18/+0 |
| * | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy | 2010-04-30 | 1 | -26/+59 |
| * | Remove write-only variable. | Konstantin Belousov | 2010-02-22 | 1 | -3/+0 |
| * | When a vnode-backed vm object is referenced, it increments the vnode | Konstantin Belousov | 2010-01-17 | 1 | -1/+6 |
| * | Change the type of uio_resid member of struct uio from int to ssize_t. | Konstantin Belousov | 2009-06-25 | 1 | -1/+1 |
| * | Implement global and per-uid accounting of the anonymous memory. Add | Konstantin Belousov | 2009-06-23 | 1 | -3/+4 |
| * | Correct a boundary case error in the management of a page's dirty bits by | Alan Cox | 2009-06-02 | 1 | -10/+16 |
| * | Eliminate unnecessary clearing of the page's dirty mask from various | Alan Cox | 2009-05-15 | 1 | -5/+6 |
| * | Eliminate gratuitous clearing of the page's dirty mask. | Alan Cox | 2009-05-12 | 1 | -1/+2 |
| * | Fix a race involving vnode_pager_input_smlfs(). Specifically, in the case | Alan Cox | 2009-05-09 | 1 | -23/+10 |
| * | Eliminate vnode_pager_input_smlfs()'s pointless call to pmap_clear_modify(). | Alan Cox | 2009-05-04 | 1 | -3/+0 |
| * | Eliminate unnecessary calls to pmap_clear_modify(). Specifically, calling | Alan Cox | 2009-04-25 | 1 | -2/+6 |
| * | Adjust some variables (mostly related to the buffer cache) that hold | John Baldwin | 2009-03-09 | 1 | -2/+2 |
| * | Comment out the assertion from r188321. It is not valid for nfs. | Konstantin Belousov | 2009-02-09 | 1 | -1/+1 |
| * | Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by a | Alan Cox | 2009-02-08 | 1 | -2/+0 |
| * | Do not sleep for vnode lock while holding map lock in vm_fault. Try to | Konstantin Belousov | 2009-02-08 | 1 | -53/+0 |
| * | Assert that vnode is exclusively locked when its vm object is resized. | Konstantin Belousov | 2009-02-08 | 1 | -0/+1 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |