freebsd-src/sys/fs
Rick Macklem 8e3fd450cc nfsd: Add some support for POSIX draft ACLs
An internet draft (expected to become an RFC someday)
https://datatracker.ietf.org/doc/draft-ietf-nfsv4-posix-acls
describes an extension to NFSv4.2 to handle POSIX draft ACLs.

This is the second of several patches that implement the
above draft.

The only semantics change would be if you have exported
a UFS file system mounted with the "acl" option.
In that case, you would see the acl attribute supported.
This is bogus, but will be handled in the next commit.

Fixes:	a35bbd5d9f ("nfscommon: Add some support for POSIX draft ACLs")
2025-12-21 16:08:05 -08:00
..
autofs Reduce reliance on sys/sysproto.h pollution 2024-04-15 21:35:40 +01:00
cd9660 cd9660: Unbreak symbolic links 2025-11-10 14:58:20 +01:00
cuse cuse: Fix cdevpriv bugs in cuse_client_open() 2025-11-13 13:11:06 +01:00
deadfs deadfs: Return ENXIO instead of EIO when the device is gone. 2025-10-24 07:19:31 +00:00
devfs devfs: make destroy_dev() a release barrier for cdevpriv destructors runs 2025-10-24 19:09:25 +03:00
ext2fs vfs: retire the VREF macro 2025-09-27 04:00:59 +00:00
fdescfs vfs: retire the VREF macro 2025-09-27 04:00:59 +00:00
fifofs sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
fuse fusefs: standardize on OPNOTSUPP for posix_fallocate(2) 2025-11-04 18:30:58 -06:00
mntfs sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
msdosfs pathconf: Define a new name called _PC_CASE_INSENSITIVE 2025-10-25 13:37:35 -07:00
nfs nfsd: Add some support for POSIX draft ACLs 2025-12-21 16:08:05 -08:00
nfsclient nfs_clvnops: standardize on EOPNOTSUPP for posix_fallocate(2) 2025-11-04 18:30:58 -06:00
nfsserver nfsd: Add some support for POSIX draft ACLs 2025-12-21 16:08:05 -08:00
nullfs nullfs: add nounixbypass mount option 2025-10-10 01:47:36 +03:00
p9fs p9fs: Use proper prototype for SYSINIT functions 2025-10-13 18:12:30 +08:00
procfs procfs: Restore printing the effective GID in 'status' 2025-09-09 17:56:48 +02:00
pseudofs vfs: retire the VREF macro 2025-09-27 04:00:59 +00:00
smbfs vfs: retire the VREF macro 2025-09-27 04:00:59 +00:00
tarfs tarfs: Fix support for large files 2025-11-12 22:24:43 +01:00
tmpfs swap_pager_seek_data(): move the clipping at the object size to consumers 2025-12-17 05:40:31 +02:00
udf style(9): white space after ; and around binary operators 2025-10-16 15:02:50 -07:00
unionfs unionfs: Sporadic cleanup 2025-12-17 23:46:04 +01:00