]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/os/freebsd/zfs/zfs_vnops_os.c
Fix several bugs in the FreeBSD rename VOP implementation
[FreeBSD/FreeBSD.git] / module / os / freebsd / zfs / zfs_vnops_os.c
2021-12-13 Mark JohnstonFix several bugs in the FreeBSD rename VOP implementation
2021-12-13 Pawel Jakub DawidekRemove (now unused) td argument from zfs_lookup()
2021-12-13 Mark JohnstonExit the teardown section later in rename on FreeBSD
2021-12-13 Mark JohnstonFix potential use-after-frees in FreeBSD getpages and...
2021-11-02 Ryan MoellerFreeBSD: Catch up with recent VFS changes
2021-11-02 Brian BehlendorfUse fallthrough macro
2021-09-14 Ryan MoellerFreeBSD: Don't remove SA xattr if not SA znode
2021-09-14 Ryan MoellerFreeBSD: Implement xattr=sa
2021-09-14 Ryan MoellerFreeBSD: Clean up ASSERT/VERIFY use in module
2021-05-28 Ryan MoellerFreeBSD: Use SET_ERROR to trace xattr name errors
2021-05-10 Mateusz GuzikFreeBSD: damage control racing .. lookups in face of...
2021-04-14 Mateusz GuzikFreeBSD: add missing seqc write begin/end around zfs_ac...
2021-04-14 Mateusz GuzikFreeBSD: add support for lockless symlink lookup
2021-04-07 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...