freebsd-src/sys/fs
Mark Johnston b7e4666d7b nfsserver: Rate-limit messages about requests from unprivileged ports
If access from unreserved ports is disabled, then a remote host can
cause an NFS server to log a message by sending a packet.  This is
useful for diagnosing problems but bad for resiliency in the case where
the server is being spammed with a large number of rejected requests.

Limit prints to once per second (racily).

Reviewed by:	rmacklem, emaste
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D44819
2024-04-17 10:36:58 -04:00
..
autofs Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
cd9660 cd9660: Add support for mask,dirmask,uid,gid options 2024-01-12 14:51:31 -08:00
cuse sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
deadfs sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
devfs cdevpriv(9): add iterator 2024-03-23 08:59:00 +02:00
ext2fs sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
fdescfs sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
fifofs sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
fuse fusefs: correct a comment 2024-04-04 14:18:56 -06:00
mntfs
msdosfs fs/msdosfs fatblock: use ulmin() rather than min() 2024-02-23 19:37:52 +02:00
nfs nfscl: Only update atime for Copy when noatime is not specified 2024-01-11 16:38:33 -08:00
nfsclient nfscl: Purge name cache when readdir_plus is done 2024-04-11 13:27:27 -07:00
nfsserver nfsserver: Rate-limit messages about requests from unprivileged ports 2024-04-17 10:36:58 -04:00
nullfs nullfs: Show correct exported flag. 2024-04-13 17:21:01 +02:00
procfs procfs: Add self & exe symlinks like NetBSD does 2024-02-02 18:34:59 -07:00
pseudofs pseudofs: fix off by one in hash iteration in pfs_purge 2023-11-20 05:57:25 +00:00
smbfs Add vnode_pager_clean_{a,}sync(9) 2024-01-11 18:44:53 +02:00
tarfs tarfs: Implement VOP_BMAP 2024-04-05 11:14:36 -04:00
tmpfs Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
udf sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
unionfs unionfs_lookup(): fix wild accesses to vnode private data 2024-04-09 17:36:59 -05:00