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-10-18
Put the bowels of the various VOP_PRINT routines under
Miod Vallat
2024-09-18
remove unneeded semicolons after switch statements
Jonathan Gray
2024-09-12
Ensure that file names passed back by readdir do not include a '/'
Claudio Jeker
2024-09-11
After calling m_freem() on nmi_mrep (or nmi_mreq) set the pointer to NULL.
Claudio Jeker
2024-09-10
nfsm_srvnamesiz() may set up an NFSERR_NAMETOL error, which nfsm_reply() would
Miod Vallat
2024-09-09
move some server only functions from nfs_subs.c to nfs_srvsubs.c
Jonathan Gray
2024-09-04
Fix some spelling.
Marcus Glocker
2024-08-17
avoid uninitialised var use in nfs_serv.c error paths
Jonathan Gray
2024-07-12
Switch `so_snd' of udp(4) sockets to the new locking scheme.
Vitaliy Makkoveev
2024-07-06
remove unused nfs_null()
Jonathan Gray
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-05-14
remove unneeded nfs_getreq() prototype
Jonathan Gray
2024-05-13
vfs: VOP_REMOVE: move vnode unlocking and ref dropping to FS-indep part
Sebastien Marie
2024-05-12
nfs_procids was removed in 1996
Jonathan Gray
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
[next]