Replace *CTASSERT() with _Static_assert()
[freebsd.git] / module / os / freebsd / zfs / zfs_vnops_os.c
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...