index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
nfs
Age
Commit message (
Expand
)
Author
2022-06-27
Fix lock order reversal in nfs_inactive()
Visa Hankala
2022-06-26
Remove unused VOP_POLL().
Visa Hankala
2022-06-06
Simplify solock() and sounlock(). There is no reason to return a value
Claudio Jeker
2022-05-27
Call uvm_vnp_uncache() before VOP_RENAME().
Martin Pieuchot
2022-05-22
Lock kernel in nfsrv_rcv() because NFS subsystem is not MP-safe yet.
Visa Hankala
2022-03-17
Use the refcnt API with struct ucred.
Visa Hankala
2022-03-05
remove fddi leftover
Jonathan Gray
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2022-01-12
fixup previous refactoring
mbuhl
2022-01-11
spelling
Jonathan Gray
2021-12-12
Add vnode parameter to VOP_STRATEGY()
Visa Hankala
2021-12-11
Clarify usage of __EV_POLL and __EV_SELECT
Visa Hankala
2021-10-20
revert vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: remove VLOCKSWORK and check locking when vop_islocked != nullop
Sebastien Marie
2021-10-19
vnode: do not manipulate vnode lock directly
Sebastien Marie
2021-10-02
vfs: merge *_badop to vop_generic_badop
Sebastien Marie
2021-03-11
spelling
Jonathan Gray
2021-01-19
nfs/nfs_boot.c: convert ifunit() to if_unit(9)
mvs
2021-01-02
nfs: don't sleep on lbolt
cheloha
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-09-27
In the previous commit, check tv_nsec, not tv_sec as VNOVAL is a
Matthieu Herrb
2020-09-27
nfs_create: after an exclusive create rpc, make sure to update
Matthieu Herrb
2020-08-24
According the code `nfsbootdevname' is always set to network device name
mvs
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-11
Rename poll-compatibility flag to better reflect what it is.
Martin Pieuchot
2020-06-08
Use a new EV_OLDAPI flag to match the behavior of poll(2) and select(2).
Martin Pieuchot
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-02-20
Replace field f_isfd with field f_flags in struct filterops to allow
Visa Hankala
2020-01-21
sys/nfs: misc. tsleep(9) -> tsleep_nsec(9); ok mpi@
cheloha
2020-01-20
struct vops is not modified during runtime so use const which moves each
Claudio Jeker
2020-01-15
Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9).
Martin Pieuchot
2020-01-14
In nfs_clearcommit() the loops over mnt_vnodelist and v_dirtyblkhd
Alexander Bluhm
2020-01-10
Convert the vnode list at the mount point into a tailq. During
Alexander Bluhm
2020-01-08
Convert infinite sleeps to tsleep_nsec(9).
Martin Pieuchot
2019-12-31
Use C99 designated initializers with struct filterops. In addition,
Visa Hankala
2019-12-26
Convert struct vfsops initializer to C99 style.
Alexander Bluhm
2019-12-25
Use FOREACH macro to iterate over mnt_vnodelist.
Alexander Bluhm
2019-12-05
Convert infinite sleeps to tsleep_nsec(9).
Martin Pieuchot
2019-08-05
Allow concurrent reads of the f_offset field of struct file by
anton
2019-07-25
vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@
cheloha
2019-07-19
vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
2019-07-19
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
2019-07-12
Revert anton@ changes about read/write unlocking
solene
2019-07-10
Make read/write of the f_offset field belonging to struct file MP-safe;
anton
2019-05-13
When killing a process, the signal is handled by any thread that
Alexander Bluhm
2019-01-22
The kernel interpreted bogus lengths in RPC calls during NFS boot.
Alexander Bluhm
2019-01-21
Introduce a dedicated entry point data structure for file locks. This new data
anton
2019-01-19
Move boottime into the timehands.
cheloha
2019-01-18
Check for negative length in NFS strings. This affects both, the
Alexander Bluhm
2019-01-18
Check for negative length integers in NFS server. A malicious
Alexander Bluhm
[next]