summaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore support for in-kernel ZFS ioctlsPawel Jakub Dawidek2020-06-081-2/+2
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-2/+3
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-071-0/+62
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-26/+10
* Fix zfs send progress reportingMatthew Ahrens2020-04-201-1/+1
* Add 'zfs wait' commandPaul Dagnelie2020-04-011-0/+82
* Re-share zfsdev_getminor and zfs_onexit_fd_holdMatthew Macy2020-02-281-0/+35
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-3/+4
* Implement bookmark copyingChristian Schwarz2020-02-111-23/+7
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-2/+3
* Add 'zfs send --saved' flagTom Caputi2020-01-101-8/+17
* Relocate common quota functions to shared codeRyan Moeller2019-12-111-0/+1
* Abstract away platform specific superblock referencesMatthew Macy2019-12-101-5/+5
* Move zfs_cmd_t copyin/copyout to platform codeMatthew Macy2019-12-021-20/+7
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-48/+41
* Remove sdt.hMatthew Macy2019-10-251-1/+0
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-8/+8
* OpenZFS restructuring - zfs_ioctlMatthew Macy2019-09-271-329/+83
* OpenZFS restructuring - zvolMatthew Macy2019-09-251-3/+3
* Add subcommand to wait for background zfs activity to completeJohn Gallagher2019-09-131-0/+55
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* zfs_ioc_snapshot: check user-prop permissions on snapshotted datasetsAndriy Gapon2019-08-271-10/+16
* Don't directly cast unsigned long to void*Tomohiro Kusumi2019-07-251-2/+3
* Remove code for zfs remapMatthew Ahrens2019-06-241-14/+3
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-70/+310
* Remove vn_set_fs_pwd()/vn_set_pwd() (no need to be at / during insmod)Tomohiro Kusumi2019-05-291-7/+0
* Double-free of encryption wrapping key due to invalid pool propertiesloli10K2019-05-281-12/+9
* Add TRIM supportBrian Behlendorf2019-03-291-2/+93