index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_subr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a temporary workaround to make removal of giant files better
beck
2019-06-09
1
-1
/
+18
*
Add a subsystem lock for vfs_lockf.c. This enables calling lf_advlock()
visa
2019-04-19
1
-2
/
+2
*
Restrict which filesystems are available for swap. This rules out
visa
2019-04-02
1
-2
/
+2
*
if a write fails, we mark the buffer invalid and throw it away. this can
tedu
2019-02-17
1
-1
/
+2
*
Introduce a dedicated entry point data structure for file locks. This new data
anton
2019-01-21
1
-1
/
+3
*
Rectify some issues with the noperm mount flag; the root vnode was not
natano
2018-12-23
1
-1
/
+10
*
free(9) sizes for netcred.
mpi
2018-12-07
1
-4
/
+6
*
Use atomic operations to update vfc_refcount. Change the field's type
visa
2018-09-29
1
-4
/
+5
*
Move the allocating and freeing of mount points into
visa
2018-09-26
1
-15
/
+39
*
Harmonize spacing after ellipses in displayed messages.
fcambus
2018-09-22
1
-4
/
+4
*
Simplify VFS initialization.
visa
2018-09-17
1
-68
/
+1
*
Move vfsconf lookup code into dedicated functions.
visa
2018-09-16
1
-12
/
+4
*
Unveiling unveil(2).
beck
2018-07-13
1
-1
/
+4
*
Use more list macros for v_dirtyblkhd.
bluhm
2018-07-02
1
-3
/
+3
*
The function dounmount() traverses the mnt_list in forward direction
bluhm
2018-06-06
1
-3
/
+4
*
Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks.
guenther
2018-06-04
1
-2
/
+7
*
Drop unnecessary `p' parameter from vget(9).
visa
2018-05-27
1
-3
/
+3
*
When looping over mount points, the FOREACH SAVE macro is not save.
bluhm
2018-05-08
1
-3
/
+7
*
Move the vfs stall "barrier" logic to a function. FREF() will soon
mpi
2018-05-08
1
-1
/
+8
*
Print the vp pointer in the vinvalbuf() panic strings.
bluhm
2018-05-07
1
-4
/
+4
*
Remove proc from the parameters of vn_lock(). The parameter is
visa
2018-05-02
1
-3
/
+3
*
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
visa
2018-04-28
1
-5
/
+5
*
Remounting files systems read-only does not work reliably. There
bluhm
2018-03-07
1
-40
/
+27
*
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
deraadt
2018-02-10
1
-8
/
+49
*
Don't bother using DETACH_FORCE for the softraid luns at reboot
deraadt
2017-12-14
1
-3
/
+3
*
Give vflush_vnode() a hint about vnodes we don't need to account as "busy".
deraadt
2017-12-14
1
-5
/
+9
*
Format the vnode lists of ddb show mount properly in columns.
bluhm
2017-12-11
1
-14
/
+20
*
In uvm Chuck decided backing store would not be allocated proactively
deraadt
2017-12-11
1
-38
/
+52
*
Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).
mpi
2017-12-04
1
-2
/
+2
*
Give back some space to the ramdisk by compiling net/radix.c only
florian
2017-07-31
1
-2
/
+14
*
Tweak lock inits to make the system runnable with witness(4)
visa
2017-04-20
1
-2
/
+2
*
struct vfsconf is tightly packed, but let's M_ZERO it in case that ever
deraadt
2017-04-04
1
-2
/
+2
*
When traversing the mount list, the current mount point is locked
bluhm
2017-01-15
1
-4
/
+5
*
Replace manual for() loops with FOREACH() macro.
bluhm
2017-01-10
1
-7
/
+4
*
Remove the unused olddp parameter from function dounmount().
bluhm
2017-01-10
1
-2
/
+2
*
Cast enum to u_int when doing a bounds check to avoid a clang warning that
kettenis
2016-09-28
1
-3
/
+4
*
move the namecache_rb_tree from RB macros to RBT functions.
dlg
2016-09-16
1
-2
/
+2
*
move buf_rb_bufs from RB macros to RBT functions
dlg
2016-09-16
1
-6
/
+6
*
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2016-09-15
1
-7
/
+5
*
pool_setipl
dlg
2016-08-25
1
-1
/
+3
*
Prevent NULL-pointer call for filesystems that don't provide vfs_sysctl
kettenis
2016-07-22
1
-2
/
+2
*
Remove the lockmgr() API. It is only used by filesystems, where it is a
natano
2016-06-19
1
-2
/
+2
*
The doforce variable isn't modified anywhere. Also, the only filesystem
natano
2016-05-26
1
-2
/
+1
*
copy_statfs_info() is not only used by ufs, but by other filesystems too,
natano
2016-04-26
1
-3
/
+3
*
fix off by one in vfs_vnode_print - found by miod
beck
2016-04-26
1
-3
/
+3
*
Share clone bitmap between aliased vnodes. This prevents duplicate clone
natano
2016-04-07
1
-8
/
+11
*
Increase size of the clone bitmap (revised diff after revert). I have
natano
2016-04-05
1
-2
/
+13
*
Revert the clone bitmap enlargement change
mikeb
2016-04-01
1
-13
/
+2
*
Increase size of the clone bitmap. A limit of only 64 device clones
natano
2016-03-31
1
-2
/
+13
*
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
1
-4
/
+4
[next]