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