| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -22/+22 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+2 |
* | 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 | 1 | -73/+37 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -2/+1 |
* | - Introduce a cache-miss optimization for consistency with other | attilio | 2012-04-09 | 1 | -1/+1 |
* | Prevent tmpfs_rename() deadlock in a way similar to UFS | gleb | 2012-03-14 | 1 | -7/+176 |
* | 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 |
* | When tmpfs_write() resets an extended file to its original size after an | alc | 2012-01-16 | 1 | -2/+3 |
* | Neither tmpfs_nocacheread() nor tmpfs_mappedwrite() needs to call | alc | 2012-01-14 | 1 | -20/+20 |
* | 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 |
* | 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 |
* | 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 |
* | In tmpfs_readdir(), normalize handling of the directory entries that | kib | 2011-01-20 | 1 | -1/+1 |
* | 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 | 1 | -2/+41 |
* | 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 locking around access to parent node, and bail out when the parent | delphij | 2009-10-11 | 1 | -5/+69 |
* | 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 |
* | 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 | 1 | -5/+4 |
* | 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 | 1 | -5/+5 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -8/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -7/+6 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -32/+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 | 1 | -18/+18 |