summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r258632,258704: MFV r255255: 4045 zfs write throttle & i/o scheduleravg2014-01-161-9/+28
* MFC r258353: zfs page_busy: fix the boundaries of the cleared rangeavg2013-11-251-1/+16
* Fixup cross-device rename checks in ZFS. Add a check for the casedavide2013-09-201-4/+7
* Previously, both zfs_rename and zfs_link does a check on whetherdelphij2013-08-281-3/+11
* zfs: inline and remove zfs_vnode_lockavg2013-08-231-1/+1
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-1/+47
* MFV r254220:delphij2013-08-201-7/+17
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-14/+20
* Revert r253939:attilio2013-08-051-15/+52
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-52/+15
* zfs: try to properly handle i/o errors in mappedread_sfavg2013-07-091-1/+3
* 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
OpenPOWER on IntegriCloud