aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/zfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid retrieving unused snapshot propsAlek P2019-03-121-18/+60
* Do not resume a pool if multihost is enabledOlaf Faaland2019-02-281-0/+7
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-7/+4
* zfs initialize performance enhancementsGeorge Wilson2019-01-071-31/+26
* OpenZFS 9102 - zfs should be able to initialize storage devicesGeorge Wilson2019-01-071-0/+86
* OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon2018-12-141-3/+19
* Rename macro ZFS_MINOR due to Lustre conflictOlaf Faaland2018-12-101-3/+3
* Linux does not HAVE_SMB_SHAREMatthew Ahrens2018-10-171-198/+0
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-0/+1
* Pool allocation classesDon Brady2018-09-051-0/+9
* Add basic zfs ioc input nvpair validationDon Brady2018-09-021-97/+364
* Add zfs module feature and property info to sysfsDon Brady2018-09-021-0/+4
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-27/+43
* Allow inherited properties in zfs_check_settable()LOLi2018-08-031-13/+13
* OpenZFS 8906 - uts: illumos rootfs should support salted cksumToomas Soome2018-07-271-10/+1
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-18/+1
* OpenZFS 9166 - zfs storage pool checkpointSerapheim Dimitropoulos2018-06-261-0/+32
* Update build system and packagingBrian Behlendorf2018-05-291-11/+2
* Fix 'zpool create -t <tempname>'LOLi2018-05-071-2/+8
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-4/+32
* Fix spa reference leak in zfs_ioc_pool_scanLOLi2018-04-031-3/+3
* OpenZFS 9164 - assert: newds == os->os_dsl_datasetAndriy Gapon2018-03-301-3/+3
* Add kernel module auto-loadingBrian Behlendorf2018-03-131-5/+20
* ZIL claiming should not start user accountingTom Caputi2018-02-201-1/+1
* Project Quota on ZFSNasf-Fan2018-02-131-8/+27
* OpenZFS 8520 - lzc_rollbackAndriy Gapon2018-02-091-4/+7
* OpenZFS 8677 - Open-Context Channel ProgramsSerapheim Dimitropoulos2018-02-081-1/+5
* OpenZFS 8604 - Simplify snapshots unmounting codeSerapheim Dimitropoulos2018-02-081-22/+13
* OpenZFS 8600 - ZFS channel programs - snapshotChris Williamson2018-02-081-1/+1
* OpenZFS 7431 - ZFS Channel ProgramsChris Williamson2018-02-081-11/+69
* Long hold the dataset during upgradeArkadiusz BubaƂa2017-11-101-4/+4
* OpenZFS 8607 - variable set but not usedBrian Behlendorf2017-11-081-7/+3
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-14/+8