aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-4/+4
* zfs promote|rename .../%recv should be an errorLOLi2017-07-281-2/+10
* Fix 'zpool clear' on suspended poolsBrian Behlendorf2017-07-251-1/+2
* Multi-modifier protection (MMP)Olaf Faaland2017-07-131-1/+1
* Add port of FreeBSD 'volmode' propertyLOLi2017-07-121-0/+3
* Fix 'zpool clear' on readonly poolsLOLi2017-07-071-1/+1
* Implemented zpool scrub pause/resumeAlek P2017-07-061-1/+7
* OpenZFS 7600 - zfs rollback should pass target snapshot to kernelAndriy Gapon2017-07-041-5/+18
* GCC 7.1 fixesTony Hutter2017-06-281-2/+4
* OpenZFS 8264 - want support for promoting datasets in libzfs_coreGiuseppe Di Natale2017-06-261-3/+36
* Fix "snapdev" property issuesLOLi2017-06-021-49/+48
* Revert "Fix "snapdev" property inheritance behaviour"Brian Behlendorf2017-05-261-48/+49
* Fix "snapdev" property inheritance behaviourLOLi2017-05-251-49/+48
* Implemented zpool sync commandAlek P2017-05-191-0/+44
* Force fault a vdev with 'zpool offline -f'Tony Hutter2017-05-191-2/+4
* Add property overriding (-o|-x) to 'zfs receive'LOLi2017-05-091-31/+165
* OpenZFS 6101 - attempt to lzc_create() a filesystem under a volume results in...Andriy Gapon2017-04-141-0/+3
* OpenZFS 5120 - zfs should allow large block/gzip/raidz boot pool (loader proj...Brian Behlendorf2017-04-131-10/+2
* Restructure mount option handlingBrian Behlendorf2017-03-101-1/+1
* Rename zfs_* functionsBrian Behlendorf2017-03-101-17/+17
* Rename zfs_sb_t -> zfsvfs_tBrian Behlendorf2017-03-101-77/+77
* OpenZFS 7019 - zfsdev_ioctl skips secpolicy when FKIOCTL is setGeorge Melikov2017-01-311-2/+2
* OpenZFS 7180 - potential race between zfs_suspend_fs+zfs_resume_fs and zfs_io...George Melikov2017-01-231-3/+11
* Suspend/resume zvol for recv and rollbackChunwei Chen2017-01-191-0/+8
* OpenZFS 7071 - lzc_snapshot does not fill in errlist on ENOENTGeorge Melikov2017-01-171-0/+8
* OpenZFS 6328 - Fix cstyle errors in zfs codebaseGeorge Melikov2017-01-121-1/+1
* Fix spellingka72017-01-031-1/+1
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-6/+6
* Fix dsl_prop_get_all_dsl() memory leakBearBabyLiu2016-11-021-1/+3
* Fix coverity defects: CID 147551, 147552cao2016-10-201-0/+4
* Add support for user/group dnode accounting & quotaJinshan Xiong2016-10-071-1/+61
* OpenZFS 6541 - Pool feature-flag check defeated if "verify" is included in th...ilovezfs2016-10-031-1/+1
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-5/+42
* Fix coverity defects: CID 147650, 147649, 147647, 147646cao2016-09-251-3/+5
* Fix Coverity defectsluozhengzheng2016-09-171-1/+1
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-7/+28
* Fix zfs_allow_log_destroy() NULL dereferenceheary-cao2016-07-291-1/+5
* Fix filesystem destroy with receive_resume_tokenRoman Strashkin2016-07-151-3/+30
* Fix handling of errors nvlist in zfs_ioc_recv_new()Gvozden Neskovic2016-07-131-7/+6
* Fix get_zfs_sb race with concurrent umountChunwei Chen2016-07-121-3/+3
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-11/+12
* Implement zfs_ioc_recv_new() for OpenZFS 2605Brian Behlendorf2016-06-281-82/+212
* OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...Dan McDonald2016-06-281-10/+87
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-4/+12
* Implement large_dnode pool featureNed Bass2016-06-241-1/+29
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-3/+43
* OpenZFS 6286 - ZFS internal error when set large block on bootfsBrian Behlendorf2016-05-051-3/+3
* Enable PF_FSTRANS for ioctl secpolicy callbacks (#4571)Tim Chase2016-05-021-1/+4
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-3/+1
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-38/+12