summaryrefslogtreecommitdiff
path: root/sys/nfs
AgeCommit message (Expand)Author
2025-10-13nfs: Use proper prototype for SYSINIT functionsZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-02Fix panic in nfs bootp/diskless after 0785c323f3.Alexander Motin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-05-02Convert nfs bootp/diskless to use IfAPIJustin Hibbits
2022-12-01Allow any user to read the NFS stats, for example with nfsstat(1).Alan Somers
2022-05-31nfs: skip bootpc when vfs.root.mountfrom is other than nfsAlfredo Dal'Ava Junior
2022-04-07nfs: do not panic on bootpc_init when no interfaces are foundAlfredo Dal'Ava Junior
2022-04-04krpc_call: eliminiate write only variable namWarner Losh
2022-04-04bootpc_decode_reply: eliminiate write only variable ipWarner Losh
2021-12-15nfs: don't truncate directory cookies to 32-bits in the NFS serverAlan Somers
2021-11-14kernel: partially revert e9efb1125a15, default inet maskMike Karels
2021-11-09kernel: deprecate Internet Class A/B/CMike Karels
2021-03-28Fix panic when using BOOTP to resolve root path.Brandon Bergren
2021-03-17nfs: Cleanup dead filesPeter Jeremy
2020-09-01nfs: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-21Transition from rtrequest1_fib() to rib_action().Alexander V. Chernikov
2020-05-23Use epoch(9) for rtentries to simplify control plane operations.Alexander V. Chernikov
2020-04-28Remove rtable dumping code from bootp.Alexander V. Chernikov
2020-04-14Re-organize the NFS file handle affinity code for the NFS server.Rick Macklem
2020-04-09Remove the old NFS lock device driver that uses Giant.Rick Macklem
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-01-03vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik
2019-12-31Switch r356210 to use gone_in() instead of printf().Rick Macklem
2019-12-30Add warning printf w.r.t. removal of sys/nfs/nfs_lock.c.Rick Macklem
2018-06-16Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).Andrey V. Elsukov
2018-06-12Merge the pNFS server code from projects/pnfs-planb-server into head.Rick Macklem
2018-05-23UDP: further performance improvements on txMatt Macy
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-04-11Remove support for FDDI networks.Brooks Davis
2018-03-28Remove infrastructure for token-ring networks.Brooks Davis
2018-02-08Modernize nfssvc(2) registartion.Brooks Davis
2017-12-25Do pass removing some write-only variables from the kernel.Alexander Kabaev
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-07-31Improve FHA locality control for NFS read/write requests.Alexander Motin
2017-07-29Add kernel support for the NFS client forced dismount "umount -N" option.Rick Macklem
2017-02-28Renumber copyright clause 4Warner Losh
2016-07-27Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov
2016-04-29NFS: spelling fixes on comments.Pedro F. Giffuni
2016-03-27Do not try to install a default route for each interface found, becauseIan Lepore
2016-03-27Stop setting the default route to the IP of the interface itself when theIan Lepore
2016-03-27Switch bootpc_adjust_interface() from returning int to void. Its one callerIan Lepore
2016-03-27Set ifctx->gotrootpath=1 only when the root path came from the dhcp/bootpIan Lepore