]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/zfs
FreeBSD: Fix out of bounds read in zfs_ioctl_ozfs_to_legacy()
[FreeBSD/FreeBSD.git] / module / zfs /
2022-06-27 Alexander MotinAvoid two 64-bit divisions per scanned block
2022-06-24 Alexander MotinSeveral B-tree optimizations
2022-06-24 Alexander MotinSeveral sorted scrub optimizations
2022-06-23 Brian BehlendorfScrub mirror children without BPs
2022-06-21 Tino ReichardtFix memory allocation issue for BLAKE3 context
2022-06-15 Alexander MotinReduce ZIO io_lock contention on sorted scrub
2022-06-14 Allan JudeReplace ZPROP_INVAL with ZPROP_USERPROP where it means...
2022-06-10 Alexander MotinImprove sorted scan memory accounting
2022-06-08 Tino ReichardtIntroduce BLAKE3 checksums as an OpenZFS feature
2022-06-01 Alexander MotinRemove wrong assertion in log spacemap
2022-05-31 Allan JudeFix typo in zil_commit() comment block
2022-05-26 Kevin JinFix inflated quiesce time caused by lwb_tx during zil_c...
2022-05-25 Alexander MotinMore speculative prefetcher improvements
2022-05-25 Paul DagnelieCancel in-progress rebuilds when we finish removal
2022-05-24 Alexander MotinRefactor Log Size Limit
2022-05-24 Rich ErcolaniTiered early abort, zstd edition
2022-05-20 Brian BehlendorfVerify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
2022-05-18 AndrewExpose zpool guids through kstats
2022-05-13 набlinux: spl: generic: ddi_strto*: match solaris ddi_strt...
2022-05-06 Aidan HarrisFix functions without a prototype
2022-05-04 Rich ErcolaniCorrected edge case in uncompressed ARC->L2ARC handling
2022-05-04 Alexander MotinImprove mg_aliquot math
2022-05-04 Brian BehlendorfReduce dbuf_find() lock contention
2022-05-03 Shaan NobeeSpeed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simulta...
2022-05-02 Jitendra PatidarAdd missing replay entry in zvol_replay_vector for...
2022-04-28 Rich ErcolaniDefault zfs_max_recordsize to 16M
2022-04-26 Alexander MotinImprove log spacemap load time
2022-04-26 George AmanakisImprove zpool status output, list all affected datasets
2022-04-20 набlinux: module: weld all but spl.ko into zfs.ko
2022-04-20 Allan JudeImprove the inline descriptions of the ARC module param...
2022-04-13 набmodule: zfs: vdev_removal: remove unused num_indirect
2022-04-05 Jorgen LundmanPrefer ATTR_ in shared codebase over AT_
2022-03-28 набmodule: zfs: dsl_bookmark: silence false-positive maybe...
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-18 набmodule: zfs: arc: hdr_full_crypt_dest: drop unevaulated...
2022-03-15 набForbid b{copy,zero,cmp}(). Don't include <strings.h...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-13 набmodule: zfs: zio_inject: zio_match_handler: don't ...
2022-03-09 Akash BAdd physical device size to SIZE column in 'zpool list -v'
2022-03-08 Brian BehlendorfFix ENOSPC when unlinking multiple files from full...
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-02-22 Jitendra Patidarlog xattr=sa create/remove/update to ZIL
2022-02-21 Damian SzuberskiCorrect compilation errors reported by GCC 10/11
2022-02-18 набmodule: zfs: zcp_get: fix uninitialised warning
2022-02-18 набmodule: mark arguments used
2022-02-16 George AmanakisEnable encrypted raw sending to pools with greater...
2022-02-16 набmodule: icp: rip out insane crypto_req_handle_t mechani...
2022-02-16 набmodule: icp: fold away all key formats except CRYPTO_KE...
2022-02-16 набmodule: icp: remove unused CRYPTO_ALWAYS_QUEUE
2022-02-15 Jorgen LundmanAdd spa _os() hooks
2022-02-15 George AmanakisAvoid dirtying the final TXGs when exporting a pool
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-14 Rich ErcolaniSilence uninitialized warnings in dsl_dataset.c
2022-02-09 Attila FülöpReceive checks should allow unencrypted child datasets
2022-02-08 Tomohiro KusumiRemove unneeded "extern inline" function declarations
2022-02-07 Christian Schwarzzvol: make calls to platform ops static
2022-02-04 Alexander MotinAdd more control/visibility to spa_load_verify().
2022-02-04 Christian Schwarzzfs_set_prop_nvlist: make it easier to spot the call...
2022-02-04 Christian Schwarzdsl_dir_tempreserve_impl: remove unused `deferred`...
2022-02-03 Pawel Jakub DawidekFix clearing set-uid and set-gid bits on a file when...
2022-02-03 Damian SzuberskiAdd `--enable-asan` and `--enable-ubsan` switches
2022-02-03 George AmanakisReport dnodes with faulty bonuslen
2022-02-02 Ryan MoellerSimplify resume token generation
2022-01-26 набReplace *CTASSERT() with _Static_assert()
2022-01-26 набClean up CSTYLEDs
2022-01-21 Mark JohnstonFix handling of errors from dmu_write_uio_dbuf() on...
2022-01-21 George AmanakisIntroduce a flag to skip comparing the local mac when...
2022-01-21 Mark JohnstonAvoid memory allocations in the ARC eviction thread
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2022-01-13 Mark MaybeeRemove VERIFY() in vdev_props_set_sync()
2022-01-13 Rich Ercolanilz4: Cherrypick fix for CVE-2021-3520
2022-01-07 Rich ErcolaniUpdated the lz4 decompressor
2022-01-06 Christian Schwarzl2arc_write_buffers: remove redundant asserts
2022-01-06 набzvol: remove unused variable
2022-01-06 набfm: remove unused variables
2022-01-06 Paul DagnelieRevert "zfs list: Allow more fields in ZFS_ITER_SIMPLE...
2022-01-05 Brian BehlendorfVerify dRAID empty sectors
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-12-23 набmodule: zfs: vdev: shim out vdev_indirect_mapping_verify()
2021-12-23 набmodule: zfs: vdev: shim out vdev_indirect_births_verify()
2021-12-23 набmodule: zfs: spa: shim out vdev_count_verify_zaps()
2021-12-23 набmodule: zfs: multilist: shim out multilist_d2l()
2021-12-23 набmodule: zfs: dsl: pool: shim out dsl_early_sync_task_ve...
2021-12-23 набmodule: zfs: dnode: use debug-only in debug mode only
2021-12-23 Alexander MotinReduce number of arc_prune threads
2021-12-16 Allan Judezfs list: Allow more fields in ZFS_ITER_SIMPLE mode
2021-12-07 Paul DagnelieZFS send/recv with ashift 9->12 leads to data corruption
2021-12-07 Paul DagnelieAdd `const` to nvlist functions to properly expose...
2021-12-03 Rich ErcolaniCorrected a case where we could read uninited ABD memory
2021-12-02 Brian BehlendorfLinux 5.13 compat: retry zvol_open() when contended
2021-11-30 Brian BehlendorfDefault to zfs_dmu_offset_next_sync=1
2021-11-30 Pawel Jakub DawidekCode cleanups
2021-11-30 Allan JudeVdev Properties Feature
2021-11-16 Rich ErcolaniEnable edonr in FreeBSD
2021-11-11 George AmanakisIntroduce a tunable to exclude special class buffers...
2021-11-11 Fedor UporovCheck l2cache vdevs pending list inside the vdev_inuse()
2021-11-11 Brian BehlendorfRestore dirty dnode detection logic
2021-11-09 Fedor UporovSkip spacemaps reading in case of pool readonly import
2021-11-09 Brian AtkinsonSingle IO issue for raidz writes with skip sector
2021-11-07 Brian BehlendorfFix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
next