]> git.proxmox.com Git - mirror_zfs.git/history - module
initramfs: setup keymapping and video for prompts
[mirror_zfs.git] / module /
2019-12-16 Matthew MacyFix zfs_xattr_owner_unlinked on FreeBSD and comment
2019-12-13 Tomohiro KusumiDon't fail to apply umask for O_TMPFILE files
2019-12-13 Tom CaputiAllow empty ds_props_obj to be destroyed
2019-12-13 Matthew MacyMake zfs_replay.c work on FreeBSD
2019-12-11 Matthew AhrensFix use-after-free of vd_path in spa_vdev_remove()
2019-12-11 Ryan MoellerRelocate common quota functions to shared code
2019-12-11 Matthew MacyAdd FreeBSD jail support hooks
2019-12-11 Matthew MacyEliminate Linux specific inode usage from common code
2019-12-10 Paul Zuchowskizio_decompress_data always ASSERTs successful decompression
2019-12-10 Matthew MacyAbstract away platform specific superblock references
2019-12-09 Matthew MacyExclude data from cores unconditionally and metadata...
2019-12-09 Matthew MacyMark dsl_dataset_deactivate_feature_impl static
2019-12-09 Brian BehlendorfZTS: Fix zpool_reopen_001_pos
2019-12-06 Matthew MacyDisable sysfs feature checks on FreeBSD
2019-12-06 Attila FülöpICP: Fix out of bounds write
2019-12-05 Matthew MacyDisable EDONR on FreeBSD
2019-12-05 Matthew MacyRefactor deadman set failmode to be cross platform
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-12-03 Attila FülöpICP: Fix null pointer dereference and use after free
2019-12-03 Alexander MotinFix use-after-free in case of L2ARC prefetch failure
2019-12-03 Brian BehlendorfIncrease allowed 'special_small_blocks' maximum value
2019-12-03 Matthew MacyWrap module_param_call() routines under __linux__
2019-12-03 Matthew MacyMark write_record static
2019-12-03 Matthew MacyMove linux qsort def to platform header
2019-12-02 Michael NiewöhnerAdapt gitignore for modules
2019-12-02 Matthew MacyMove zfs_cmd_t copyin/copyout to platform code
2019-11-30 Matthew MacyRestructure nvlist_nv_alloc to work on FreeBSD
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-27 jwpoduskaPrevent unnecessary resilver restarts
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-11 Alexander MotinImprove logging of 128KB writes
2019-11-06 Romain DolbeauPreliminary support for RV64G
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 MacyFix icp build on FreeBSD
2019-11-01 Matthew MacyReturn an error code from zfs_acl_chmod_setattr
2019-10-31 Matthew MacyInclude prototypes for vdev_initialize
2019-10-31 Matthew MacyFactor Linux specific code out of spa_misc.c
2019-10-30 Romain DolbeauAdd AVX512BW variant of fletcher
2019-10-30 Tom CaputiFix 'zfs change-key' with unencrypted child
2019-10-28 Matthew MacyMinor spa portability fixes
2019-10-26 loli10KFix for ARC sysctls ignored at runtime
2019-10-25 Matthew MacyRemove non-portable pointer is valid assert
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-23 chrisrdDon't call arc_buf_destroy on unallocated arc_buf
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-17 Matthew MacyAdd default case to lua kernel code
2019-10-17 Matthew MacyFix signature for private functions without header...
2019-10-14 Matthew MacyRemove dead code and cleanup scoping in dmu_send.c
2019-10-14 Paul DagnelieDon't call sizeof on void
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-11 chrisrdTypo fix in comment: dso_dryrun
2019-10-11 Paul DagnelieFunction name and comment updates
2019-10-11 Matthew MacyRemove linux/mod_compat.h from common code
2019-10-11 Matthew MacyExpose dmu_buf_hold_array_by_dnode to platform code
2019-10-10 loli10KFix pool creation with feature@allocation_classes disabled
2019-10-10 Matthew MacyMove get_temporary_prop to platform code
2019-10-10 Matthew MacyAdd kmem cache accessors
2019-10-10 Matthew MacyMake `zil_async_to_sync` visible to platform code
2019-10-10 Matthew MacyFix strdup conflict on other platforms
2019-10-10 Matthew MacyMake clang happy with vdev_raidz_ code
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-10-08 George Melikovmodule/Makefile.in: don't run xargs if empty
2019-10-04 Brian BehlendorfFix automount for root filesystems
2019-10-03 Matthew MacyRename rangelock_ functions to zfs_rangelock_
2019-10-03 Tony Nguyendbuf_hold_impl() cleanup to improve cached read performance
2019-10-02 Matthew MacyAdd inode accessors to common code
2019-10-01 Matthew MacyOpenZFS restructuring - arc_stats
2019-10-01 Matthew MacyEnable clang to use intrinsics for lz4
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-24 loli10Kdiff_cb() does not handle large dnodes
2019-09-22 Kody A KantorDisabled resilver_defer feature leads to looping resilvers
2019-09-18 Andriy GaponFix dsl_scan_ds_clone_swapped logic
2019-09-16 loli10KDevice removal of indirect vdev panics the kernel
2019-09-16 loli10KPrevent gcc -Werror=maybe-uninitialized warnings in...
2019-09-16 Tom CaputiFix clone handling with encryption roots
next