summaryrefslogtreecommitdiffstats
path: root/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r289562: 6328 Fix cstyle errors in zfs codebasemav2015-11-131-1/+1
* MFC r289422:mav2015-11-131-5/+40
* MFC r289362, r289445: 2605 want to resume interrupted zfs sendmav2015-11-131-5/+21
* MFC r289299: 6286 ZFS internal error when set large block on bootfsmav2015-11-131-3/+3
* MFC r286712: 6096 ZFS_SMB_ACL_RENAME needs to cleanup bettermav2015-10-031-0/+1
* MFC r286683: 5765 add support for estimating send stream size withmav2015-10-031-12/+40
* MFC r286575: 5056 ZFS deadlock on db_mtx and dn_holdsmav2015-10-031-2/+2
* MFC: r285946 and r285947smh2015-07-311-0/+8
* MFC r284303: MFV r283534: 5515 dataset user hold doesn't reject empty tagsavg2015-06-241-2/+15
* MFC r284301: MFV r284040: check that datasets are snapshotsavg2015-06-241-0/+8
* MFC r283602:kib2015-06-101-0/+1
* MFC r282766: zfs ioctls: use fget_write / fget_read instead of getf wrapper f...avg2015-06-051-5/+23
* MFC r283515:kib2015-06-011-2/+0
* MFC r281667:delphij2015-04-251-6/+0
* MFC r275782: MFV r275551:delphij2015-01-231-3/+4
* MFC r276063:smh2015-01-211-2/+1
* MFC r274337,r274673,274681,r275515:delphij2014-12-221-8/+50
* Fix a missed merge introduced in r272883.delphij2014-10-131-1/+0
* MFC r272474:smh2014-10-101-1/+22
* MFC r268865: MFV r268852:delphij2014-08-021-3/+3
* MFC r268473: MFV r268455:delphij2014-07-231-2/+2
* MFC r268116:delphij2014-07-171-71/+94
* MFC r268126: MFV r268121:delphij2014-07-151-31/+1
* MFC r268075: MFV r267565:delphij2014-07-151-4/+23
* MFC r264835 (MFV r264829):delphij2014-05-091-2/+19
* MFC r264341:mav2014-04-211-0/+4
* MFC r260183: MFV r260154 + 260182:delphij2014-03-201-30/+182
* MFC r259813 + r259813: MFV r258374:delphij2014-03-191-15/+12
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-4/+11
* zfs: do not reject any operations on a pool just because it's a boot poolavg2013-08-231-0/+2
* MFV r254421:delphij2013-08-211-10/+15
* zfs_ioc_rename should not leave the value of zc_name passed in via zc alteredsmh2013-08-041-4/+11
* MFV r253780:delphij2013-07-301-5/+8
* Allow three IOCTLs to be used on suspended pool, restoring state thatmav2013-07-301-3/+3
* zfs module: perform cleanup during shutdown in addition to module unloadavg2013-07-241-35/+77
* Unbreak "zfs jail" and "zfs unjail" (broken since r248571)mm2013-06-291-0/+7
* MFV r251644:delphij2013-06-121-14/+1
* MFV r251622:delphij2013-06-111-19/+31
* MFV r251620:delphij2013-06-111-8/+4
* Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdmm2013-04-101-2/+2
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()mm2013-04-091-21/+66
* MFV r248217:mm2013-04-061-144/+144
* Do not check against uninitialized rc and comment out vendor codemm2013-04-021-2/+5
* MFV r247580:mm2013-03-191-604/+512
* Add missing zvol_create_mirrors() on zfs_ioc_create()mm2013-03-181-0/+4
* libzfs_core:mm2013-03-171-3/+20
* Initialize "error" variable where illumos does.mm2013-03-161-0/+2
* Comment out unfeasible illumos copyin code and restore previous behavior.mm2013-03-071-1/+9
* Add missing init functionsmm2013-03-061-8/+7
* Diff reduction with Illumosdelphij2013-03-061-3/+3
OpenPOWER on IntegriCloud