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 r308826: zfs: fix up after the removal of PG_CACHED pages in r308691avg2017-05-291-2/+2
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,markj2017-05-231-4/+0
* MFC r315853: zfs_putpages: use TXG_WAITavg2017-04-141-7/+1
* MFC r313483:asomers2017-04-021-9/+11
* 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 r302839: 6940 Cannot unlink directories when over quotaavg2016-08-151-0/+1
* MFC r303763,303791,303869: zfs: honour and make use of vfs vnode locking prot...avg2016-08-111-1894/+669
* zfs_vptocnp: check for an invalid znodeavg2016-06-131-2/+10
* Fix up r300870ngie2016-05-271-1/+0
* add zfs_vptocnp with special handling for snapshots under .zfsavg2016-05-161-0/+39
* zfs: enable vn_io_fault supportavg2016-04-161-1/+38
* Fix an error in r292373. Use proper count to update "pages in" counter.glebius2016-03-311-2/+2
* MFV r296518: 5027 zfs large block support (add copyright)mav2016-03-081-0/+1
* MFV r294802: 6334 Cannot unlink files when over quotamav2016-01-261-5/+2
* Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS.glebius2015-12-161-17/+17
* A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES().glebius2015-12-161-68/+29
* MFV r289561: 6328 Fix cstyle errors in zfs codebasemav2015-10-191-3/+3
* MFV (partial) r286889: 5692 expose the number of hole blocks in a fileavg2015-08-241-0/+49
* MFV r286704: 5960 zfs recv should prefetch indirect blocksmav2015-08-121-1/+2
* o Un-inline vm_pager_get_pages(), vm_pager_get_pages_async().glebius2015-06-171-2/+0
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-171-20/+20
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-211-3/+8
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-1/+1
* zfs_putpages: actually update mtime and ctimeavg2014-12-021-0/+1
* MFV r274273:delphij2014-11-101-1/+7
* MFV r272803:delphij2014-10-091-7/+7
* Fix failures and warnings reported by newpynfs20090424 test tool.araujo2014-10-031-0/+1
* MFV r271518:delphij2014-09-131-10/+13
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().glebius2014-09-101-2/+0
* MFV r268452:delphij2014-07-091-14/+21
* Remove IO_SYNC flag when writing extended file attributes on ZFS.mav2014-07-081-1/+1
* Fix a panic in zfs_rename().davide2014-04-131-11/+13
* MFV r262983:delphij2014-03-111-1/+21
* zfs_deleteextattr: name buffer from namei is needed by zfs_renameavg2014-01-161-1/+3
* zfs: getnewvnode_reserve must be called outside of a zfs transactionavg2014-01-161-0/+24
* zfs: add zfs_freebsd_putpagesavg2013-11-291-23/+166
* zfs: make zfs_map_page / zfs_unmap_page publicavg2013-11-291-16/+0
* zfs mappedread_sf: assert that a page is never partially validavg2013-11-291-1/+3
* MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2013-11-281-24/+16
* MFV r255255: 4045 zfs write throttle & i/o scheduler performance workavg2013-11-261-9/+28
* When append-only, immutable or read-only flag is set don't allow forpjd2013-11-251-0/+5
* zfs page_busy: fix the boundaries of the cleared rangeavg2013-11-191-1/+16
OpenPOWER on IntegriCloud