summaryrefslogtreecommitdiffstats
path: root/fs/xattr.c
Commit message (Expand)AuthorAgeFilesLines
* evm: Move to LSM infrastructureRoberto Sassu2024-02-151-2/+0
* security: Introduce inode_post_removexattr hookRoberto Sassu2024-02-151-4/+5
* xattr: make the xattr array itself constWedson Almeida Filho2023-10-091-3/+3
* tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrsHugh Dickins2023-08-221-2/+2
* tmpfs,xattr: enable limited user extended attributesHugh Dickins2023-08-101-1/+27
* xattr: simple_xattr_set() return old_xattr to be freedHugh Dickins2023-08-091-29/+22
* fs: don't call posix_acl_listxattr in generic_listxattrJeff Layton2023-05-171-6/+9
* acl: don't depend on IOP_XATTRChristian Brauner2023-03-061-1/+24
* xattr: remove unused argumentChristian Brauner2023-03-061-6/+4
* xattr: simplify listxattr helpersChristian Brauner2023-03-061-56/+33
* Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-42/+41
|\
| * fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner2023-01-191-3/+1
| * fs: port xattr to mnt_idmapChristian Brauner2023-01-191-15/+12
| * fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-28/+32
| * fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...Linus Torvalds2022-12-131-67/+250
|\
| * xattr: use rbtree for simple_xattrsChristian Brauner2022-11-121-67/+250
* | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-131-2/+3
|\ \
| * | lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-2/+3
| |/
* | Merge tag 'fs.xattr.simple.noaudit.v6.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-12-121-1/+1
|\ \
| * | fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek2022-11-071-1/+1
| |/
* | acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner2022-10-311-19/+20
* | acl: remove a slew of now unused helpersChristian Brauner2022-10-201-4/+1
* | xattr: use posix acl apiChristian Brauner2022-10-201-11/+20
* | ovl: use posix acl apiChristian Brauner2022-10-201-6/+0
* | internal: add may_write_xattr()Christian Brauner2022-10-201-13/+30
|/
* xattr: always us is_posix_acl_xattr() helperChristian Brauner2022-09-211-5/+2
* xattr: constify value argument in vfs_setxattr()Christian Brauner2022-08-311-3/+2
* acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner2022-08-311-3/+0
* acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner2022-07-151-7/+18
* fs: split off do_getxattr from getxattrStefan Roesch2022-04-241-21/+38
* fs: split off setxattr_copy and do_setxattr function from setxattrStefan Roesch2022-04-241-25/+59
* fs: fix acl translationChristian Brauner2022-04-191-2/+4
* xattr: fix kernel-doc for mnt_userns and vfs xattr helpersRandy Dunlap2021-03-231-6/+8
* namei: handle idmapped mounts in may_*() helpersChristian Brauner2021-01-241-1/+1
* commoncap: handle idmapped mountsChristian Brauner2021-01-241-7/+11
* xattr: handle idmapped mountsTycho Andersen2021-01-241-51/+69
* acl: handle idmapped mountsChristian Brauner2021-01-241-5/+9
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+2
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* vfs: move cap_convert_nscap() call into vfs_setxattr()Miklos Szeredi2020-12-141-6/+11
* fs/xattr.c: fix kernel-doc warnings for setxattr & removexattrRandy Dunlap2020-10-131-11/+11
* xattr: add a function to check if a namespace is supportedFrank van der Linden2020-07-131-0/+27
* xattr: break delegations in {set,remove}xattrFrank van der Linden2020-07-131-7/+77
* xattr: fix uninitialized out-paramDaniel Xu2020-04-091-3/+3
* kernfs: Add removed_size out param for simple_xattr_setDaniel Xu2020-03-161-1/+10
* kernfs: kvmalloc xattr value instead of kmallocDaniel Xu2020-03-161-3/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* sysfs: Do not return POSIX ACL xattrs via listxattrAndreas Gruenbacher2018-09-181-11/+13