]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2019-12-18 Kjeld Schouten... Moves Codecov Ignore to LCOV
2019-12-18 Garrett FieldsForce systems with kernel option "quiet" to display...
2019-12-17 Richard Laagerinitramfs: setup keymapping and video for prompts
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 Fabian-GruenbichlerSIMD: Use alloc_pages_node to force alignment
2019-12-10 Matthew MacyAbstract away platform specific superblock references
2019-12-10 John PoduskaZTS: Fixes for spurious failures of resilver_restart_00...
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-09 Kjeld SchoutenFixes typo from #9681
2019-12-06 Matthew MacyDisable sysfs feature checks on FreeBSD
2019-12-06 Kjeld SchoutenSet send_realloc_files.ksh to use properties.shlib
2019-12-06 Attila FülöpICP: Fix out of bounds write
2019-12-06 Kjeld SchoutenFix codecov ignore, wrong syntax
2019-12-06 Matthew MacyRemove stale ASSERTV comment
2019-12-05 Matthew MacyDisable EDONR on FreeBSD
2019-12-05 Matthew MacyAdd ZFS_IOC offsets for 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-04 George AmanakisFix reporting of L2ARC hits/misses in arc_summary3
2019-12-04 Matthew MacyRefactor zfs_context.h to build on FreeBSD
2019-12-04 Kjeld SchoutenRefactor compression algorithm selection for tests
2019-12-03 Paul ZuchowskiFix zdb_read_block using zio after it is destroyed
2019-12-03 Attila FülöpICP: Fix null pointer dereference and use after free
2019-12-03 Kjeld SchoutenCodecov tweaks
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 MacyAdd FreeBSD required defines to mntent.h
2019-11-30 Matthew MacyRestructure nvlist_nv_alloc to work on FreeBSD
2019-11-30 Ryan MoellerAdd FreeBSD code to arc_summary and arcstat
2019-11-30 Matthew MacyMake asm-x86_64/atomic.S build on FreeBSD
2019-11-30 Matthew MacyMark Linux fallocate extensions as specific to Linux
2019-11-30 Matthew MacyAdd FreeBSD support to zio_crypto.h
2019-11-30 Matthew MacyResolve ZoF differences in zfs_ioctl.h
2019-11-27 Igor KZTS: Fix attach-o_ashift.ksh for multiple platforms
2019-11-27 Matthew MacyMinor diff reduction with ZoF in include/sys
2019-11-27 InsanePrawnFix encryption logic in systemd mount generator
2019-11-27 InsanePrawnFix non-absolute path in systemd mount generator
2019-11-27 InsanePrawnFix small typo in systemd mount generator
2019-11-27 Paul ZuchowskiImplement -A (ignore ASSERTs) for zdb
2019-11-27 Brian BehlendorfRemove zfs_vdev_elevator module option
2019-11-27 jwpoduskaPrevent unnecessary resilver restarts
2019-11-27 Paul ZuchowskiAdd display of checksums to zdb -R
2019-11-21 Mauricio Faria... Check for unlinked znodes after igrab()
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-11-21 Brian BehlendorfZTS: tst.terminate_by_signal increase test threshold
2019-11-20 George MelikovZTS: Casenorm fix unicode interpretation
2019-11-19 InsanePrawnRemove requirement for -d 1 for zfs list and zfs get...
2019-11-18 Brian BehlendorfPartially revert 5a6ac4c
2019-11-15 Heitor Alves... Break out of zfs_zget early if unlinked znode
2019-11-15 InsanePrawnRemove inappropiate error message suggesting to use...
2019-11-13 Kjeld SchoutenChange zed.service to zfs-zed.service in man page
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-13 Brian BehlendorfFix `zpool create -o <property>` error message
2019-11-13 Ross WilliamsReorganize zpool(8) man page into sections
2019-11-12 Ross WilliamsReorganize zfs(8) man page into sections
2019-11-12 Matthew MacyAdd wrapper stub for zfs_cmd ioctl to libzpool
2019-11-12 Brian BehlendorfLinux compat: Minimum kernel version 3.10
2019-11-11 Ryan MoellerAllow platform dependent path stripping for vdevs
2019-11-11 Pavel SnajdrRemove zpl_revalidate
2019-11-11 Alexander MotinImprove logging of 128KB writes
2019-11-11 Ryan MoellerIsolate code specific to Linux in cmd/
2019-11-08 Witaut BajarynSkip loading already loaded key
2019-11-06 M. ZhouAdd a notice in /etc/defaults/zfs for systemd users
2019-11-06 Romain DolbeauPreliminary support for RV64G
2019-11-06 Matthew MacyMove platform specific parts of zfs_znode.h to platform...
2019-11-06 Pavel Zakharovzvol_wait should ignore redacted zvols
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 MacyRemove ECKSUM alias in zinject
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 MacyMove sha2.h to platform code
2019-10-31 Brian BehlendorfZTS: Fix removal_with_errors
2019-10-31 Matthew MacyDon't cast away const
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 alavissdracut/zfs-load-key.sh: properly remove prefixes
2019-10-30 Brian BehlendorfFix contrib/zcp/Makefile.am
2019-10-30 Romain DolbeauAdd AVX512BW variant of fletcher
next