]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs
Fix corruption caused by mmap flushing problems
[mirror_zfs.git] / module / zfs /
2024-03-25 Robert EvansFix corruption caused by mmap flushing problems
2024-03-21 Alexander MotinZAP: Some cleanups/micro-optimizations
2024-03-21 Alexander MotinBRT: Change brt_pending_tree sorting order
2024-03-21 Alexander MotinUpdate resume token at object receive.
2024-02-15 Rob Norrisddt: document the theory and the key data structures
2024-02-15 Rob Norrisddt: only create tables for dedup-capable checksums
2024-02-15 Rob Norrisddt: simplify entry load and flags
2024-02-15 Rob Norrisddt: rework ops interface in terms of keys and values
2024-02-15 Rob Norrisddt: ensure ddt objects exist before trying to get...
2024-02-15 Rob Norrisddt: typedef ddt_type and ddt_class
2024-02-15 Rob Norrisddt: split internal DDT API into separate header
2024-02-15 Rob Norrisddt: remove DDE_GET_NDVAS macro
2024-02-15 Rob Norrisddt: lift dedup stats out to separate file
2024-02-15 Rob Norrisddt: compare keys, not entries
2024-02-15 Rob Norrisddt_zap: standardise temp buffer allocations
2024-02-15 Rob Norrisddt: move entry compression into ddt_zap
2024-02-15 Rob Norrisddt: modernise assertions
2024-02-12 Bi11BRT: Fix slop space calculation with block cloning
2024-02-08 Don BradyAdd slow disk diagnosis to ZED
2024-02-06 Brian BehlendorfBRT: Fix FICLONE/FICLONERANGE shortened copy
2024-01-29 Paul DagnelieDon't assert mg_initialized due to device addition...
2024-01-26 Ameer HamzaUpdate vdev devid and physpath if changed between imports
2024-01-17 Kevin JinAutotrim High Load Average Fix
2024-01-17 Pawel Jakub DawidekFix cloning into mmaped and cached file.
2024-01-16 Ameer HamzaExtend aux label to add path information
2024-01-16 Ameer Hamzafix: Uber block label not always found for aux vdevs
2024-01-12 Mark Johnstonspa: Let spa_taskq_param_get()'s addition of a newline...
2024-01-12 Mark Johnstonspa: Fix FreeBSD sysctl handlers
2024-01-12 Mark JohnstonFix a potential use-after-free in zfs_setsecattr()
2024-01-09 Alexander MotinFix livelist assertions for dedup and cloning
2024-01-09 Alexander MotinImprove block sizes checks during cloning
2023-12-21 chrisperedunDon't panic on unencrypted block in encrypted dataset
2023-12-21 Alexander MotinZIL: Improve next log block size prediction
2023-12-20 Rob Nspa: make read/write queues configurable
2023-12-15 Alexander Motindmu: Allow buffer fills to fail
2023-12-12 Alexander Motindbuf: Set dr_data when unoverriding after clone
2023-12-12 Alexander Motindbuf: Handle arcbuf assignment after block cloning
2023-12-11 Chunwei ChenFor db_marker inherit the db pointer for AVL comparision.
2023-12-09 Alexander MotinDMU: Fix lock leak on dbuf_hold() error
2023-12-07 Rob Nzfs_refcount_remove: explictly ignore returns
2023-12-06 Alexander MotinBRT: Limit brt_vdev_dump() to only one vdev
2023-12-06 Alexander MotinZIL: Remove 128K into 2x68K LWB split optimization
2023-12-05 Don BradyExtend import_progress kstat with a notes field
2023-12-05 oromenaharAllow block cloning across encrypted datasets
2023-12-05 Alexander MotinZIL: Do not clone blocks from the future
2023-12-01 Alexander MotinZIL: Remove TX_CLONE_RANGE replay for ZVOLs.
2023-12-01 Alexander MotinZIO: Add overflow checks for linear buffers
2023-11-29 Alexander MotinZIL: Call brt_pending_add() replaying TX_CLONE_RANGE
2023-11-28 Alexander MotinZIL: Assert record sizes in different places
2023-11-28 Rob Ndmu_buf_will_clone: fix race in transition back to...
2023-11-28 Matthew Ahrensunnecessary alloc/free in dsl_scan_visitbp()
2023-11-28 Rob Ndnode_is_dirty: check dnode and its data for dirtiness
2023-11-27 Rob Norrisbrt: lift internal definitions into _impl header
2023-11-27 Alexander MotinZVOL: Minor code cleanup
2023-11-27 Don BradyDon't allow attach to a raidz child vdev
2023-11-17 Alexander MotinZIO: Optimize zio_flush()
2023-11-17 Alexander MotinUse abd_zero_off() where applicable
2023-11-17 Rob NConsider `dnode_t` allocations in dbuf cache size accou...
2023-11-14 Alexander MotinL2ARC: Restrict write size to 1/4 of the device
2023-11-14 Chunwei ChenFix snap_obj_array memory leak in check_filesystem()
2023-11-09 shodanshokIncrease L2ARC write rate and headroom
2023-11-08 Don BradyRAID-Z expansion feature
2023-11-07 Jason Kingsa_lookup() ignores buffer size.
2023-11-07 Alan SomersUpdate the kstat dataset_name when renaming a zvol
2023-11-07 Mark JohnstonMake abd_raidz_gen_iterate() pass an initialized pointe...
2023-11-07 MigeljanImeriFix accounting error for pending sync IO ops in zpool...
2023-11-06 ednadolski-ixImprove ZFS objset sync parallelism
2023-10-31 Martin MatuškaFix block cloning between unencrypted and encrypted...
2023-10-31 Ameer Hamzazvol: fix delayed update to block device ro entry
2023-10-31 Ameer Hamzazvol: Implement zvol threading as a Property
2023-10-31 Ameer Hamzazvol: Cleanup set property
2023-10-30 Alexander MotinUnify arc_prune_async() code
2023-10-30 Alexander MotinTune zio buffer caches and their alignments
2023-10-30 Alexander MotinRAIDZ: Use cache blocking during parity math
2023-10-30 Alexander MotinZIL: Cleanup sync and commit handling
2023-10-26 shodanshokRead prefetched buffers from L2ARC
2023-10-26 Thomas BertschingerAdd mutex_enter_interruptible() for interruptible sleep...
2023-10-25 Alexander MotinZIO: Remove READY pipeline stage from root ZIOs
2023-10-24 Alexander MotinZIL: Detect single-threaded workloads
2023-10-24 Alexander MotinABD: Be more assertive in iterators
2023-10-24 Brian BehlendorfAdd prefetch property
2023-10-23 Brian BehlendorfRevert "Do not persist user/group/project quota zap...
2023-10-23 Rob Nspa: document spa_thread() and SDC feature gates
2023-10-20 Sam AtkinsonDo not persist user/group/project quota zap objects...
2023-10-20 Alexander MotinTrust ARC_BUF_SHARED() more
2023-10-20 Alexander MotinRemove lock from dsl_pool_need_dirty_delay()
2023-10-20 Colin PercivalSet spa_ccw_fail_time=0 when expanding a vdev.
2023-10-13 John Wren KennedyLarge sync writes perform worse with slog
2023-10-12 Jason KingZpool can start allocating from metaslab before TRIMs...
2023-10-11 Alexander MotinDMU: Do not pre-read holes during write
2023-10-06 Alexander MotinZIL: Reduce maximum size of WR_COPIED to 7.5K
2023-10-06 Rob Norrisimport: require force when cachefile hostid doesn't...
2023-10-06 Alexander MotinReduce number of metaslab preload taskq threads.
2023-10-06 Alexander MotinARC: Drop different size headers for crypto
2023-10-06 Alexander MotinARC: Remove b_bufcnt/b_ebufcnt from ARC headers
2023-10-04 Alexander MotinARC: Remove b_cv from struct l1arc_buf_hdr
2023-10-02 George AmanakisReport ashift of L2ARC devices in zdb
2023-09-29 Alexander MotinRestrict short block cloning requests
2023-09-29 Brian BehlendorfTweak rebuild in-flight hard limit
2023-09-28 Akash BFix ENOSPC for extended quota
next