]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - module/os/freebsd/zfs/kmod_core.c
freebsd: remove __FBSDID macro use
[FreeBSD/FreeBSD.git] / module / os / freebsd / zfs / kmod_core.c
2023-11-17 Brooks Davisfreebsd: remove __FBSDID macro use
2023-11-07 Gordon TetlowAdd kern.features.zfs
2023-10-09 Alexander MotinFreeBSD: Reduce divergence from in-tree sources
2023-02-14 Prakash SuryaReduce need for contiguous memory for ioctls
2022-12-14 Doug RabsonFreeBSD: Remove stray debug printf
2022-11-07 Brooks Davisfreebsd: add ifdefs around legacy ioctl support
2022-09-08 Ryan MoellerFreeBSD: Replace legacy make_dev() interface usage
2021-08-13 Ryan Moellerzfs: add missed dependency of zfs module on zlib
2021-04-09 Ryan MoellerMove zfsdev_state_{init,destroy} to common code
2021-04-02 Ryan MoellerAvoid taking global lock to destroy zfsdev state
2021-03-13 Ryan MoellerFreeBSD: Clean up zfsdev_close to match Linux
2020-10-08 Ryan MoellerFreeBSD: Sort and dedup includes in kmod_core
2020-09-30 Ryan MoellerDrop references when skipping dmu_send due to EXDEV
2020-09-09 Ryan MoellerFreeBSD: drop dependency on cryptodev module
2020-08-13 Jorgen LundmanRelease onexit/events with any missed zfsdev_state
2020-08-01 Matthew MacyChanges to make openzfs build within FreeBSD buildworld
2020-07-16 Matthew MacyFreeBSD: zfs commands backward compatibility
2020-06-18 Arvind SankarAdd prototypes
2020-06-16 Ryan MoellerFreeBSD: Kernel module should depend on xdr not krpc...
2020-06-08 Pawel Jakub DawidekRestore support for in-kernel ZFS ioctls
2020-04-14 Matthew MacyAdd FreeBSD support to OpenZFS