summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't try to re-insert an already present but invalid page.gavin2013-06-281-1/+4
* MFV r251620:delphij2013-06-111-69/+52
* MFV r248217:mm2013-04-061-92/+101
* MFCattilio2013-02-231-4/+5
|\
| * MFV r246653:mm2013-02-231-4/+5
* | Change the use of hard functions for vm_pager_ok and switch toattilio2013-02-231-3/+3
* | Fix other architectures and ZFS.attilio2013-02-211-27/+28
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-22/+22
|/
* zfs: fix, improve and re-organize page_lookup and page_unlockavg2013-02-031-23/+91
* Use SA_ZPL_CRTIME instead of SA_ZPL_CTIME for creation time.delphij2012-12-031-1/+1
* zfs_getpages: make use of vm_page_readahead_finishavg2012-12-011-20/+4
* MFV r243395:mm2012-11-261-0/+6
* MFV r243013 and r243267:mm2012-11-251-0/+6
* zfs_freebsd_reclaim: remove a stray variableavg2012-11-251-1/+0
* zfs: overhaul zfs-vfs glue for vnode life-cycle managementavg2012-11-251-67/+24
* add zfs_bmap to aid vnode_pager_haspageavg2012-11-251-1/+25
* zfs_getpages: optimize for large block sizesavg2012-11-251-23/+86
* zfs_remove: assert that delete_now case is never true on FreeBSDavg2012-11-191-0/+3
* zfs_remove: set VV_NOSYNC flag if a node is unlinkedavg2012-11-191-0/+3
* zfs_freebsd_close: call zfs_close with count=1 instead of count=0avg2012-11-041-1/+1
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-7/+4
* As in r226967, r226987 and r232401 changes to UFS and TMPFS remove cachepjd2012-09-221-0/+3
* Merge recent zfs vendor changes, sync code and adjust userland DEBUG.mm2012-09-121-5/+6
* Include <vm/vm_param.h> for PA_LOCK_COUNT in order to fix kernel buildmarius2012-08-051-0/+1
* Fix enforcement of file size limit with O_APPEND on ZFS.trasz2012-05-221-3/+6
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* - Introduce a cache-miss optimization for consistency with otherattilio2012-04-091-2/+1
* zfs_ioctl: no need for ddi_copyin/out here because sys_ioctl handles thatavg2012-04-051-1/+8
* In sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c, check thedim2012-01-031-1/+1
* Implement replying of ACLs updates. ACL changes should go to ZIL onlypjd2011-12-181-1/+1
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-2/+1
* Fix panic in zfs_read() if IO_SYNC flag supplied by checking formm2011-08-021-2/+3
* Bring the code more in-line with OpenSolaris source todelphij2011-07-211-2/+9
* A different implementation of r224231 proposed by pjd@,delphij2011-07-211-3/+7
* Add a new field to in-core znode, z_rdev, to represent device nodes.delphij2011-07-201-1/+1
* Resurrect the ZFS "aclmode" propertymm2011-07-181-1/+2
* Checking file access on size change is bogus. The checks are done earlier bypjd2011-03-241-5/+0
* Correct readdir over ZFS handling.pjd2011-03-081-11/+8
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-271-667/+1961
* For UIO_NOCOPY case of reading request on zfs vnode, which has vm objectkib2011-02-111-2/+8
* Remove redundant semicolon and empty like.pjd2010-12-111-2/+1
* zfs+sendfile: populate all requested pages, not just those already cachedavg2010-11-161-4/+14
* Bugfix merge from OpenSolaris:mm2010-10-261-1/+19
* zfs: add vop_getpages method implementationavg2010-10-161-0/+91
* zfs + sendfile: do not produce partially valid pages for vnode's tailavg2010-10-121-3/+6
* Provide internal ioflags() function that converts ioflag provided by FreeBSD'spjd2010-10-101-5/+22
* Change FAPPEND to IO_APPEND as this is a ioflag and not a fflag.mm2010-10-081-1/+1
* zfs_map_page/zfs_unmap_page: do not use sched_pin() and SFB_CPUPRIVATEavg2010-09-211-3/+1
* zfs_vnops: use zfs_map_page/zfs_unmap_page helper functions in another placeavg2010-09-211-5/+2
* zfs+sendfile: advance uio_offset upon reading as wellavg2010-09-171-1/+3
OpenPOWER on IntegriCloud