aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/freebsd/zfs/zfs_znode.c
Commit message (Expand)AuthorAgeFilesLines
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-2/+2
* Speed up WB_SYNC_NONE when a WB_SYNC_ALL occurs simultaneouslyShaan Nobee2022-05-031-0/+8
* FreeBSD: add missing replay check to an assert in zfs_xvattr_setMateusz Guzik2022-03-171-1/+3
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+1
* module: mark arguments usedнаб2022-02-181-1/+1
* FreeBSD: remove unused variableнаб2022-01-061-3/+1
* module: zfs: freebsd: fix unused, remove argsusedнаб2021-12-231-5/+3
* zfs: Fix a deadlock between page busy and the teardown lockMark Johnston2021-12-121-0/+9
* FreeBSD: Implement hole-punching supportKa Ho Ng2021-08-301-3/+7
* FreeBSD: Implement xattr=saRyan Moeller2021-05-131-3/+21
* FreeBSD: Initialize/destroy zp->z_lockRyan Moeller2021-05-061-0/+2
* Miscellaneous code cleanupRyan Moeller2021-04-301-4/+0
* FreeBSD: Clean up ASSERT/VERIFY use in moduleRyan Moeller2021-04-301-36/+38
* FreeBSD: add support for lockless symlink lookupMateusz Guzik2021-04-121-0/+15
* FreeBSD: rename teardown inactive macros to mimick rrm conventionMateusz Guzik2021-03-121-1/+1
* Rename zfs_inode_update to zfs_znode_update_vfskhng3002021-02-091-1/+1
* Add an assert to clarify codeKleber Tarcísio2021-02-091-1/+3
* G/C struct znode -> z_movedMateusz Guzik2020-11-101-4/+0
* FreeBSD: g/c unused zfs_znode_move supportMateusz Guzik2020-10-291-20/+1
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-0/+14
* FreeBSD: convert teardown inactive lock to a read-mostly sleepable lockMateusz Guzik2020-09-091-1/+1
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-051-12/+93
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-2/+1
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-1/+1
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Fix typosAndrea Gelmini2020-06-091-4/+4
* Add FreeBSD support to OpenZFSMatthew Macy2020-04-141-0/+1987