]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/zio.c
FreeBSD: Add zfs_link_create() error handling
[mirror_zfs.git] / module / zfs / zio.c
9 days ago Rob Norrisspa_taskq_dispatch_ent: simplify arguments
2024-05-03 Alexander MotinDisable high priority ZIO threads on FreeBSD and Linux
2024-05-01 Alexander MotinImprove write issue taskqs utilization
2024-04-29 Rob Nzio: try to execute TYPE_NULL ZIOs on the current task
2024-04-29 Don Bradyvdev probe to slow disk can stall mmp write checker
2024-04-19 Alexander MotinHandle FLUSH errors as "expected"
2024-04-15 Rob Nzinject: "no-op" error injection
2024-04-12 Rob Norriszio: rename ZIO_TYPE_IOCTL to ZIO_TYPE_FLUSH
2024-04-12 Rob Norriszio: remove io_cmd and DKIOCFLUSHWRITECACHE
2024-04-12 Rob Norriszio: remove zio_ioctl()
2024-04-08 Rob Nzinject: inject device errors into ioctls
2024-03-25 George WilsonProvide macros for setting and getting blkptr birth...
2023-12-01 Alexander MotinZIO: Add overflow checks for linear buffers
2023-11-17 Alexander MotinZIO: Optimize zio_flush()
2023-11-06 ednadolski-ixImprove ZFS objset sync parallelism
2023-10-30 Alexander MotinTune zio buffer caches and their alignments
2023-10-25 Alexander MotinZIO: Remove READY pipeline stage from root ZIOs
2023-08-25 Serapheim Dimitrop... Update outdated assertion from zio_write_compress
2023-08-25 Alexander MotinZIL: Second attempt to reduce scope of zl_issuer_lock.
2023-07-28 Alexander MotinRemove fastwrite mechanism.
2023-07-20 Ameer Hamzaspa_min_alloc should be GCD, not min
2023-06-30 Alexander MotinSome ZIO micro-optimizations.
2023-06-15 Alexander MotinRemove ARC/ZIO physdone callbacks.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-05-09 Alexander MotinRemove single parent assertion from zio_nowait().
2023-05-08 Matthew AhrensVerify block pointers before writing them out
2023-03-28 George AmanakisFixes in persistent error log
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-02-27 Richard YaoSkip memory allocation when compressing holes
2023-02-23 Richard YaoFix NULL pointer dereference in zio_ready()
2023-02-06 Matthew AhrensEIO caused by encryption + recursive gang
2023-01-10 Matthew Ahrensztest fails assertion in zio_write_gang_member_ready()
2022-12-03 George Wilsonzio can deadlock during device removal
2022-12-03 George Wilsonnopwrites on dmu_sync-ed blocks can result in a panic
2022-12-03 Rob WingBump checksum error counter before reporting to ZED
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-18 Tino ReichardtFix declarations of non-global variables
2022-10-04 Finix1979Avoid unnecessary metaslab_check_free calling
2022-09-28 Ameer Hamzazed: mark disks as REMOVED when they are removed
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-07-28 Alek PImplement a new type of zfs receive: corrective receive...
2022-07-21 Alexander MotinFix scrub resume from newly created hole
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набRemaining {=> const} char|void *tag
2022-05-20 Brian BehlendorfVerify BPs in spa_load_verify_cb() and dsl_scan_visitbp()
2022-04-28 Rich ErcolaniDefault zfs_max_recordsize to 16M
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-16 George AmanakisEnable encrypted raw sending to pools with greater...
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-11-30 Allan JudeVdev Properties Feature
2021-09-10 Brian BehlendorfVerify embedded blkptr's in arc_read()
2021-09-08 Paul DagnelieCompressed receive with different ashift can result...
2021-07-21 Alexander MotinOptimize allocation throttling
2021-07-20 AlexanderA few fixes of callback typecasting (for the upcoming...
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-17 George AmanakisAvoid deadlock when removing L2ARC devices under I/O
2021-04-17 Mateusz GuzikCombine zio caches if possible
2021-04-16 Paul ZuchowskiFix crash in zio_done error reporting
2021-03-26 Matthew AhrensUse a helper function to clarify gang block size
2021-03-19 Matthew AhrensClean up RAIDZ/DRAID ereport code
2021-02-20 Don BradyChecksum errors may not be counted
2021-01-21 Matthew AhrensSet aside a metaslab for ZIL blocks
2021-01-20 Matthew Ahrensallow callers to allocate and provide the abd_t struct
2020-12-16 Matthew AhrensOnly examine best metaslabs on each vdev
2020-12-15 Alexander MotinMake metaslab class rotor and aliquot per-allocator.
2020-11-13 Brian BehlendorfDistributed Spare (dRAID) Feature
2020-11-12 Mateusz GuzikG/C data_alloc_arena
2020-11-02 Mateusz GuzikIntroduce CPU_SEQID_UNSTABLE
2020-10-30 Ryan MoellerUpdate references to nonexistent man pages in code
2020-09-04 Don BradyAvoid posting duplicate zpool events
2020-09-01 Toomas Soomezio_ereport_post() and zio_ereport_start() return value...
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-06-18 Arvind SankarMark functions as static
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-03-27 Matthew AhrensCompile cityhash code into libzfs
2020-03-04 Brian Behlendorfzio: dprintf_bp() if errors > 0 in zfs_blkptr_verify()
2020-03-03 Matthew AhrensImprove performance of zio_taskq_member
2020-02-28 Matthew AhrensImprove zfs destroy performance with zio_t-free zio_free()
2020-02-10 Paul ZuchowskiFix zdb -R with 'b' flag
2020-01-21 Matthew MacyRe-consolidate zio_delay_interrupt
2019-12-09 Matthew MacyExclude data from cores unconditionally and metadata...
2019-12-05 Matthew MacyReplace ASSERTV macro with compiler annotation
2019-11-01 Prakash SuryaEnable use of DTRACE_PROBE* macros in "spl" module
2019-10-14 Matthew MacyMove zio_delay_interrupt to platform code
2019-09-11 Matthew MacyOpenZFS restructuring - move linux tracing code to...
2019-09-05 Matthew MacyMake module tunables cross platform
2019-08-14 Paul DagneliePrevent race in blkptr_verify against device removal
2019-07-16 Serapheim Dimitrop... Log Spacemap Project
2019-06-28 George Wilsonnopwrites on dmu_sync-ed blocks can result in a panic
2019-06-25 loli10KFix bp_embedded_type enum definition
2019-06-21 Matthew Ahrensdedup=verify doesn't clear the blkptr's dedup flag
2019-06-19 Matthew AhrensRemove dedupditto functionality
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-06-13 Matthew Ahrenscompress metadata in later sync passes
2019-06-11 Matthew Ahrenssingle-chunk scatter ABDs can be treated as linear
2019-04-05 Sara HartseRestrict kstats and print real pointers
2019-03-29 Brian BehlendorfAdd TRIM support
2019-03-15 Tony HutterMake zpool status counters match error events count
next