freebsd-src/sys/fs
David Greenman d68a41903e Moved the filesystem read-only check out of the syscalls and into the
filesystem layer, as was done in lite-2. Merged in some other cosmetic
changes while I was at it. Rewrote most of msdosfs_access() to be more
like ufs_access() and to include the FS read-only check.

Obtained from: partially from 4.4BSD-lite2
1995-10-22 09:32:48 +00:00
..
cd9660 Moved the filesystem read-only check out of the syscalls and into the 1995-10-22 09:32:48 +00:00
deadfs Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
fdescfs Do not allow delete/rename lookup request to prevent 1995-09-02 20:19:12 +00:00
fifofs Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
msdosfs Moved the filesystem read-only check out of the syscalls and into the 1995-10-22 09:32:48 +00:00
nullfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
portalfs Add #include <sys/sysproto.h> to get struct close_args and close 1995-10-08 00:09:00 +00:00
procfs Change procfs_lookup to not allow delete/rename operations 1995-09-02 18:28:48 +00:00
specfs Avoid some 64bit divides. 1995-10-06 09:47:58 +00:00
umapfs Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
unionfs Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00