aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-171-7/+5
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-6/+1
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-3/+2
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-4/+4
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-1/+5
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-1/+1
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-1/+1
* Delay ZFS_PROP_SHARESMB property to handle it for encrypted raw receiveAmeer Hamza2022-09-201-0/+15
* Cleanup: Make memory barrier definitions consistent across kernelsRichard Yao2022-09-131-1/+1
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-4/+8
* Add createtxg sort support for simple snapshot iteratorAmeer Hamza2022-07-251-0/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-2/+3
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-7/+7
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-251-1/+1
* module: mark arguments usedнаб2022-02-181-59/+48
* zfs_set_prop_nvlist: make it easier to spot the call to dsl_props_setChristian Schwarz2022-02-041-37/+44
* Clean up CSTYLEDsнаб2022-01-261-4/+2
* module/*.ko: prune .data, global .rodataнаб2022-01-141-6/+2
* Revert "zfs list: Allow more fields in ZFS_ITER_SIMPLE mode"Paul Dagnelie2022-01-061-2/+1
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2021-12-161-1/+2
* Vdev Properties FeatureAllan Jude2021-11-301-1/+101
* file reference counts can get corruptedGeorge Wilson2021-07-101-37/+34
* libzfs: On FreeBSD, use MNT_NOWAIT with getfsstatAlan Somers2021-06-081-0/+27
* Move zfsdev_state_{init,destroy} to common codeRyan Moeller2021-04-081-1/+74
* Eliminate zfsdev_get_state_implRyan Moeller2021-04-081-13/+3
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Macroify teardown lock handlingMateusz Guzik2021-03-121-4/+6
* Wrap bare EINVAL returns with SET_ERRORRyan Moeller2021-02-241-2/+2
* Cleaning up uio headersBrian Atkinson2021-02-201-1/+1
* record ioctl elapsed time in zpool historyMatthew Ahrens2021-01-111-0/+3
* Fix optional "force" arg handing in zfs_ioc_pool_sync()Brian Behlendorf2020-12-091-4/+7
* Fix 'zfs userspace' for received datasets in encrypted rootloli10K2020-11-161-6/+40
* Assertion failure when logging large output of channel programMatthew Ahrens2020-11-141-2/+18
* Throw const on some stringsRyan Moeller2020-10-021-16/+15
* Mismatched nvlist names in zfs_keys_send_spaceJohn Poduska2020-10-021-4/+6
* zfs label bootenv should store data as nvlistToomas Soome2020-09-151-12/+10
* Avoid posting duplicate zpool eventsDon Brady2020-09-041-0/+1
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-011-1/+2
* Add zstd support to zfsMichael Niewöhner2020-08-201-5/+31
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-181-2/+10
* Remove GRUB restrictionsRichard Laager2020-08-171-39/+0
* Release onexit/events with any missed zfsdev_stateJorgen Lundman2020-08-131-7/+8
* Change the error handling for invalid property valuesAllan Jude2020-08-011-1/+2
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-2/+2
* Add device rebuild featureBrian Behlendorf2020-07-031-2/+4
* Add prototypesArvind Sankar2020-06-181-3/+0
* Mark functions as staticArvind Sankar2020-06-181-5/+5
* zfs_ioctl: saved_poolname can be truncatedJorgen Lundman2020-06-171-11/+14
* Fix typosAndrea Gelmini2020-06-091-1/+1