]> git.proxmox.com Git - mirror_zfs.git/history - module/os/freebsd/zfs/zfs_vfsops.c
Cleanup dead spa_boot code
[mirror_zfs.git] / module / os / freebsd / zfs / zfs_vfsops.c
2022-09-13 Richard YaoCleanup dead spa_boot code
2022-09-02 Richard YaoFreeBSD: Cleanup dead code from VFS
2022-07-21 ixhamzaAdd support for per dataset zil stats and use wmsum...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-02-18 набmodule: mark arguments used
2022-01-26 набReplace *CTASSERT() with _Static_assert()
2022-01-26 набClean up CSTYLEDs
2022-01-06 набFreeBSD: vfsops: use setgen for error case
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-06-04 jharmeningFreeBSD: incorporate changes to the VFS_QUOTACTL(9...
2021-05-13 Ryan MoellerFreeBSD: Implement xattr=sa
2021-05-11 Ryan MoellerRemove unimplemented virus scanning hooks
2021-04-30 Ryan MoellerFreeBSD: Clean up ASSERT/VERIFY use in module
2021-04-30 Ryan MoellerFreeBSD: Prune some unneeded definitions
2021-03-13 Mariusz ZaborskiFreeBSD: bring back possibility to rewind the checkpoin...
2021-03-12 Mateusz GuzikMacroify teardown lock handling
2021-03-12 Mateusz GuzikFreeBSD: rename teardown inactive macros to mimick...
2020-11-02 Christian Schwarzzfs_vnops: make zfs_get_data OS-independent
2020-10-30 Ryan MoellerUpdate references to nonexistent man pages in code
2020-10-29 Mateusz GuzikFreeBSD: g/c unused zfs_znode_move support
2020-10-14 Ryan MoellerCross-platform acltype
2020-09-25 Mateusz GuzikFreeBSD: update cache_purgevfs usage after 1300117...
2020-09-09 Mateusz GuzikFreeBSD: convert teardown inactive lock to a read-mostl...
2020-09-01 Ryan MoellerFreeBSD: Remove unused SECLABEL code
2020-08-20 Mariusz ZaborskiFreeBSD: Add option to rewind checkpoint while importin...
2020-08-05 Matthew MacyFreeBSD: Add support for lockless lookup
2020-08-01 Matthew MacyChanges to make openzfs build within FreeBSD buildworld
2020-06-19 Ryan MoellerFix copy-paste error breaking FreeBSD head
2020-06-18 Ryan MoellerMatch new vfs_checkexp KPI in FreeBSD head
2020-06-18 Arvind SankarMark functions as static
2020-06-10 Andrea GelminiFix typos
2020-06-09 Matthew AhrensFile incorrectly zeroed when receiving incremental...
2020-06-06 Brian Behlendorfzfsvfs_setup(): zap_stats_t may have undefined content...
2020-06-06 Allan JudeConnect dataset_kstats for FreeBSD
2020-05-19 Ryan Moellerfreebsd: Correct the order of arguments to copyin(...
2020-04-14 Matthew MacyAdd FreeBSD support to OpenZFS