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
2024-05-04
remove prototypes for removed functions
Jonathan Gray
2024-05-04
remove some unused defines
Jonathan Gray
2024-05-01
remove unneeded includes
Jonathan Gray
2024-04-30
Make nfstov_mode() return mode_t rather than uint16_t.
Miod Vallat
2024-04-30
Constify NFS data whenever possible. Also make a few more const data static.
Miod Vallat
2024-04-30
Convert all the NFS macros (in nfsm_subs.h) into inline functions with the
Miod Vallat
2024-04-30
Do not cast off_t to u_long in uvm_vnp_setsize call (only misbehaves on 32-bit
Miod Vallat
2024-04-19
nfs: Permit null requests (aka server pings) from non-reserved ports
Alexandre Ratchov
2024-04-13
correct indentation
Jonathan Gray
2024-03-31
Mark `so_rcv' sockbuf of udp(4) sockets as SB_OWNLOCK.
Vitaliy Makkoveev
2024-03-25
Move the "no (hard) linking directories" and "no cross-mount links"
Philip Guenther
2024-03-22
Limit NFS connections to originate from a reserved port.
Claudio Jeker
2024-02-05
Use `sb_mtx' mutex(9) to protect `sb_timeo_nsecs'. In most places
Vitaliy Makkoveev
2024-01-12
nfssvc: When the client disconnects, close the socket before sleeping.
Alexandre Ratchov
2023-09-08
Remove the remnants of the leftover selinfo from vnode(9) layer. Just
Vitaliy Makkoveev
2023-08-03
Move solock() down to sosetopt(). A part of standalone sblock() work.
Vitaliy Makkoveev
2023-04-26
Don't redeclare s, it's already there.
Bob Beck
2023-04-26
Fix missing splbio() needed in nfs
Bob Beck
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2022-08-13
Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.
Vitaliy Makkoveev
2022-08-12
Put more struct vnode fields under splbio().
Visa Hankala
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
[next]