]> git.proxmox.com Git - mirror_zfs.git/history - module/os/freebsd/zfs/zfs_vnops_os.c
Refactor dmu_prefetch().
[mirror_zfs.git] / module / os / freebsd / zfs / zfs_vnops_os.c
2023-08-07 Alexander MotinRefactor dmu_prefetch().
2023-07-27 oromenaharBRT should return EOPNOTSUPP
2023-07-13 Alexander MotinFreeBSD: Fix build on stable/13 after 1302506.
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-10 youzhongyangLinux 6.3 compat: idmapped mount API changes
2023-04-06 Martin MatuškaMiscellaneous FreBSD compilation bugfixes
2023-03-10 Pawel Jakub DawidekImplementation of block cloning for ZFS
2023-03-07 Andriy Gapon[FreeBSD] fix false assert in cache_vop_rmdir when...
2022-11-29 Mateusz GuzikFreeBSD: stop using buffer cache-only routines on sync
2022-11-07 Brooks Davisfreebsd: remove no-op vn_renamepath()
2022-10-28 Aleksa Saraizfs_rename: support RENAME_* flags
2022-10-19 youzhongyangSupport idmapped mount
2022-09-20 Mateusz GuzikFreeBSD: catch up to 1400068
2022-09-20 Richard YaoFreeBSD: Cleanup zfs_readdir()
2022-09-16 Chunwei Chenzfs_enter rework
2022-09-02 Richard YaoFreeBSD: Cleanup dead code from VFS
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-05-02 Pawel Jakub DawidekFreeBSD: Clean up the use of ioflags
2022-04-13 Mark JohnstonFreeBSD: Return Mach error codes from VOP_(GET|PUT...
2022-04-13 Mark JohnstonFreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with...
2022-04-02 Ryan MoellerFreeBSD: Use NDFREE_PNBUF if available
2022-03-18 Ryan MoellerFix ACL checks for NFS kernel server
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-22 Jitendra Patidarlog xattr=sa create/remove/update to ZIL
2022-02-18 набmodule: mark arguments used
2022-02-16 Ryan MoellerCross-platform xattr user namespace compatibility
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-09 drowfxAdd dataset_kstats_update.. to mmap read/write paths
2022-01-26 набReplace *CTASSERT() with _Static_assert()
2021-12-17 Alan SomersFreeBSD: Update argument types for VOP_READDIR
2021-12-16 Ryan MoellerFreeBSD: Provide correct file generation number
2021-12-12 Ryan MoellerFreeBSD: Add vop_standard_writecount_nomsync
2021-12-12 Ryan MoellerFreeBSD: Catch up with more VFS changes
2021-11-19 Mark JohnstonFix several bugs in the FreeBSD rename VOP implementation
2021-11-13 Pawel Jakub DawidekRemove (now unused) td argument from zfs_lookup()
2021-10-29 Mark JohnstonExit the teardown section later in rename on FreeBSD
2021-10-29 Mark JohnstonFix potential use-after-frees in FreeBSD getpages and...
2021-10-25 Ryan MoellerFreeBSD: Catch up with recent VFS changes
2021-09-14 Brian BehlendorfUse fallthrough macro
2021-08-30 Ryan MoellerFreeBSD: Don't remove SA xattr if not SA znode
2021-08-30 Ka Ho NgFreeBSD: Implement hole-punching support
2021-07-19 Ryan MoellerUse SET_ERROR for more errors in FreeBSD vnops
2021-05-13 Ryan MoellerFreeBSD: Implement xattr=sa
2021-05-13 Ryan MoellerFreeBSD: Use SET_ERROR to trace xattr name errors
2021-05-11 Ryan MoellerRemove unimplemented virus scanning hooks
2021-04-30 Ryan MoellerFreeBSD: Clean up ASSERT/VERIFY use in module
2021-04-26 Mateusz GuzikFreeBSD: damage control racing .. lookups in face of...
2021-04-12 Mateusz GuzikFreeBSD: add missing seqc write begin/end around zfs_ac...
2021-04-12 Mateusz GuzikFreeBSD: add support for lockless symlink lookup
2021-04-03 Andrea GelminiFix various typos
2021-03-12 Mateusz GuzikFreeBSD: rename teardown inactive macros to mimick...
2021-03-12 Mateusz GuzikFreeBSD: remove 2 assertions that teardown lock is...
2021-01-21 Brian AtkinsonExtending FreeBSD UIO Struct
2020-11-10 Ryan MoellerRemove redundant oid parameter to update_pages
2020-11-02 Christian Schwarzzfs_vnops: make zfs_get_data OS-independent
2020-10-31 Matthew MacyConsolidate zfs_holey and zfs_access
2020-10-30 Mateusz GuzikFreeBSD: catch up with 1300124 version bump
2020-10-26 Mateusz GuzikFreeBSD: catch up with 1300123 version bump
2020-10-21 Matthew MacyShare zfs_fsync, zfs_read, zfs_write, et al between...