dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/jfs
Dave Kleikamp 69eb66d7da JFS: add uid, gid, and umask mount options
OS/2 doesn't initialize the uid, gid, or unix-style permission bits.  The
uid, gid, & umask mount options perform pretty much like those for the fat
file system, overriding what is stored on disk.  This is useful for users
sharing the file system with OS/2.

I implemented a little feature so that if you mask the execute bit, it
will be re-enabled on directories when the appropriate read bit is unmasked.
I didn't want to implement an fmask & dmask option.

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
2006-03-09 13:59:30 -06:00
..
Makefile JFS: ext2 inode attributes for jfs 2006-02-09 09:09:16 -06:00
acl.c JFS: add uid, gid, and umask mount options 2006-03-09 13:59:30 -06:00
endian24.h
file.c JFS: ext2 inode attributes for jfs 2006-02-09 09:09:16 -06:00
inode.c JFS: ext2 inode attributes for jfs 2006-02-09 09:09:16 -06:00
ioctl.c JFS: Add missing file from fa3241d24c 2006-02-22 14:14:58 -06:00
jfs_acl.h
jfs_btree.h
jfs_debug.c
jfs_debug.h
jfs_dinode.h JFS: ext2 inode attributes for jfs 2006-02-09 09:09:16 -06:00
jfs_dmap.c JFS: Take logsync lock before testing mp->lsn 2006-03-08 10:59:15 -06:00
jfs_dmap.h JFS: semaphore to mutex conversion. 2006-01-24 15:22:50 -06:00
jfs_dtree.c
jfs_dtree.h
jfs_extent.c JFS: semaphore to mutex conversion. 2006-01-24 15:22:50 -06:00
jfs_extent.h
jfs_filsys.h
jfs_imap.c JFS: add uid, gid, and umask mount options 2006-03-09 13:59:30 -06:00
jfs_imap.h JFS: semaphore to mutex conversion. 2006-01-24 15:22:50 -06:00
jfs_incore.h JFS: add uid, gid, and umask mount options 2006-03-09 13:59:30 -06:00
jfs_inode.c JFS: add uid, gid, and umask mount options 2006-03-09 13:59:30 -06:00
jfs_inode.h JFS: ext2 inode attributes for jfs 2006-02-09 09:09:16 -06:00
jfs_lock.h JFS: semaphore to mutex conversion. 2006-01-24 15:22:50 -06:00
jfs_logmgr.c JFS: kzalloc conversion 2006-02-23 09:47:13 -06:00
jfs_logmgr.h JFS: semaphore to mutex conversion. 2006-01-24 15:22:50 -06:00
jfs_metapage.c JFS: kzalloc conversion 2006-02-23 09:47:13 -06:00
jfs_metapage.h
jfs_mount.c
jfs_superblock.h JFS: Use the kthread_ API 2006-02-15 12:49:04 -06:00
jfs_txnmgr.c JFS: Use the kthread_ API 2006-02-15 12:49:04 -06:00
jfs_txnmgr.h
jfs_types.h
jfs_umount.c
jfs_unicode.c
jfs_unicode.h
jfs_uniupr.c
jfs_xattr.h
jfs_xtree.c
jfs_xtree.h
namei.c JFS: ext2 inode attributes for jfs 2006-02-09 09:09:16 -06:00
resize.c
super.c JFS: add uid, gid, and umask mount options 2006-03-09 13:59:30 -06:00
symlink.c
xattr.c JFS: semaphore to mutex conversion. 2006-01-24 15:22:50 -06:00