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
/
ufs
/
ffs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
spelling
jsg
1
-2
/
+2
2020-11-07
Convert ffs_sysctl to sysctl_bounded_args
gnezdo
1
-59
/
+31
2020-08-10
remove #if 0'd ufs2 magic error which predates ffs2 support
jsg
1
-9
/
+1
2020-08-10
use EROFS when attempting to mount a 4.2BSD fs without MNT_RDONLY
jsg
1
-2
/
+2
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
1
-2
/
+2
2020-06-20
With filesystem having many cylinder groups and many inodes per cg the
otto
2
-48
/
+53
2020-05-29
When the preferred cylinder group if full scan forward (wrapping if needed)
otto
1
-14
/
+15
2020-05-28
Make generation numbers unsigned and fill them using a random number
otto
2
-14
/
+11
2020-03-09
Avoid a tight CPU loop when no unlocked worklist items can be processed.
millert
1
-16
/
+16
2020-02-27
Remove unused "struct proc *" argument from the following functions:
mpi
1
-2
/
+2
2020-02-21
Use proper function to get a timestamp, as time_second isn't safe;
otto
1
-6
/
+21
2020-02-21
Handle the mount(... MNT_RELOAD) case for ffs2 as well. ok kettenis@
otto
1
-3
/
+9
2020-02-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
1
-5
/
+2
2020-01-24
Improve small random read ffs performance:
kurt
1
-2
/
+6
2020-01-20
struct vops is not modified during runtime so use const which moves each
claudio
2
-8
/
+8
2020-01-14
Convert custom semaphores to tsleep_nsec(9).
mpi
1
-9
/
+7
2020-01-04
Call process_worklist_item with LK_NOWAIT to skip locked vnodes from
beck
1
-2
/
+2
2019-12-26
Convert struct vfsops initializer to C99 style.
bluhm
1
-14
/
+14
2019-11-27
Re-enable IO_NOCACHE, and use is in vnd.
beck
1
-3
/
+2
2019-11-25
Convert infinite sleeps to tsleep_nsec(9).
mpi
1
-5
/
+5
2019-07-25
vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@
cheloha
2
-8
/
+8
2019-07-19
vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
1
-2
/
+2
2019-07-19
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
5
-23
/
+23
2019-06-18
Ensure the length passed to ffs_truncate() is within bounds before calling
anton
1
-4
/
+5
2018-12-23
Rectify some issues with the noperm mount flag; the root vnode was not
natano
1
-2
/
+2
2018-09-26
Move the allocating and freeing of mount points into
visa
1
-3
/
+2
2018-07-21
Include the vnode type in the panic message in ffs_write(), just like ffs_read()
anton
1
-2
/
+2
2018-07-11
Prevent updating async option on softdep mount
kn
1
-1
/
+11
2018-07-02
Use more list macros for v_dirtyblkhd.
bluhm
2
-9
/
+7
2018-05-27
Drop unnecessary `p' parameter from vget(9).
visa
1
-3
/
+3
2018-05-02
Remove proc from the parameters of vn_lock(). The parameter is
visa
2
-10
/
+10
2018-04-28
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
visa
2
-10
/
+10
2018-04-01
Store the size of dinode contents union.
dhill
2
-6
/
+7
2018-03-30
Add sizes to some free() calls.
dhill
3
-10
/
+12
2018-03-15
"force dirty" printf's are no longer required when pushing filesystems
deraadt
1
-1
/
+3
2018-02-10
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
deraadt
3
-16
/
+48
2018-01-13
Add comment describing why we need to clear the buffer if uiomove()
millert
1
-3
/
+12
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
guenther
1
-2
/
+2
2017-12-30
Delete unnecessary <sys/file.h> includes
guenther
1
-2
/
+1
2017-12-14
Give vflush_vnode() a hint about vnodes we don't need to account as "busy".
deraadt
1
-4
/
+3
2017-12-14
If switching RW->RO, then stop deferring timestamp writes...and possibly
guenther
1
-4
/
+16
2017-12-13
Fix a softdep bug exposed by our recent changes to make reboot drop to read-only
beck
1
-1
/
+4
2017-12-11
Disable DIOCCACHESYNC code, which I believe does the opposite
deraadt
1
-1
/
+3
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
deraadt
1
-10
/
+11
2017-10-10
At reboot all vnodes are flushed, but when it sleeps, the update
bluhm
1
-1
/
+9
2017-05-29
msdosfs & ffs: flush cache if updating mount from r/w to r/o
sf
1
-1
/
+11
2017-04-20
Tweak lock inits to make the system runnable with witness(4)
visa
1
-2
/
+2
2016-11-27
Fix signedness warnings with careful casts and replace a re-defined variable.
reyk
1
-4
/
+4
2016-11-07
Split PID from TID, giving processes a PID unrelated to the TID of their
guenther
1
-7
/
+7
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
dlg
2
-51
/
+34
[next]