Andreas Gruenbacher
|
ffc4c92227
sysfs: Do not return POSIX ACL xattrs via listxattr
|
6 years ago |
Linus Torvalds
|
4def196360
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
7 years ago |
Christian Brauner
|
82c9a927bc
getxattr: use correct xattr length
|
7 years ago |
Miklos Szeredi
|
6742cee043
Revert "ovl: don't allow writing ioctl on lower layer"
|
7 years ago |
Chengguang Xu
|
eb91537575
vfs: delete unnecessary assignment in vfs_listxattr
|
7 years ago |
Al Viro
|
2220c5b0a7
make xattr_getsecurity() static
|
7 years ago |
Casey Schaufler
|
57e7ba04d4
lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
|
7 years ago |
Linus Torvalds
|
c353f88f3d
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
|
8 years ago |
Miklos Szeredi
|
7c6893e3c9
ovl: don't allow writing ioctl on lower layer
|
8 years ago |
Serge E. Hallyn
|
8db6c34f1d
Introduce v3 namespaced file capabilities
|
8 years ago |
Michal Hocko
|
752ade68cb
treewide: use kv[mz]alloc* rather than opencoded variants
|
8 years ago |
Michal Hocko
|
81be3dee96
fs/xattr.c: zero out memory copied to userspace in getxattr
|
8 years ago |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Andreas Gruenbacher
|
4a59015372
xattr: Fix setting security xattrs on sockfs
|
8 years ago |
Andreas Gruenbacher
|
fd50ecaddf
vfs: Remove {get,set,remove}xattr inode operations
|
8 years ago |
Andreas Gruenbacher
|
6c6ef9f26e
xattr: Stop calling {get,set,remove}xattr inode operations
|
8 years ago |
Andreas Gruenbacher
|
bf3ee71363
vfs: Check for the IOP_XATTR flag in listxattr
|
8 years ago |
Andreas Gruenbacher
|
5d6c31910b
xattr: Add __vfs_{get,set,remove}xattr helpers
|
8 years ago |
Andreas Gruenbacher
|
5f6e59ae82
vfs: Use IOP_XATTR flag for bad-inode handling
|
8 years ago |
Andreas Gruenbacher
|
d0a5b995a3
vfs: Add IOP_XATTR inode operations flag
|
8 years ago |
Andreas Gruenbacher
|
b6ba11773d
vfs: Move xattr_resolve_name to the front of fs/xattr.c
|
8 years ago |
Andreas Gruenbacher
|
5d18cbf16c
xattr: Remove unnecessary NULL attribute name check
|
8 years ago |
Eric W. Biederman
|
0bd23d09b8
vfs: Don't modify inodes with a uid or gid unknown to the vfs
|
9 years ago |
Al Viro
|
3767e255b3
switch ->setxattr() to passing dentry and inode separately
|
9 years ago |
Al Viro
|
5930122683
switch xattr_handler->set() to passing dentry and inode separately
|
9 years ago |
Al Viro
|
0040773bff
make xattr_resolve_handlers() safe to use with NULL ->s_xattr
|
9 years ago |
Andreas Gruenbacher
|
aaf431b4f9
xattr: Fail with -EINVAL for NULL attribute names
|
9 years ago |
Al Viro
|
ce23e64013
->getxattr(): pass dentry and inode as separate arguments
|
9 years ago |
Al Viro
|
b296821a7c
xattr_handler: pass dentry and inode as separate arguments of ->get()
|
9 years ago |
Mateusz Guzik
|
0e9a7da51b
xattr handlers: plug a lock leak in simple_xattr_list
|
9 years ago |