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
ext2_balloc.c
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
ext2_extern.h
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
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
ext2_readwrite.c
ext2_subr.c
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
i386-bitops.h
inode.h Move the head of byte-level advisory lock list from the 2008-04-16 11:33:32 +00:00