index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_xattr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
1
-0
/
+6
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-1
/
+1
2023-10-10
xfs: move xfs_xattr_handlers to .rodata
Wedson Almeida Filho
1
-1
/
+1
2023-09-12
xfs: require a relatively recent V5 filesystem for LARP mode
Darrick J. Wong
1
-0
/
+11
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
1
-4
/
+0
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
1
-1
/
+1
2022-11-30
xfs: use memcpy, not strncpy, to format the attr prefix during listxattr
Darrick J. Wong
1
-1
/
+1
2022-06-16
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
1
-1
/
+16
2022-05-27
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
1
-3
/
+31
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
1
-0
/
+49
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
1
-1
/
+1
2021-03-26
xfs: prevent metadata files from being inactivated
Darrick J. Wong
1
-0
/
+2
2021-01-24
acl: handle idmapped mounts
Christian Brauner
1
-3
/
+4
2020-05-08
xfs: remove duplicate headers
Chen Zhou
1
-1
/
+0
2020-03-03
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
1
-2
/
+0
2020-03-03
xfs: clean up the attr flag confusion
Christoph Hellwig
1
-12
/
+6
2020-03-03
xfs: improve xfs_forget_acl
Christoph Hellwig
1
-24
/
+2
2020-03-03
xfs: rename xfs_attr_list_int to xfs_attr_list
Christoph Hellwig
1
-1
/
+1
2020-03-03
xfs: cleanup struct xfs_attr_list_context
Christoph Hellwig
1
-3
/
+3
2020-03-03
xfs: remove ATTR_KERNOVAL
Christoph Hellwig
1
-4
/
+0
2020-03-03
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
1
-11
/
+13
2020-03-03
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
1
-7
/
+14
2020-03-03
xfs: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
1
-7
/
+2
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
1
-4
/
+7
2020-01-09
xfs: also remove cached ACLs when removing the underlying attr
Christoph Hellwig
1
-3
/
+4
2019-11-08
xfs: fix missing header includes
Darrick J. Wong
1
-0
/
+1
2019-08-31
xfs: allocate xattr buffer on demand
Dave Chinner
1
-1
/
+1
2019-06-29
xfs: remove unused header files
Eric Sandeen
1
-4
/
+0
2019-06-29
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
1
-0
/
+1
2019-02-14
xfs: don't overflow xattr listent buffer
Darrick J. Wong
1
-0
/
+3
2018-06-07
xfs: convert to SPDX license tags
Dave Chinner
1
-13
/
+1
2016-12-05
xfs: several xattr functions can be void
Eric Sandeen
1
-13
/
+10
2016-09-14
Make __xfs_xattr_put_listen preperly report errors.
Artem Savkov
1
-0
/
+1
2016-05-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+5
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
1
-4
/
+5
2016-05-26
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+11
2016-04-11
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
1
-3
/
+3
2016-04-06
xfs: don't pass value into attr ->put_listent
Eric Sandeen
1
-2
/
+1
2016-04-06
xfs: only return -errno or success from attr ->put_listent
Eric Sandeen
1
-4
/
+10
2015-12-07
xfs: Change how listxattr generates synthetic attributes
Andreas Gruenbacher
1
-78
/
+59
2015-12-07
vfs: Distinguish between full xattr names and proper prefixes
Andreas Gruenbacher
1
-6
/
+0
2015-12-07
posix acls: Remove duplicate xattr name definitions
Andreas Gruenbacher
1
-4
/
+4
2015-11-14
Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+6
2015-11-14
xattr handlers: Pass handler to operations instead of flags
Andreas Gruenbacher
1
-4
/
+6
2015-11-03
xfs: invalidate cached acl if set via ioctl
Andreas Gruenbacher
1
-14
/
+24
2015-11-03
xfs: invalidate cached acl if set directly via xattr
Brian Foster
1
-2
/
+19
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-3
/
+3
2014-11-28
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-06-25
xfs: global error sign conversion
Dave Chinner
1
-3
/
+3
[next]