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
/
nfs_vnops.c
Age
Commit message (
Expand
)
Author
2024-11-05
remove VATTR_NULL() define, directly call vattr_null()
Jonathan Gray
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-07-06
remove unused nfs_null()
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-01
remove unneeded includes
Jonathan Gray
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-13
correct indentation
Jonathan Gray
2024-03-25
Move the "no (hard) linking directories" and "no cross-mount links"
Philip Guenther
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-12
Put more struct vnode fields under splbio().
Visa Hankala
2022-06-26
Remove unused VOP_POLL().
Visa Hankala
2021-12-12
Add vnode parameter to VOP_STRATEGY()
Visa Hankala
2021-10-02
vfs: merge *_badop to vop_generic_badop
Sebastien Marie
2021-03-11
spelling
Jonathan Gray
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-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-01-20
struct vops is not modified during runtime so use const which moves each
Claudio Jeker
2019-07-19
vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@
cheloha
2019-01-18
Check for negative length integers in NFS client. A malicious
Alexander Bluhm
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-07
Make callers of VOP_CREATE(9) and VOP_MKNOD(9) responsible for
Visa Hankala
2018-05-05
Implement proper locking for NFS nodes.
Martin Pieuchot
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
2017-02-22
Keep local definitions local.
Martin Pieuchot
2016-06-13
make sure attrflag is initialized. from clang via david hill
Ted Unangst
2016-04-29
Fix some gibbering horrors due to uninitialized struct nameidata's
Bob Beck
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-02-13
Convert to uiomove. From Martin Natano.
Stefan Kempf
2015-12-22
commited -> committed
mmcc
2015-12-07
NFS can pass a buffer cache buffer straight to VOP_STRATEGY here, so dma_flip is
Bob Beck
2015-05-03
Make sure we don't leak bytes from malloced memory in the padding of struct
Philip Guenther
2015-04-17
Tweaks utimensat/futimens handling to always update ctime, even when both
Philip Guenther
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2014-12-29
Explicitely include <uvm/uvm_extern.h> in order to build on variable page size
Miod Vallat
2014-12-18
delete a whole mess of unnecessary caddr_t casts
Ted Unangst
2014-12-16
primary change: move uvm_vnode out of vnode, keeping only a pointer.
Ted Unangst
2014-12-03
stale header: this code hasn't used hash.h in a while
Ted Unangst
[next]