aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/zfs_ctldir.c
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-271-1/+2
* Fix checkstyle warningBrian Behlendorf2023-04-261-1/+1
* FreeBSD: fix up EINVAL from getdirentries on .zfsMateusz Guzik2023-04-261-0/+11
* FreeBSD: add missing vn state transition for .zfsMateusz Guzik2023-04-261-0/+4
* FreeBSD: add missing vop_fplookup assignmentsMateusz Guzik2023-04-241-0/+9
* FreeBSD: don't verify recycled vnode for zfs control directoryrob-wing2023-02-211-1/+3
* FreeBSD: stop passing LK_INTERLOCK to VOP_LOCKMateusz Guzik2022-09-191-1/+2
* zfs_enter reworkChunwei Chen2022-09-161-6/+8
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-2/+2
* module: mark arguments usedнаб2022-02-181-1/+1
* Replace *CTASSERT() with _Static_assert()наб2022-01-261-1/+2
* FreeBSD: Provide correct file generation numberRyan Moeller2021-12-161-1/+1
* FreeBSD: Add vop_standard_writecount_nomsyncRyan Moeller2021-12-121-0/+9
* Prune /*NOTREACHED*/наб2021-07-261-1/+1
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-301-11/+11
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-18/+22
* FreeBSD: add missing fplookup_vexec handler to special vop vectorsMateusz Guzik2020-10-151-0/+9
* FreeBSD: g/c unused vop vector zfsctl_ops_shares_dirMateusz Guzik2020-10-151-3/+1
* Throw const on some stringsRyan Moeller2020-10-021-1/+1
* Fix page fault in zfsctl_snapdir_getattrMatthew Macy2020-08-011-1/+2
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-251-0/+4
* Mark functions as staticArvind Sankar2020-06-181-4/+4
* Fix typosAndrea Gelmini2020-06-091-1/+1
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+1345