index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_xattr.c
Age
Commit message (
Expand
)
Author
2024-07-29
xfs: allow SECURE namespace xattrs to use reserved block pool
Eric Sandeen
2024-04-23
xfs: make the reserved block permission flag explicit in xfs_attr_set
Darrick J. Wong
2024-04-23
xfs: remove some boilerplate from xfs_attr_set
Darrick J. Wong
2024-04-23
xfs: pass the attr value to put_listent when possible
Allison Henderson
2024-04-23
xfs: don't return XFS_ATTR_PARENT attributes via listxattr
Allison Henderson
2024-04-23
xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
Darrick J. Wong
2024-04-23
xfs: make attr removal an explicit operation
Darrick J. Wong
2024-04-23
xfs: remove xfs_da_args.attr_flags
Darrick J. Wong
2024-04-15
xfs: only clear log incompat flags at clean unmount
Darrick J. Wong
2023-12-15
xfs: set inode sick state flags when we zap either ondisk fork
Darrick J. Wong
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
2023-10-10
xfs: move xfs_xattr_handlers to .rodata
Wedson Almeida Filho
2023-09-12
xfs: require a relatively recent V5 filesystem for LARP mode
Darrick J. Wong
2023-03-06
fs: drop unused posix acl handlers
Christian Brauner
2023-01-19
fs: port xattr to mnt_idmap
Christian Brauner
2022-11-30
xfs: use memcpy, not strncpy, to format the attr prefix during listxattr
Darrick J. Wong
2022-06-15
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
2022-05-27
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
2021-03-25
xfs: prevent metadata files from being inactivated
Darrick J. Wong
2021-01-24
acl: handle idmapped mounts
Christian Brauner
2020-05-08
xfs: remove duplicate headers
Chen Zhou
2020-03-02
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
2020-03-02
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-02
xfs: improve xfs_forget_acl
Christoph Hellwig
2020-03-02
xfs: rename xfs_attr_list_int to xfs_attr_list
Christoph Hellwig
2020-03-02
xfs: cleanup struct xfs_attr_list_context
Christoph Hellwig
2020-03-02
xfs: remove ATTR_KERNOVAL
Christoph Hellwig
2020-03-02
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
2020-03-02
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
2020-03-02
xfs: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
2020-01-09
xfs: Remove all strlen in all xfs_attr_* functions for attr names.
Allison Henderson
2020-01-09
xfs: also remove cached ACLs when removing the underlying attr
Christoph Hellwig
2019-11-07
xfs: fix missing header includes
Darrick J. Wong
2019-08-30
xfs: allocate xattr buffer on demand
Dave Chinner
2019-06-28
xfs: remove unused header files
Eric Sandeen
2019-06-28
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-02-14
xfs: don't overflow xattr listent buffer
Darrick J. Wong
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2016-12-05
xfs: several xattr functions can be void
Eric Sandeen
2016-09-14
Make __xfs_xattr_put_listen preperly report errors.
Artem Savkov
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
2016-05-26
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-04-10
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
2016-04-06
xfs: don't pass value into attr ->put_listent
Eric Sandeen
2016-04-06
xfs: only return -errno or success from attr ->put_listent
Eric Sandeen
2015-12-06
xfs: Change how listxattr generates synthetic attributes
Andreas Gruenbacher
2015-12-06
vfs: Distinguish between full xattr names and proper prefixes
Andreas Gruenbacher
[next]