]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2024-08-22 Rob Norriscompress: change zio_compress API to use ABDs
2024-08-22 Rob Norriscompress: change compression providers API to use ABDs
2024-08-22 Rob Norriscompress: standardise names of compression functions
2024-08-22 Rob Norriscompress: remove unused abd compress prototype
2024-08-22 Rob Norriscompress: remove zio_decompress_data_buf
2024-08-22 Rob Norriszstream: use zio_compress calls for compression
2024-08-22 Rob Norriscompress: rework callers to always use the zio_compress...
2024-08-22 Rob Norrisabd_get_from_buf_struct: wrap existing buf with ABD...
2024-08-22 Tony HutterLinux 6.10 compat: META
2024-08-21 Rob Norrislibzpool/abd_os: iovec-based scatter abd
2024-08-21 Rob Norrisabd_os: break out platform-specific header parts
2024-08-21 Rob Norrisabd_os: split userspace and Linux kernel code
2024-08-21 Rob Norriszio: no alloc canary in userspace
2024-08-21 Rob Norrisabd: remove ABD_FLAG_ZEROS
2024-08-21 shodanshokIgnore zfs_arc_shrinker_limit in direct reclaim mode
2024-08-21 Ameer Hamzalinux/zvol_os.c: cleanup limits for non-blk mq case
2024-08-21 Ameer Hamzalinux/zvol_os.c: Fix max_discard_sectors limit for...
2024-08-19 Rob Norrisspl-proc: remove old taskq stats
2024-08-19 Rob Norrisspl-taskq: summary stats for all taskqs
2024-08-19 Rob Norrisspl-taskq: per-taskq kstats
2024-08-19 Rob Norrisspl-generic: bring up kstats subsystem before taskq
2024-08-19 Chunwei ChenSkip ro check for snaps when multi-mount
2024-08-16 shodanshokEnable L2 cache of all (MRU+MFU) metadata but MFU data...
2024-08-16 Allan JudeMan page updates for dmu_ddt_copies
2024-08-16 Rob Norrisddt: lookup and log stats
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...
next