summaryrefslogtreecommitdiffstats
path: root/sys/cddl/compat/opensolaris/kern/opensolaris_vm.c
Commit message (Collapse)AuthorAgeFilesLines
* zfs: add zfs_freebsd_putpagesavg2013-11-291-0/+2
| | | | | | | this should be more optimal than writing pages one-by-one via zfs_write -> update_pages in the case of multi-page putpages call MFC after: 16 days
* Add missing FBSDID() tag for new file.attilio2013-03-091-0/+1
| | | | Sponsored by: EMC / Isilon storage division
* Change the use of hard functions for vm_pager_ok and switch toattilio2013-02-231-20/+3
| | | | | | | const variables. Sponsored by: EMC / Isilon storage division Reported by: pjd
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-1/+1
| | | | | | | | Rename current VM_OBJECT_LOCK_ASSERT(foo, RA_WLOCKED) into VM_OBJECT_ASSERT_WLOCKED(foo) Sponsored by: EMC / Isilon storage division Requested by: alc
* Fix other architectures and ZFS.attilio2013-02-211-0/+84
Sponsored by: EMC / Isilon storage division
OpenPOWER on IntegriCloud