]> git.proxmox.com Git - mirror_zfs.git/history - module/os
Linux 6.7 compat: rework shrinker setup for heap allocations
[mirror_zfs.git] / module / os /
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-07 Mark JohnstonFreeBSD: Ensure that zfs_getattr() initializes the...
2023-11-28 Alexander MotinZIL: Assert record sizes in different places
2023-11-28 rmacklemFreeBSD: Fix ZFS so that snapshots under .zfs/snapshot...
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-17 Brooks Davisfreebsd: remove __FBSDID macro use
2023-11-17 Alexander MotinUse abd_zero_off() where applicable
2023-11-16 Rich ErcolaniAdd a tunable to disable BRT support.
2023-11-10 Alexander MotinLinux: Reclaim unused spl_kmem_cache_reclaim
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 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-06 ednadolski-ixImprove ZFS objset sync parallelism
2023-10-31 Ameer Hamzazvol: Implement zvol threading as a Property
2023-10-30 Alexander MotinUnify arc_prune_async() code
2023-10-30 Alexander MotinZIL: Cleanup sync and commit handling
2023-10-26 ednadolski-ixarc_default_max on Linux should match FreeBSD
2023-10-24 Tony HutterRevert "zvol: Temporally disable blk-mq"
2023-10-24 Tony Hutterzvol: Remove broken blk-mq optimization
2023-10-20 Olivier CertnerFreeBSD: taskq: Remove unused declaration
2023-10-13 Alexander MotinFreeBSD: Improve taskq wrapper
2023-10-10 Daniel BerlinEnsure we call fput when cloning fails due to different...
2023-10-10 Tony Hutterzvol: Temporally disable blk-mq
2023-10-09 Alexander MotinFreeBSD: Reduce divergence from in-tree sources
2023-10-06 Alexander MotinReduce number of metaslab preload taskq threads.
2023-09-22 Coleman KaneLinux 6.6 compat: fsync_bdev() has been removed in...
2023-09-22 Coleman KaneLinux 6.6 compat: generic_fillattr has a new u32 reques...
2023-09-22 Coleman KaneLinux 6.6 compat: use inode_get/set_ctime*(...)
2023-09-18 Mateusz GuzikRetire z_nr_znodes
2023-09-07 Volker MauelIntel QAT 1.7 compatibility
2023-09-07 Andrea RighiLinux 6.5 compat: spl: properly unregister sysctl entries
2023-09-02 ednadolski-ixSelectable block allocators
2023-09-02 Andrea RighiLinux 6.5 compat: safe cleanup in spl_proc_fini()
2023-08-15 Rob Ncopy_file_range: fix fallback when source create on...
2023-08-08 Coleman KaneLinux 6.5 compat: Use copy_splice_read instead of filem...
2023-08-08 oromenaharzfs_clone_range should return a descriptive error codes
2023-08-07 Coleman KaneLinux 6.5 compat: replace generic_file_splice_read...
2023-08-07 Alexander MotinRefactor dmu_prefetch().
2023-08-02 Coleman KaneLinux 6.5 compat: register_sysctl_table removed
2023-08-01 Brian AtkinsonRevert "Linux 6.5 compat: register_sysctl_table removed"
2023-08-01 Rob Nlinux/copy_file_range: properly request a fallback...
2023-08-01 набlinux: zfs: ctldir: set [amc]time to snapshot's creatio...
2023-08-01 Coleman KaneLinux 4.20 compat: wrapper function for iov_iter type...
2023-08-01 Coleman KaneLinux 6.4 compat: iter_iov() function now used to get...
2023-08-01 Coleman KaneLinux 6.5 compat: blkdev changes
2023-08-01 Coleman KaneLinux 6.5 compat: register_sysctl_table removed
2023-07-27 oromenaharBRT should return EOPNOTSUPP
2023-07-24 Rob Norrislinux: implement filesystem-side copy/clone functions...
2023-07-24 Rob Norrislinux: implement filesystem-side clone ioctls
2023-07-24 Rob Norrislinux: implement filesystem-side copy/clone functions
2023-07-20 Chunwei ChenFix zpl_test_super race with zfs_umount
2023-07-13 Alexander MotinFreeBSD: Fix build on stable/13 after 1302506.
2023-06-30 Prakash SuryaEnable tuning of ZVOL open timeout value
2023-06-26 Rich ErcolaniAdd a delay to tearing down threads.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-06-09 Alexander MotinUse list_remove_head() where possible.
2023-06-07 Brian BehlendorfLinux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP...
2023-06-05 Rob Norrisznode: expose zfs_get_zplprop to libzpool
2023-05-24 youzhongyangLinux 6.4 compat: reclaimed_slab renamed to reclaimed
2023-05-10 Ameer HamzaPrevent panic during concurrent snapshot rollback and...
2023-04-26 Brian BehlendorfFix checkstyle warning
2023-04-26 Mateusz GuzikFreeBSD: fix up EINVAL from getdirentries on .zfs
2023-04-26 Mateusz GuzikFreeBSD: add missing vn state transition for .zfs
2023-04-24 Mateusz GuzikFreeBSD: add missing vop_fplookup assignments
2023-04-24 Mateusz GuzikFreeBSD: try to fallback early if can't do optimized...
2023-04-24 Mateusz GuzikFreeBSD: fix up EXDEV handling for clone_range
2023-04-21 Dimitry AndricFreeBSD: make zfs_vfs_held() definition consistent...
2023-04-20 Richard YaoLinux: zfs_zaccess_trivial() should always call generic...
2023-04-10 youzhongyangLinux 6.3 compat: idmapped mount API changes
2023-04-06 Martin MatuškaMiscellaneous FreBSD compilation bugfixes
2023-04-06 Rob Nvdev: expose zfs_vdev_def_queue_depth as a module parameter
2023-04-05 youzhongyangLinux 6.3 compat: writepage_t first arg struct folio*
2023-03-31 Brian BehlendorfUse vmem_zalloc to silence allocation warning
2023-03-28 Brian BehlendorfAdditional limits on hole reporting
2023-03-22 Pawel Jakub DawidekFix build on FreeBSD
2023-03-18 Alexander MotinFreeBSD: Remove extra arc_reduce_target_size() call
2023-03-16 naivekunQAT: Fix uninitialized seed in QAT compression
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-03-08 Richard YaoLinux: Fix octal detection in define_ddi_strtox()
2023-03-08 Richard YaoLinux: Suppress clang static analyzer warning in zfs_re...
2023-03-08 Richard YaoLinux: Silence static analyzer warning in crypto_create...
2023-03-08 Richard YaoLinux cleanup: zvol_discard() should only call blk_queu...
2023-03-08 Alexander MotinMore adaptive ARC eviction
2023-03-07 Andriy Gapon[FreeBSD] fix false assert in cache_vop_rmdir when...
2023-03-07 Andriy Gapon[FreeBSD] zfs_znode_alloc: lock the vnode earlier
2023-03-02 Tino ReichardtRemove old or redundant SHA2 files
2023-03-01 Richard YaoLinux: zfs_fillpage() should handle partial pages from...
2023-02-28 John PoduskaPrevent incorrect datasets being mounted
2023-02-23 Brian BehlendorfFix buffered/direct/mmap I/O race
next