summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r319096: zfs_lookup: fix bogus arguments to lookup of "snapshot" directoryavg2017-06-011-1/+1
* MFC r315853: zfs_putpages: use TXG_WAITavg2017-04-141-7/+1
* MFC r314048,r314194: reimplement zfsctl (.zfs) supportavg2017-03-231-15/+22
* MFC r314572:mm2017-03-051-0/+3
* MFC r313686: check remaining space in zfs implementations of vptocnpavg2017-02-211-0/+4
* MFC r308887,309090: fix unsafe modification of zfs_vnodeops whenavg2016-12-141-16/+7
* MFC r306801: implement zfs_vptocnp() using z_parent propertyavg2016-10-271-1/+12
* MFC r307218:kib2016-10-201-2/+2
* MFC r306665: zfs: fix a wrong assertion for extended attributesavg2016-10-121-3/+6
* MFC r306292: fix vnode lock assertion for extended attributes directoryavg2016-10-071-3/+8
* MFC r303763,303791,303869: zfs: honour and make use of vfs vnode locking prot...avg2016-08-231-1894/+669
* MFC r302839: 6940 Cannot unlink directories when over quotaavg2016-08-151-0/+1
* MFC r299906,301870: add zfs_vptocnp with special handling for snapshotsavg2016-07-131-0/+48
* MFC r298105: zfs: enable vn_io_fault supportavg2016-07-131-1/+38
* MFC r300870,r300884:ngie2016-06-081-1/+0
* MFC r296519: MFV r296518: 5027 zfs large block support (add copyright)mav2016-03-211-0/+1
* MFC r294803: MFV r294802: 6334 Cannot unlink files when over quotamav2016-03-201-5/+2
* MFV r258597 (by pjd):mav2016-03-201-0/+5
* MFC r262990: MFV r262983:mav2016-03-201-1/+21
* MFC r277300 (by smh): Mechanically convert cddl sun #ifdef's to illumosmav2016-03-201-19/+19
* MFC r289562: 6328 Fix cstyle errors in zfs codebasemav2015-11-131-3/+3
* MFC r287103 (by avg): 5692 expose the number of hole blocks in a filemav2015-10-031-1/+50
* MFC r286705: 5960 zfs recv should prefetch indirect blocksmav2015-10-031-1/+2
* MFC r264392 (davide):delphij2015-01-101-11/+13
* MFC r276007:kib2015-01-041-3/+8
* MFC r275897:kib2015-01-011-1/+1
* MFC r274337,r274673,274681,r275515:delphij2014-12-221-1/+7
* MFC r275401: zfs_putpages: actually update mtime and ctimeavg2014-12-181-0/+1
* MFC r272809: MFV r272803:delphij2014-10-231-7/+7
* Make external NFS clients know when files have their attributes changed andaraujo2014-10-071-0/+1
* MFC r271536: MFV r271518:delphij2014-09-251-10/+13
* MFC r268420:mav2014-07-241-1/+1
* MFC r268464: MFV r268452:delphij2014-07-231-14/+21
* MFC r260704,260717: zfs: getnewvnode_reserve must be called outside of aavg2014-02-171-0/+24
* MFC r260706: zfs_deleteextattr: name buffer from namei is needed by zfs_removeavg2014-02-171-1/+3
* MFC r258744-258746: zfs: add zfs_freebsd_putpagesavg2014-01-161-39/+166
* MFC r258720: MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2014-01-161-24/+16
* MFC r258739: zfs mappedread_sf: assert that a page is never partially validavg2014-01-161-1/+3
* 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
OpenPOWER on IntegriCloud