linux/fs
Eric W. Biederman 08cefc7ab8 userns: Convert ext4 to user kuid/kgid where appropriate
Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
2012-05-15 14:59:27 -07:00
..
9p
adfs
affs
afs
autofs4
befs
bfs
btrfs
cachefiles
ceph
cifs
coda
configfs
cramfs
debugfs
devpts userns: Convert devpts to use kuid/kgid where appropriate 2012-05-15 14:59:26 -07:00
dlm
ecryptfs
efs
exofs
exportfs
ext2 userns: Convert ext2 to use kuid/kgid where appropriate. 2012-05-15 14:59:26 -07:00
ext3 userns: Convert ext3 to use kuid/kgid where appropriate 2012-05-15 14:59:27 -07:00
ext4 userns: Convert ext4 to user kuid/kgid where appropriate 2012-05-15 14:59:27 -07:00
fat
freevxfs
fscache
fuse
gfs2
hfs
hfsplus
hostfs
hpfs
hppfs
hugetlbfs
isofs
jbd
jbd2
jffs2
jfs
lockd
logfs
minix
ncpfs
nfs
nfs_common
nfsd userns: Convert group_info values from gid_t to kgid_t. 2012-05-03 03:27:21 -07:00
nilfs2
nls
notify
ntfs
ocfs2
omfs
openpromfs
proc userns: Convert group_info values from gid_t to kgid_t. 2012-05-03 03:27:21 -07:00
pstore
qnx4
qnx6
quota
ramfs
reiserfs
romfs
squashfs
sysfs
sysv
ubifs
udf
ufs
xfs
aio.c
anon_inodes.c
attr.c userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 2012-05-03 03:29:34 -07:00
bad_inode.c
binfmt_aout.c
binfmt_elf.c userns: Convert binary formats to use kuid/kgid where appropriate 2012-05-15 14:59:25 -07:00
binfmt_elf_fdpic.c userns: Convert binary formats to use kuid/kgid where appropriate 2012-05-15 14:59:25 -07:00
binfmt_em86.c
binfmt_flat.c
binfmt_misc.c
binfmt_script.c
binfmt_som.c
bio-integrity.c
bio.c
block_dev.c
buffer.c
char_dev.c
compat.c userns: Convert stat to return values mapped from kuids and kgids 2012-05-15 14:08:35 -07:00
compat_binfmt_elf.c
compat_ioctl.c
dcache.c
dcookies.c
direct-io.c
drop_caches.c
eventfd.c
eventpoll.c
exec.c userns: Fail exec for suid and sgid binaries with ids outside our user namespace. 2012-05-15 14:59:23 -07:00
fcntl.c userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 2012-05-03 03:29:34 -07:00
fhandle.c
fifo.c
file.c
file_table.c
filesystems.c
fs-writeback.c
fs_struct.c
generic_acl.c
inode.c userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types 2012-05-03 03:29:32 -07:00
internal.h
ioctl.c
ioprio.c userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 2012-05-03 03:29:34 -07:00
Kconfig
Kconfig.binfmt
libfs.c
locks.c userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 2012-05-03 03:29:34 -07:00
Makefile
mbcache.c
mount.h
mpage.c
namei.c userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs 2012-05-03 03:29:34 -07:00
namespace.c
no-block.c
open.c userns: Convert user specfied uids and gids in chown into kuids and kgid 2012-05-03 03:29:34 -07:00
pipe.c
pnode.c
pnode.h
posix_acl.c
proc_namespace.c
read_write.c
read_write.h
readdir.c
select.c
seq_file.c
signalfd.c
splice.c
stack.c
stat.c userns: Convert stat to return values mapped from kuids and kgids 2012-05-15 14:08:35 -07:00
statfs.c
super.c
sync.c
timerfd.c
utimes.c
xattr.c
xattr_acl.c