aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos 6096 - ZFS_SMB_ACL_RENAME needs to cleanup betterDan McDonald2016-02-051-0/+1
* Illumos 5515 - dataset user hold doesn't reject empty tagsJosef 'Jeff' Sipek2016-01-121-2/+15
* Follow 0/-E convention for module load errorsBrian Behlendorf2015-11-161-2/+2
* Add dbgmsg kstatBrian Behlendorf2015-09-041-49/+0
* Add temporary mount optionsBrian Behlendorf2015-09-031-1/+1
* Linux 4.2 compat: misc_deregister()Brian Behlendorf2015-09-011-5/+1
* Linux 3.18 compat: Snapshot auto-mountingBrian Behlendorf2015-08-311-24/+7
* Check large block feature flag on volumesBrian Behlendorf2015-08-281-1/+2
* Failure of userland copy should return EFAULTRichard Yao2015-07-141-1/+1
* Illumos 5008 - lock contention (rrw_exit) while running a read only loadAlexander Motin2015-07-061-3/+3
* Illumos 5946, 5945Andriy Gapon2015-07-061-0/+8
* zfsdev_getminor() should check for invalid file handlesRichard Yao2015-06-221-4/+26
* Relax restriction on zfs_ioc_next_obj() iterationAntonio Russo2015-05-141-2/+1
* Illumos 5765 - add support for estimating send stream size with lzc_send_spac...Max Grossman2015-05-131-12/+40
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-6/+48