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
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
2019-01-18
Check for negative length integers in NFS client. A malicious
Alexander Bluhm
2018-11-30
Switch MH_ALIGN to m_align which is the same.
Claudio Jeker
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-09-10
Instead of calculating the mbuf packet header length here and there,
Alexander Bluhm
2018-07-30
Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode
Martin Pieuchot
2018-07-09
Nuke unused define 'nfsm_writereply()'.
Kenneth R Westerback
2018-07-02
Use more list macros for v_dirtyblkhd.
Alexander Bluhm
2018-06-21
Drop redundant "node == parent node" checks from VOP_RMDIR()
Visa Hankala
2018-06-13
Make the VFS layer responsible for preventing the deletion
Visa Hankala
2018-06-07
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for
Visa Hankala
2018-06-06
Pass the socket to sounlock(), this prepare the terrain for per-socket
Martin Pieuchot
2018-05-27
Drop unnecessary `p' parameter from vget(9).
Visa Hankala
2018-05-05
Implement proper locking for NFS nodes.
Martin Pieuchot
2018-05-04
After unmount nfs_timer() could access the freed memory of struct
Alexander Bluhm
2018-05-02
Remove proc from the parameters of vn_lock(). The parameter is
Visa Hankala
2018-04-28
Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always
Visa Hankala
2018-04-25
Fix use of unreferenced vnode by decrementing the vnode's reference
Visa Hankala
2018-04-17
Prepare vnops to be locked.
Martin Pieuchot
2018-04-09
Change the representation of an NFS mount point by caching the root
Martin Pieuchot
2018-03-28
Check for possible race after sleeping instead of using a rwlock to
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-10
Syncronize filesystems to disk when suspending. Each mountpoint's vnodes
Theo de Raadt
2018-01-31
Use FREF() instead of rolling our own.
Martin Pieuchot
2017-12-30
Delete unnecessary <sys/file.h> includes
Philip Guenther
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
2017-11-14
Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().
Theo Buehler
[next]