index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
xattr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-10
tmpfs,xattr: enable limited user extended attributes
Hugh Dickins
1
-1
/
+2
2023-08-09
xattr: simple_xattr_set() return old_xattr to be freed
Hugh Dickins
1
-3
/
+4
2023-03-06
xattr: remove unused argument
Christian Brauner
1
-1
/
+1
2023-03-06
xattr: add listxattr helper
Christian Brauner
1
-0
/
+16
2023-03-06
xattr: simplify listxattr helpers
Christian Brauner
1
-0
/
+1
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-4
/
+4
2023-01-19
fs: port ->permission() to pass mnt_idmap
Christian Brauner
1
-6
/
+6
2022-12-13
Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...
Linus Torvalds
1
-29
/
+9
2022-12-13
Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2022-11-19
lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
Paul Moore
1
-3
/
+3
2022-11-12
xattr: use rbtree for simple_xattrs
Christian Brauner
1
-29
/
+9
2022-10-20
ovl: use posix acl api
Christian Brauner
1
-0
/
+6
2022-08-31
xattr: constify value argument in vfs_setxattr()
Christian Brauner
1
-1
/
+1
2022-07-15
acl: move idmapped mount fixup into vfs_{g,s}etxattr()
Christian Brauner
1
-1
/
+1
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
1
-9
/
+18
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-1
/
+2
2020-08-09
Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
1
-0
/
+4
2020-07-24
vfs/xattr: mm/shmem: kernfs: release simple xattr entry in a right way
Chengguang Xu
1
-1
/
+2
2020-07-14
xattr: add a function to check if a namespace is supported
Frank van der Linden
1
-0
/
+2
2020-07-14
xattr: break delegations in {set,remove}xattr
Frank van der Linden
1
-0
/
+2
2020-04-18
xattr.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-03-16
kernfs: Add removed_size out param for simple_xattr_set
Daniel Xu
1
-1
/
+2
2018-05-14
make xattr_getsecurity() static
Al Viro
1
-1
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2016-10-08
vfs: Remove {get,set,remove}xattr inode operations
Andreas Gruenbacher
1
-4
/
+0
2016-10-08
xattr: Add __vfs_{get,set,remove}xattr helpers
Andreas Gruenbacher
1
-0
/
+3
2016-05-28
switch ->setxattr() to passing dentry and inode separately
Al Viro
1
-1
/
+2
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
1
-2
/
+2
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
1
-1
/
+1
2016-04-11
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
1
-1
/
+2
2015-12-14
xattr handlers: Simplify list operation
Andreas Gruenbacher
1
-3
/
+1
2015-12-07
tmpfs: listxattr should include POSIX ACL xattrs
Andreas Gruenbacher
1
-1
/
+2
2015-12-07
tmpfs: Use xattr handler infrastructure
Andreas Gruenbacher
1
-3
/
+1
2015-12-07
vfs: Distinguish between full xattr names and proper prefixes
Andreas Gruenbacher
1
-0
/
+11
2015-12-07
vfs: Remove vfs_xattr_cmp
Andreas Gruenbacher
1
-2
/
+0
2015-11-14
9p: xattr simplifications
Andreas Gruenbacher
1
-7
/
+11
2013-07-25
xattr: Constify ->name member of "struct xattr".
Tetsuo Handa
1
-1
/
+1
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
1
-53
/
+1
2012-10-03
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-0
/
+3
2012-09-07
ima: integrity appraisal extension
Mimi Zohar
1
-0
/
+3
2012-08-25
xattr: extract simple_xattr code from tmpfs
Aristeu Rozanski
1
-0
/
+48
2011-09-14
evm: posix acls modify i_mode
Mimi Zohar
1
-0
/
+5
2011-07-18
evm: re-release
Mimi Zohar
1
-0
/
+3
2011-07-18
xattr: define vfs_getxattr_alloc and vfs_xattr_cmp
Mimi Zohar
1
-1
/
+4
2011-07-18
security: new security_inode_init_security API adds function callback
Mimi Zohar
1
-0
/
+6
2011-05-25
xattr.h: expose string defines to userspace
Eric Paris
1
-4
/
+4
2011-01-17
Subject: [PATCH] Smack: mmap controls for library containment
Casey Schaufler
1
-0
/
+2
2010-12-08
Smack: Transmute labels on specified directories
Jarkko Sakkinen
1
-0
/
+2
2010-12-02
This patch adds a new security attribute to Smack called
Casey Schaufler
1
-0
/
+2
2010-08-02
security: move LSM xattrnames to xattr.h
Mimi Zohar
1
-0
/
+14
[next]