]> git.proxmox.com Git - mirror_zfs.git/shortlog
mirror_zfs.git
2023-06-30 Alexander MotinAgain fix race between zil_commit() and zil_suspend().
2023-06-30 Alexander MotinSome ZIO micro-optimizations.
2023-06-30 Alexander MotinDo not report bytes skipped by scan as issued.
2023-06-30 Arshad HussainDon't use hard-coded 'size' value in snprintf()
2023-06-30 Alexander MotinFix remount when setting multiple properties.
2023-06-29 vimprovedcontrib: dracut: Conditionalize copying of libgcc_s...
2023-06-29 Yuri Pankovspa.h: use IN_BASE instead of IN_FREEBSD_BASE
2023-06-29 Mateusz Piotrowskizdb: Add missing poolname to -C synopsis
2023-06-28 Alexander MotinZIL: Fix another use-after-free.
2023-06-28 Alexander MotinUse big transactions for small recordsize writes.
2023-06-27 LaevosRemove unnecessary commas in zpool-create.8
2023-06-27 Alexander MotinAnother set of vdev queue optimizations.
2023-06-26 Rich ErcolaniAdd a delay to tearing down threads.
2023-06-18 Alexander MotinFix memory leak in zil_parse().
2023-06-15 George AmanakisShorten arcstat_quiescence sleep time
2023-06-15 Alexander MotinRemove ARC/ZIO physdone callbacks.
2023-06-14 Brian BehlendorfZTS: Skip send_raw_ashift on FreeBSD
2023-06-14 Alexander MotinSwitch refcount tracking from lists to AVL-trees.
2023-06-14 George AmanakisStore the L2ARC device ashift in the vdev label
2023-06-10 George AmanakisFix the L2ARC write size calculating logic (2)
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-06-09 Brian BehlendorfZTS: Skip checkpoint_discard_busy
2023-06-09 Alexander MotinImprove l2arc reporting in arc_summary.
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-06-09 Alexander MotinZIL: Fix race introduced by f63811f0721.
2023-06-07 Rich ErcolaniRevert "systemd: Use non-absolute paths in Exec* lines"
2023-06-07 Brian BehlendorfLinux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP...
2023-06-06 George AmanakisFix the L2ARC write size calculating logic
2023-06-05 Rob Norriszdb: add -B option to generate backup stream
2023-06-05 Rob Norrisznode: expose zfs_get_zplprop to libzpool
2023-06-05 Alexander MotinIntroduce zfs_refcount_(add|remove)_few().
2023-06-05 Brian BehlendorfLinux 6.3 compat: META (#14930)
2023-06-02 Graham Perrinzfs-create(8): ZFS for swap: caution, clarity
2023-06-02 Alexander MotinZIL: Allow to replay blocks of any size.
2023-06-01 Val PackettPAM: enable testing on FreeBSD
2023-06-01 Val PackettPAM: support password changes even when not mounted
2023-06-01 Val PackettPAM: add 'uid_min' and 'uid_max' options for changing...
2023-06-01 Val PackettPAM: add 'forceunmount' flag
2023-06-01 Val PackettPAM: add 'recursive_homes' flag to use with 'prop_mount...
2023-06-01 Val PackettPAM: use boolean_t for config flags
2023-06-01 Val PackettPAM: do not fail to mount if the key's already loaded
2023-05-31 Rich ErcolaniRevert "initramfs: use `mount.zfs` instead of `mount`"
2023-05-30 Luís HenriquesFix NULL pointer dereference when doing concurrent...
2023-05-29 Brian BehlendorfZTS: zvol_misc_trim disable blk mq
2023-05-26 Richard YaoUse __attribute__((malloc)) on memory allocation functions
2023-05-26 Brian BehlendorfZTS: Add zpool_resilver_concurrent exception
2023-05-26 Mike SwansonAdd compatibility symlinks for FreeBSD 12.{3,4} and...
2023-05-26 ColmAdding new read-only compatible zpool features to compa...
2023-05-26 Richard Yaobtree: Implement faster binary search algorithm
2023-05-26 George AmanakisFix inconsistent definition of zfs_scrub_error_blocks_p...
2023-05-25 Damiano AlbaniAdd missing files to Debian DKMS package
2023-05-25 Brian BehlendorfUpdate compatibility.d files
2023-05-25 Alexander Motinzil: Add some more statistics.
2023-05-25 Alexander MotinZIL: Reduce scope of per-dataset zl_issuer_lock.
2023-05-24 Dimitri John... systemd: Use non-absolute paths in Exec* lines
2023-05-24 Akash BFix concurrent resilvers initiated at same time
2023-05-24 youzhongyangLinux 6.4 compat: reclaimed_slab renamed to reclaimed
2023-05-19 Brian AtkinsonHold db_mtx when updating db_state
2023-05-19 Brian BehlendorfProbe vdevs before marking removed
2023-05-18 George AmanakisTeach zpool scrub to scrub only blocks in error log
2023-05-18 Brian BehlendorfAdd the ability to uninitialize
2023-05-15 Antonio Russotest-runner: pass kmemleak and kmsg to Cmd.run
2023-05-15 Richard YaoFix undefined behavior in spa_sync_props()
2023-05-15 Richard YaoFix use after free regression in spa_remove_healed_errors()
2023-05-12 Alexander Motinzil: Free lwb_buf after write completion.
2023-05-12 Alexander Motinzil: Some micro-optimizations.
2023-05-12 Don BradyRefine special_small_blocks property validation
2023-05-12 Brian BehlendorfZTS: Add auto_replace_001_pos to exceptions
2023-05-11 Pawel Jakub... Make sure we are not trying to clone a spill block.
2023-05-11 Pawel Jakub... Correct comment.
2023-05-11 Pawel Jakub... Remove badly placed comment.
2023-05-11 Pawel Jakub... Don't call zfs_exit_two() before zfs_enter_two().
2023-05-11 Pawel Jakub... Don't use dmu_buf_is_dirty() for unassigned transaction.
2023-05-11 Pawel Jakub... Deny block cloning is dbuf size doesn't match BP size.
2023-05-11 Pawel Jakub... Additional block cloning fixes.
2023-05-11 Alexander Motinzil: Don't expect zio_shrink() to succeed.
2023-05-10 Ameer HamzaPrevent panic during concurrent snapshot rollback and...
2023-05-10 Tony Hutterpam: Fix "buffer overflow" in pam ZTS tests on F38
2023-05-09 Brian BehlendorfAdd dmu_tx_hold_append() interface
2023-05-09 Brian BehlendorfDebug auto_replace_001_pos failures
2023-05-09 George AmanakisRemove duplicate code in l2arc_evict()
2023-05-09 Alexander MotinRemove single parent assertion from zio_nowait().
2023-05-09 George AmanakisEnable the head_errlog feature to remove errors
2023-05-08 George AmanakisFixes in head_errlog feature with encryption
2023-05-08 Matthew AhrensVerify block pointers before writing them out
2023-05-08 Brian Behlendorfzdb: consistent xattr output
2023-05-08 Brian BehlendorfZTS: add snapshot/snapshot_002_pos exception
2023-05-05 Alexander MotinFix two abd_gang_add_gang() issues.
2023-05-05 Pawel Jakub... Simplify and optimize random_int_between().
2023-05-05 Pawel Jakub... Plug memory leak in zfsdev_state.
2023-05-03 Ameer Hamzazpool import -m also removing spare and cache when...
2023-05-03 buzzingwiresAllow zhack label repair to restore detached devices.
2023-05-03 George AmanakisOptimize check_filesystem() and process_error_log()
2023-05-02 Pawel Jakub... Use correct block pointer in block cloning case.
2023-05-02 Brian BehlendorfWrap clang specific pragma
2023-05-02 Mateusz Guzikblake3: fix up bogus checksums in face of cpu migration
2023-05-02 Serapheim DimitropoulosCorrect ABD size for split block ZIOs
2023-04-27 Justin Hibbitspowerpc64: Support ELFv2 asm on Big Endian
2023-04-27 Alexander MotinMark TX_COMMIT transaction with TXG_NOTHROTTLE.
2023-04-27 Val PackettPAM: support the authentication facility
next