]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zfs_ioctl.c
Add zstd support to zfs
[mirror_zfs.git] / module / zfs / zfs_ioctl.c
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-08-18 Ryan MoellerMake zc_nvlist_src_size limit tunable
2020-08-18 Richard LaagerRemove GRUB restrictions
2020-08-13 Jorgen LundmanRelease onexit/events with any missed zfsdev_state
2020-08-01 Allan JudeChange the error handling for invalid property values
2020-07-26 Matthew MacyMake use of ZFS_DEBUG consistent within kmod sources
2020-07-03 Brian BehlendorfAdd device rebuild feature
2020-06-18 Arvind SankarAdd prototypes
2020-06-18 Arvind SankarMark functions as static
2020-06-17 Jorgen Lundmanzfs_ioctl: saved_poolname can be truncated
2020-06-10 Andrea GelminiFix typos
2020-06-08 Pawel Jakub DawidekRestore support for in-kernel ZFS ioctls
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-05-07 Paul DagnelieAdd support for boot environment data to be stored...
2020-04-23 Matthew AhrensRemove deduplicated send/receive code
2020-04-20 Matthew AhrensFix zfs send progress reporting
2020-04-01 Paul DagnelieAdd 'zfs wait' command
2020-02-28 Matthew MacyRe-share zfsdev_getminor and zfs_onexit_fd_hold
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-02-11 Christian SchwarzImplement bookmark copying
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2020-01-10 Tom CaputiAdd 'zfs send --saved' flag
2019-12-11 Ryan MoellerRelocate common quota functions to shared code
2019-12-10 Matthew MacyAbstract away platform specific superblock references
2019-12-02 Matthew MacyMove zfs_cmd_t copyin/copyout to platform code
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-10-25 Matthew MacyRemove sdt.h
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-09-27 Matthew MacyOpenZFS restructuring - zfs_ioctl
2019-09-25 Matthew MacyOpenZFS restructuring - zvol
2019-09-14 John GallagherAdd subcommand to wait for background zfs activity...
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-08-27 Andriy Gaponzfs_ioc_snapshot: check user-prop permissions on snapsh...
2019-07-25 Tomohiro KusumiDon't directly cast unsigned long to void*
2019-06-24 Matthew AhrensRemove code for zfs remap
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-05-29 Tomohiro KusumiRemove vn_set_fs_pwd()/vn_set_pwd() (no need to be...
2019-05-28 loli10KDouble-free of encryption wrapping key due to invalid...
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-12 Alek PAvoid retrieving unused snapshot props
2019-03-01 Olaf FaalandDo not resume a pool if multihost is enabled
2019-02-08 loli10KZVOLs should not be allowed to have children
2019-01-07 George Wilsonzfs initialize performance enhancements
2019-01-07 George WilsonOpenZFS 9102 - zfs should be able to initialize storage...
2018-12-14 Andriy GaponOpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs...
2018-12-11 Olaf FaalandRename macro ZFS_MINOR due to Lustre conflict
2018-10-17 Matthew AhrensLinux does not HAVE_SMB_SHARE
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-09-06 Don BradyPool allocation classes
2018-09-02 Don BradyAdd basic zfs ioc input nvpair validation
2018-09-02 Don BradyAdd zfs module feature and property info to sysfs
2018-08-15 Tom CaputiAdded encryption support for zfs recv -o / -x
2018-08-03 LOLiAllow inherited properties in zfs_check_settable()
2018-07-27 Toomas SoomeOpenZFS 8906 - uts: illumos rootfs should support salte...
2018-07-12 Matthew AhrensOpenZFS 9337 - zfs get all is slow due to uncached...
2018-06-26 Serapheim Dimitrop... OpenZFS 9166 - zfs storage pool checkpoint
2018-05-29 Brian BehlendorfUpdate build system and packaging
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-08 LOLiFix 'zpool create -t <tempname>'
2018-04-14 Matthew AhrensOpenZFS 7614, 9064 - zfs device evacuation/removal
2018-04-04 LOLiFix spa reference leak in zfs_ioc_pool_scan
2018-03-30 Andriy GaponOpenZFS 9164 - assert: newds == os->os_dsl_dataset
2018-03-13 Brian BehlendorfAdd kernel module auto-loading
2018-02-21 Tom CaputiZIL claiming should not start user accounting
2018-02-13 Nasf-FanProject Quota on ZFS
2018-02-09 Andriy GaponOpenZFS 8520 - lzc_rollback
2018-02-09 Serapheim Dimitrop... OpenZFS 8677 - Open-Context Channel Programs
2018-02-08 Serapheim Dimitrop... OpenZFS 8604 - Simplify snapshots unmounting code
2018-02-08 Chris WilliamsonOpenZFS 8600 - ZFS channel programs - snapshot
2018-02-08 Chris WilliamsonOpenZFS 7431 - ZFS Channel Programs
2017-11-10 Arkadiusz BubałaLong hold the dataset during upgrade
2017-11-08 Brian BehlendorfOpenZFS 8607 - variable set but not used
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-26 Arkadiusz BubałaAdded no_scrub_restart flag to zpool reopen
2017-08-31 LOLiRetire send space estimation via ZFS_IOC_SEND
2017-08-21 Chunwei ChenFix zfs_ioc_pool_sync should not use fnvlist
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-07-28 LOLizfs promote|rename .../%recv should be an error
2017-07-25 Brian BehlendorfFix 'zpool clear' on suspended pools
2017-07-13 Olaf FaalandMulti-modifier protection (MMP)
2017-07-12 LOLiAdd port of FreeBSD 'volmode' property
2017-07-07 LOLiFix 'zpool clear' on readonly pools
2017-07-07 Alek PImplemented zpool scrub pause/resume
2017-07-04 Andriy GaponOpenZFS 7600 - zfs rollback should pass target snapshot...
2017-06-28 Tony HutterGCC 7.1 fixes
2017-06-26 Giuseppe Di NataleOpenZFS 8264 - want support for promoting datasets...
2017-06-02 LOLiFix "snapdev" property issues
2017-05-26 Brian BehlendorfRevert "Fix "snapdev" property inheritance behaviour"
2017-05-25 LOLiFix "snapdev" property inheritance behaviour
2017-05-19 Alek PImplemented zpool sync command
2017-05-19 Tony HutterForce fault a vdev with 'zpool offline -f'
2017-05-09 LOLiAdd property overriding (-o|-x) to 'zfs receive'
2017-04-14 Andriy GaponOpenZFS 6101 - attempt to lzc_create() a filesystem...
2017-04-13 Brian BehlendorfOpenZFS 5120 - zfs should allow large block/gzip/raidz...
2017-03-13 Brian BehlendorfAlign mount options handling and type/function names...
2017-03-10 Brian BehlendorfRestructure mount option handling
2017-03-10 Brian BehlendorfRename zfs_* functions
2017-03-10 Brian BehlendorfRename zfs_sb_t -> zfsvfs_t
2017-01-31 George MelikovOpenZFS 7019 - zfsdev_ioctl skips secpolicy when FKIOCT...
next