summaryrefslogtreecommitdiff
path: root/external/cddl/osnet/dist/uts
AgeCommit message (Expand)Author
2023-04-12kern: Nix mutex_owner.riastradh
2023-03-03Adapt zfs_netbsd_access() to ACL support. As ZFS itself onlyhannken
2023-02-17provide pathconf for .zfs control directory. avoids errors onkardel
2022-11-04Add a helper to set or clear lower mount and use it.hannken
2022-10-31Provide an empty ASSERT macro ifdef _STANDALONE.simonb
2022-10-31Whitespace nit.simonb
2022-10-03Revert. Spotted by hannken@ - fix needs to be in zfs_ctldir.c it is missingkardel
2022-09-27for unsupported names return EINVAL as per TOGkardel
2022-08-03change the ARC reclaim code to use the pagedaemon's free page targetchs
2022-05-04fix ARC checks for available memory:chs
2022-04-16Unlock vnode for VOP_IOCTL().hannken
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-03-27add a kauth vnode check for adding linkschristos
2021-12-28zfs: Expose hostid to zfs, as in gethostid/sethostid(3).riastradh
2021-12-22In zfs_setattr() don't recheck the auth policy for a "nodump" flagssimonb
2021-12-21Default files to BSD group ownership in line with ffs, after the leadhauke
2021-11-30In zfs_statvfs(), set f_bresvd and f_fresvd to 0. Fixes random kernelsimonb
2021-10-20Overhaul of the EVFILT_VNODE kevent(2) filter:thorpej
2021-09-06Clamp zfs nlinks at UINT32_MAX (nlink_t max) instead of (much) smallersimonb
2021-07-18Abolish all the silly indirection macros for initializing vnode ops tables.dholland
2021-07-18Use macros for the canned parts of device and fifo vnode op tables.dholland
2021-07-04Add VOP_PARSEPATH to zfs control dir vnode op table.hannken
2021-07-02Add VOP_PARSEPATH to zfs's vnode table. "oops"dholland
2021-04-21Prevent blocking l2arc_feed_thread() forever, skip thehannken
2021-03-25zfs_ioctl.c: Drop WARNING that ZFS is under developmentgdt
2021-02-16Use the right uid / gid for nobody:nobody like FreeBSD does.hannken
2020-11-28Use vn_close to release the vnodes in the error handling blocks, sinceyhardy
2020-11-17Remove a pointless printf.chs
2020-11-15Commit the ZFS file that I forgot in this previous commit:chs
2020-10-09PR kern/55705:kardel
2020-09-07Comment out index out of bounds debugging code.christos
2020-09-07i can't confirm or deny that GCC 9 is wrong about parity_valid[]mrg
2020-08-27Enable NCLOOKUP for ZFS.hannken
2020-06-27fix bug introduced in conversion to kmem(9), passing address of the localjdolecek
2020-06-25Don't assume everything is a wedge and has a parent device. On non-wedgesmlelstv
2020-06-24reduce stack usage in dsl_scan_recurse() - allocate memory forjdolecek
2020-06-24change dsl_scan_visitbp() to allocate blkptr_t dynamically rather thanjdolecek
2020-06-24reduce stack usage in vdev_queue_io_to_issue() - zio_t is about 1KB, andjdolecek
2020-06-21If calling d_minphys on the parent disk device, make sure we use thejmcneill
2020-06-19use pool_cache for (meta)data buffers also on NetBSDjdolecek
2020-06-11uvm_availmem(): give it a boolean argument to specify whether a recentad
2020-05-26Replace vp->v_count with vrefcnt(vp) andhannken
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2020-05-21Fix bugs in previous.ad
2020-05-20zfs_netbsd_getpages:ad
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2020-05-13fix the handling in putpage of the page containing EOF.chs
2020-05-07Operation zfs_zget_cleaner() cannot fail, comment and add assertions.hannken
2020-05-07Revert Rev. 1.31 as it is no longer possible for the handle to be NULL.hannken
2020-05-07Revert Rev. 1.63 and add a comment why we have to zil_commit() here:hannken