opnsense-src/sys/gnu/fs/ext2fs
Jaakko Heinonen 5639f997b7 File flags handling fixes for ext2fs:
- Disallow setting of flags not supported by ext2fs.
- Map EXT2_APPEND_FL to SF_APPEND.
- Map EXT2_IMMUTABLE_FL to SF_IMMUTABLE.
- Map EXT2_NODUMP_FL to UF_NODUMP.

Note that ext2fs doesn't support user settable append and immutable flags.
EXT2_NODUMP_FL is an user settable flag also on Linux.

PR:		kern/122047
Reported by:	Ighighi
Submitted by:	Aditya Sarawgi (original version)
Reviewed by:	bde
Approved by:	trasz (mentor)
2009-11-05 04:51:38 +00:00
..
COPYRIGHT.INFO
ext2_alloc.c Fix -Wundef warnings found when compiling i386 LINT, GENERIC and 2005-12-05 11:58:35 +00:00
ext2_balloc.c Fix -Wundef warnings found when compiling i386 LINT, GENERIC and 2005-12-05 11:58:35 +00:00
ext2_bitops.h Do not incorrectly add the low 5 bits of the offset to the resulting 2009-01-04 15:56:49 +00:00
ext2_bmap.c - Move rusage from being per-process in struct pstats to per-thread in 2007-06-01 01:12:45 +00:00
ext2_extern.h Use vfs_hash() instead of home-rolled 2005-03-14 13:30:06 +00:00
ext2_fs.h - Sync our copies of ext2fs Linux headers to current Linux versions. 2009-06-03 13:25:50 +00:00
ext2_fs_sb.h - Sync our copies of ext2fs Linux headers to current Linux versions. 2009-06-03 13:25:50 +00:00
ext2_inode.c - Obtain inode sizes and location of the first inode based on the contents 2009-01-18 14:04:56 +00:00
ext2_inode_cnv.c File flags handling fixes for ext2fs: 2009-11-05 04:51:38 +00:00
ext2_linux_balloc.c Add standard GPL boilerplate to these files. They are the only ones 2005-06-16 06:51:38 +00:00
ext2_linux_ialloc.c - Obtain inode sizes and location of the first inode based on the contents 2009-01-18 14:04:56 +00:00
ext2_lookup.c Do not use casts (int *)0 and (struct thread *)0 for the arguments of 2009-06-16 15:13:45 +00:00
ext2_mount.h /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:27:30 +00:00
ext2_readwrite.c /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:27:30 +00:00
ext2_subr.c Move ext2fs from src/gnu to src/gnu/fs. 2005-06-15 02:36:11 +00:00
ext2_vfsops.c - Outindent long printf lines instead of splitting them in the 2009-06-07 08:42:26 +00:00
ext2_vnops.c File flags handling fixes for ext2fs: 2009-11-05 04:51:38 +00:00
fs.h VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in 2008-01-13 14:44:15 +00:00
i386-bitops.h Add standard GPL boilerplate to these files. They are the only ones 2005-06-16 06:51:38 +00:00
inode.h Move the head of byte-level advisory lock list from the 2008-04-16 11:33:32 +00:00