aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/zfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-6653/+0
* FreeBSD: add missing fplookup_vexec handler to special vop vectorsMateusz Guzik2020-10-151-0/+3
* Cross-platform acltypeRyan Moeller2020-10-131-1/+17
* FreeBSD: use cache_rename if availableMateusz Guzik2020-10-131-4/+14
* Throw const on some stringsRyan Moeller2020-10-021-26/+19
* Fix a logic bug in the FreeBSD getpages VOPMark Johnston2020-09-221-2/+4
* FreeBSD: convert teardown inactive lock to a read-mostly sleepable lockMateusz Guzik2020-09-091-8/+8
* FreeBSD: update vaccess signature on most recent HEADMatthew Macy2020-08-071-0/+5
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-051-0/+58
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-0/+1
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-2/+2
* Fix a deadlock in the FreeBSD getpages VOPMark Johnston2020-07-061-1/+12
* Update zfs_freebsd_need_inactive to fix mmapped writesRyan Moeller2020-07-031-2/+5
* Mark functions as staticArvind Sankar2020-06-181-8/+8
* Fix typosAndrea Gelmini2020-06-091-2/+3
* Connect dataset_kstats for FreeBSDAllan Jude2020-06-051-1/+11
* freebsd: return EISDIR for read(2) on directoriesKyle Evans2020-05-161-0/+6
* Fix VN_OPEN_INVFS typoyparitcher2020-05-141-1/+1
* Use new FreeBSD API to largely eliminate object lockingMatthew Macy2020-04-171-33/+34
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+6533