]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2024-08-16 Rob Norrisddt: block scan until log is flushed, and flush aggress...
2024-08-16 Rob Norrisddt: dedup log
2024-08-16 Rob Norrisddt: tuneable to override copies= on dedup metadata...
2024-08-16 Rob Norrisddt: compare keys 64-bits at a time, trying to match...
2024-08-16 Rob Norrisddt: cleanup the stats & histogram code
2024-08-16 Rob Norrisddt: add "flat phys" feature
2024-08-16 Rob Norrisddt: slim down ddt_entry_t
2024-08-16 Rob Norrisddt: introduce lightweight entry
2024-08-16 Rob Norrisddt: rework access to phys array slots
2024-08-16 Rob Norriszdb: rework DDT block count and leak check to just...
2024-08-16 Rob NorrisZTS: tests for dedup legacy/FDT tables
2024-08-16 Rob Norrisddt: add FDT feature and support for legacy and new...
2024-08-15 Ameer Hamzalinux/zvol_os: fix zvol queue limits initialization
2024-08-15 Justin GottulaFix null ptr deref when renaming a zvol with snaps...
2024-08-15 Tony HutterLinux 6.10 compat: Fix zvol NULL pointer deference
2024-08-15 Tony HutterLinux 6.10 compat: fix rpm-kmod and builtin
2024-08-15 Ameer HamzaFix incorrect error report on vdev attach/replace
2024-08-15 Gleb SmirnoffFreeBSD: fix build without kernel option MAC
2024-08-15 Jitendra PatidarFix projid accounting for xattr objects
2024-08-14 Paul DagnelieAdd missing kstats to dataset kstats
2024-08-14 Tony HutterZTS: Use /dev/urandom instead of /dev/random
2024-08-14 Rob NorrisLinux 6.11: avoid passing "end" sentinel to register_sy...
2024-08-14 Rob NorrisLinux 6.11: add compat macro for page_mapping()
2024-08-14 Rob NorrisLinux 6.11: add more queue_limit fields with removed...
2024-08-14 Rob NorrisLinux 6.11: IO stats is now a queue feature flag
2024-08-14 Rob NorrisLinux 6.11: first arg to proc_handler is now const
2024-08-14 Rob NorrisLinux 6.11: get backing_dev_info through queue gendisk
2024-08-14 Rob NorrisLinux 6.11: enable queue flush through queue limits
2024-08-14 Rob Norrislinux/zvol_os: tidy and document queue limit/config...
2024-08-09 Ameer HamzaGithub workflow: fix typo in `zloop` artifact
2024-08-09 Rob Norrisconfig: don't force shared linkage on FreeBSD
2024-08-09 Alan SomersMake txg_wait_synced conditional in zfsvfs_teardown...
2024-08-09 Rob Norriszstream: remove duplicate highbit64 definition
2024-08-09 Rob Norrisabd: lift ABD zero scan from zio_compress_data() to...
2024-08-08 Brian AtkinsonUpdating bash completion build file
2024-08-08 Rob Norriscontrib: bash_completion.d: force zpool symlink recreation
2024-08-08 Alexander MotinLinux: Make zfs_prune() fair on NUMA systems
2024-08-08 Alexander MotinSoften pruning threshold on not evictable metadata
2024-08-08 Alexander MotinImprove zfs_blkptr_verify()
2024-08-08 Mateusz Piotrowskilibzfs.h: Set ZFS_MAXPROPLEN and ZPOOL_MAXPROPLEN to...
2024-08-08 Mateusz Piotrowskizpoolprops.7: Fix max length of name of user property
2024-08-08 Mateusz Piotrowskitests: user_property_001_pos: Remove unnecessary evals
2024-08-08 Mateusz Piotrowskitests: user_property: Clarify comments
2024-08-08 Ameer HamzaSync AUX label during pool import
2024-08-08 Mark JohnstonZTS: Add a test to verify that copy_file_range obeys...
2024-08-08 Mark JohnstonFreeBSD: Fix RLIMIT_FSIZE handling for block cloning
2024-08-07 Alan SomersFix memory corruption during parallel zpool import...
2024-08-07 Tino ReichardtZTS: small fix for SEEK_DATA/SEEK_HOLE tests (#16413)
2024-08-06 Allan JudeFix the names of some FreeBSD sysctls in include/tunabl...
2024-08-06 Tino ReichardtZTS: fix io_uring test on RHEL 9 variants (#16411)
2024-08-06 Tony HutterJSON: Fix class values for mirrored special vdevs
2024-08-06 Tony HutterZTS: Add zfs/zpool JSON sanity tests
2024-08-06 Umer SaleemJSON output support for zpool status
2024-08-06 Umer SaleemJSON output support for zpool list
2024-08-06 Umer SaleemJSON output support for zpool get
2024-08-06 Umer SaleemJSON output support for zpool version
2024-08-06 Umer SaleemJSON output support zfs mount
2024-08-06 Umer SaleemJSON output support for zfs list
2024-08-06 Umer SaleemJSON output support for zfs version and zfs get
2024-08-06 Rob NorrisZTS: remove skips for zvol_misc tests
2024-08-06 Rob Norriszvol: ensure device minors are properly cleaned up
2024-08-06 Rob Norrislinux/zvol_os: fix SET_ERROR with negative return codes
2024-08-06 Rob Norriszvol_impl: document and tidy flags
2024-08-05 Rob NorrisFreeBSD: remove support for FreeBSD < 13.0-RELEASE...
2024-08-05 Tino ReichardtZTS: fix zfs_copies_006_pos test on Ubuntu 20.04 (...
2024-08-05 Tino ReichardtZTS: fix history_007_pos test on Ubuntu 24.04 (#16410)
2024-08-05 Shengqi Chencontrib: link zpool to zfs in bash-completion (#16376)
2024-08-05 Alexander MotinOnce more refactor arc_summary output
2024-08-05 Alexander MotinFreeBSD: Add missing memory reclamation accounting
2024-08-02 Brian AtkinsonBlock cloning conditionally destroy ARC buffer
2024-08-01 Tino ReichardtFix sa.c to build on FreeBSD again. (#16403)
2024-08-01 Jitendra PatidarFix sa_add_projid to lookup and update SA_ZPL_DXATTR...
2024-08-01 Chunwei ChenFix zdb_dump_block for little endian (#16310)
2024-08-01 c1ickzfs: add bounds checking to zil_parse (#16308)
2024-07-30 Alexander MotinLinux: Report reclaimable memory to kernel as such...
2024-07-30 Rob Norrisdnode: allow storage class to be overridden by object...
2024-07-30 Rob Norrisspa_preferred_class: pass the entire zio
2024-07-29 Alexander MotinSkip dnode handles use when not needed
2024-07-29 Alexander MotinCleanup DB_DNODE() macros usage
2024-07-26 Allan Judeddt: add support for prefetching tables into the ARC
2024-07-26 Jitendra PatidarFix ZDB to dump projid for projectquota enabled (#16291)
2024-07-25 Rob Norriszil: add stats for commit failure/fallback (#16315)
2024-07-25 Alexander MotinReplace goo.gl style link (#16373)
2024-07-25 Alexander MotinSeveral improvements to ARC shrinking (#16197)
2024-07-25 Allan Judeddt: dedup table quota enforcement
2024-07-24 Alexander MotinZTS: Make do_vol_test() more deterministic (#16379)
2024-07-24 Tony HutterLinux 6.9: Fix UBSAN errors in sa.c (#16380)
2024-07-23 rmacklemAdd support for multiple lines to the sharenfs property...
2024-07-23 Don BradyAdd some missing vdev properties (#16346)
2024-07-23 Rob NorrisAUTHORS: refresh with recent new contributors (#16362)
2024-07-23 Chunwei ChenFix long_free_dirty accounting for small files (#16264)
2024-07-22 Tino ReichardtZTS: Change cp_stress to fit timings (#16369)
2024-07-18 Rob Norriszdb: fix BRT dump (#16335)
2024-07-18 glibg10bFix printf typo for `zfs receive -cv` (#16295)
2024-07-17 youzhongyangMake sure avl_tree.avl_pad is not in kernel module...
2024-07-17 Rob Norriszdb: dump ZAP_FLAG_UINT64_KEY ZAPs properly (#16334)
2024-07-17 Rob Norrisvdev_open: clear async fault flag after reopen
2024-07-17 Rob Norriszts: test single-disk pool resumes properly after disk...
2024-07-17 Jason LeeUse kmap_local_page instead of kmap_atomic (#16329)
2024-07-16 Tony HutterLinux 6.9 compat: META (#16358)
next