]> git.proxmox.com Git - mirror_zfs.git/history - module/os
zfs-module-parameters(5): add all missing items
[mirror_zfs.git] / module / os /
2020-01-06 Brian BehlendorfFix QAT allocation failure return value
2019-12-19 Ubuntucppcheck: (error) Shifting signed 64-bit value by 63...
2019-12-19 Ubuntucppcheck: (error) Uninitialized variable
2019-12-13 Tomohiro KusumiDon't fail to apply umask for O_TMPFILE files
2019-12-13 Matthew MacyMake zfs_replay.c work on FreeBSD
2019-12-11 Ryan MoellerRelocate common quota functions to shared code
2019-12-11 Matthew MacyEliminate Linux specific inode usage from common code
2019-12-10 Matthew MacyAbstract away platform specific superblock references
2019-12-09 Brian BehlendorfZTS: Fix zpool_reopen_001_pos
2019-12-05 Matthew MacyRefactor deadman set failmode to be cross platform
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-12-02 Matthew MacyMove zfs_cmd_t copyin/copyout to platform code
2019-11-30 Matthew MacyMark Linux fallocate extensions as specific to Linux
2019-11-30 Matthew MacyResolve ZoF differences in zfs_ioctl.h
2019-11-27 Brian BehlendorfRemove zfs_vdev_elevator module option
2019-11-21 Mauricio Faria de... Check for unlinked znodes after igrab()
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-18 Brian BehlendorfPartially revert 5a6ac4c
2019-11-15 Heitor Alves de... Break out of zfs_zget early if unlinked znode
2019-11-13 loli10KPrevent NULL pointer dereference in blkg_tryget() on...
2019-11-13 Michael NiewöhnerCheck for __GFP_RECLAIM instead of GFP_KERNEL
2019-11-13 Michael NiewöhnerAdd kmem_cache flag for forcing kvmalloc
2019-11-13 Michael NiewöhnerMake use of kvmalloc if available and fix vmem_alloc...
2019-11-13 Michael NiewöhnerAdd missing documentation for some KMC flags
2019-11-12 Brian BehlendorfLinux compat: Minimum kernel version 3.10
2019-11-11 Pavel SnajdrRemove zpl_revalidate
2019-11-06 Matthew MacyMove platform specific parts of zfs_znode.h to platform...
2019-11-01 Prakash SuryaAdd tracepoints for taskq entry lifetime events
2019-11-01 Prakash SuryaEnable use of DTRACE_PROBE* macros in "spl" module
2019-11-01 Matthew MacyWrap Linux module macros
2019-11-01 Matthew MacyPrefix struct rangelock
2019-11-01 Matthew MacyReturn an error code from zfs_acl_chmod_setattr
2019-10-31 Matthew MacyFactor Linux specific code out of spa_misc.c
2019-10-26 loli10KFix for ARC sysctls ignored at runtime
2019-10-25 Matthew MacyMove final zvol_remove_minors to common code
2019-10-25 Matthew MacyRemove sdt.h
2019-10-24 Brian BehlendorfLinux 4.14, 4.19, 5.0+ compat: SIMD save/restore
2019-10-18 Serapheim Dimitrop... Update skc_obj_alloc for spl kmem caches that are backe...
2019-10-18 Matthew MacyOpenZFS restructuring - ARC memory pressure
2019-10-17 Matthew MacyMake zfsdev_getminor signature cross platform
2019-10-17 Matthew MacyMove linux specific mmp module_param_call handler to...
2019-10-14 Matthew MacyMove zfs_onexit_fd_hold to platform code
2019-10-14 Matthew MacyMove zio_delay_interrupt to platform code
2019-10-10 Matthew MacyMove get_temporary_prop to platform code
2019-10-10 Matthew MacyAdd kmem cache accessors
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-10-04 Brian BehlendorfFix automount for root filesystems
2019-10-03 Matthew MacyRename rangelock_ functions to zfs_rangelock_
2019-10-01 Prakash SuryaTimeout waiting for ZVOL device to be created
2019-09-27 Matthew MacyOpenZFS restructuring - zfs_ioctl
2019-09-25 Brian BehlendorfAdd warning for zfs_vdev_elevator option removal
2019-09-25 Matthew MacyOpenZFS restructuring - zvol
2019-09-14 loli10KScrubbing root pools may deadlock on kernels without...
2019-09-12 Chengfei ZHuQAT related bug fixes
2019-09-12 Matthew MacyMove objnode handling to common code
2019-09-11 Matthew MacyOpenZFS restructuring - move linux tracing code to...
2019-09-10 Brian BehlendorfEnable SIMD for encryption
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources