index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
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
2024-07-29
xfs: allow SECURE namespace xattrs to use reserved block pool
Eric Sandeen
1
-1
/
+18
2024-04-23
xfs: make the reserved block permission flag explicit in xfs_attr_set
Darrick J. Wong
1
-1
/
+1
2024-04-23
xfs: remove some boilerplate from xfs_attr_set
Darrick J. Wong
1
-2
/
+22
2024-04-23
xfs: pass the attr value to put_listent when possible
Allison Henderson
1
-0
/
+1
2024-04-23
xfs: don't return XFS_ATTR_PARENT attributes via listxattr
Allison Henderson
1
-0
/
+4
2024-04-23
xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
Darrick J. Wong
1
-1
/
+2
2024-04-23
xfs: make attr removal an explicit operation
Darrick J. Wong
1
-3
/
+6
2024-04-23
xfs: remove xfs_da_args.attr_flags
Darrick J. Wong
1
-4
/
+15
2024-04-15
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
1
-36
/
+6
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-15
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-25
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-02
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
1
-2
/
+0
2020-03-02
xfs: clean up the attr flag confusion
Christoph Hellwig
1
-12
/
+6
2020-03-02
xfs: improve xfs_forget_acl
Christoph Hellwig
1
-24
/
+2
2020-03-02
xfs: rename xfs_attr_list_int to xfs_attr_list
Christoph Hellwig
1
-1
/
+1
2020-03-02
xfs: cleanup struct xfs_attr_list_context
Christoph Hellwig
1
-3
/
+3
2020-03-02
xfs: remove ATTR_KERNOVAL
Christoph Hellwig
1
-4
/
+0
2020-03-02
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
1
-11
/
+13
2020-03-02
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
1
-7
/
+14
2020-03-02
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-07
xfs: fix missing header includes
Darrick J. Wong
1
-0
/
+1
2019-08-30
xfs: allocate xattr buffer on demand
Dave Chinner
1
-1
/
+1
2019-06-28
xfs: remove unused header files
Eric Sandeen
1
-4
/
+0
2019-06-28
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-06
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-27
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-10
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-06
xfs: Change how listxattr generates synthetic attributes
Andreas Gruenbacher
1
-78
/
+59
2015-12-06
vfs: Distinguish between full xattr names and proper prefixes
Andreas Gruenbacher
1
-6
/
+0
[next]