]> git.proxmox.com Git - mirror_zfs.git/history - module
Linux 6.8 compat: implement strlcpy fallback
[mirror_zfs.git] / module /
2024-01-29 Rob NorrisLinux 6.8 compat: implement strlcpy fallback
2024-01-29 Rob NorrisLinux 6.8 compat: update for new bdev access functions
2024-01-29 Paul DagnelieDon't assert mg_initialized due to device addition...
2024-01-26 MigeljanImeriRemove list_size struct member from list implementation
2024-01-26 Ameer HamzaUpdate vdev devid and physpath if changed between imports
2024-01-23 Pawel Jakub DawidekFix file descriptor leak on pool import.
2024-01-17 Tino Reichardtlinux spl: fix typo in top comment of spl-condvar.c
2024-01-17 Kevin JinAutotrim High Load Average Fix
2024-01-17 Pawel Jakub DawidekFix cloning into mmaped and cached file.
2024-01-16 Rob NLinux 6.7 compat: zfs_setattr fix atime update
2024-01-16 youzhongyangMake spl_kmem_cache size check consistent
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-12 Mark JohnstonLinux: Defer loading the object set in zfs_setattr()
2024-01-09 Alexander MotinFix livelist assertions for dedup and cloning
2024-01-09 Alexander MotinImprove block sizes checks during cloning
2023-12-21 Brian BehlendorfLinux 6.5 compat: check BLK_OPEN_EXCL is defined
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-20 Rob NorrisLinux 6.7 compat: rework shrinker setup for heap alloca...
2023-12-20 Rob NorrisLinux 6.7 compat: handle superblock shrinker member...
2023-12-20 Rob NorrisLinux 6.7 compat: use inode atime/mtime accessors
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-07 Mark JohnstonFreeBSD: Ensure that zfs_getattr() initializes the...
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 Shengqi Chenmodule/icp/asm-arm/sha2: enable non-SIMD asm kernels...
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 Shengqi Chenmodule/icp/asm-arm/sha2: fix compiling on armv5/6
2023-11-28 Shengqi Chenmodule/icp/asm-arm/sha2: auto detect __ARM_ARCH
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-28 rmacklemFreeBSD: Fix ZFS so that snapshots under .zfs/snapshot...
2023-11-27 Rob Norrisbrt: lift internal definitions into _impl header
2023-11-27 Alexander MotinZVOL: Minor code cleanup
2023-11-27 Alan SomersFreeBSD: Fix the build on FreeBSD 12
2023-11-27 Alexander MotinZIL: Refactor TX_WRITE encryption similar to TX_CLONE_RANGE
2023-11-27 Alexander MotinZIL: Do not encrypt block pointers in lr_clone_range_t
2023-11-27 Don BradyDon't allow attach to a raidz child vdev
2023-11-17 Brooks Davisfreebsd: remove __FBSDID macro use
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-16 Rich ErcolaniAdd a tunable to disable BRT support.
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-13 Tony HutterWorkaround UBSAN errors for variable arrays
2023-11-10 Alexander MotinLinux: Reclaim unused spl_kmem_cache_reclaim
2023-11-09 shodanshokIncrease L2ARC write rate and headroom
2023-11-08 Low-powerLinux: reject read/write mapping to immutable file...
2023-11-08 Don BradyRAID-Z expansion feature
2023-11-07 Umer SaleemLinux 6.6 compat: fix implicit conversion error with...
2023-11-07 Gordon TetlowAdd kern.features.zfs
2023-11-07 Jason Kingsa_lookup() ignores buffer size.
2023-11-07 Alexander MotinFreeBSD: Implement taskq_init_ent()
2023-11-07 Alexander MotinFreeBSD: Optimize large kstat outputs
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-26 ednadolski-ixarc_default_max on Linux should match FreeBSD
2023-10-25 Alexander MotinZIO: Remove READY pipeline stage from root ZIOs
2023-10-24 Tony HutterRevert "zvol: Temporally disable blk-mq"
2023-10-24 Tony Hutterzvol: Remove broken blk-mq optimization
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 Olivier CertnerFreeBSD: taskq: Remove unused declaration
2023-10-20 Colin PercivalSet spa_ccw_fail_time=0 when expanding a vdev.
next