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_attr_item.c
Age
Commit message (
Expand
)
Author
2024-04-23
xfs: add parent pointer validator functions
Allison Henderson
2024-04-23
xfs: record inode generation in xattr update log intent items
Darrick J. Wong
2024-04-23
xfs: create attr log item opcodes and formats for parent pointers
Darrick J. Wong
2024-04-23
xfs: refactor xfs_is_using_logged_xattrs checks in attr item recovery
Darrick J. Wong
2024-04-23
xfs: create a separate hashname function for extended attributes
Darrick J. Wong
2024-04-23
xfs: move xfs_attr_defer_add to xfs_attr_item.c
Darrick J. Wong
2024-04-23
xfs: enforce one namespace per attribute
Darrick J. Wong
2024-04-23
xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2
Darrick J. Wong
2024-04-23
xfs: refactor name/length checks in xfs_attri_validate
Darrick J. Wong
2024-04-23
xfs: use local variables for name and value length in _attri_commit_pass2
Darrick J. Wong
2024-04-23
xfs: always set args->value in xfs_attri_item_recover
Darrick J. Wong
2024-04-23
xfs: validate recovered name buffers when recovering xattr items
Darrick J. Wong
2024-04-23
xfs: use helpers to extract xattr op from opflags
Darrick J. Wong
2024-04-23
xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2
Darrick J. Wong
2024-04-23
xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are available
Darrick J. Wong
2024-04-23
xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery
Darrick J. Wong
2024-04-23
xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
Darrick J. Wong
2024-04-15
xfs: add an explicit owner field to xfs_da_args
Darrick J. Wong
2024-02-22
xfs: add a xattr_entry helper
Darrick J. Wong
2024-02-13
xfs: place intent recovery under NOFS allocation context
Dave Chinner
2024-02-13
xfs: use GFP_KERNEL in pure transaction contexts
Dave Chinner
2024-02-13
xfs: convert remaining kmem_free() to kfree()
Dave Chinner
2024-02-13
xfs: convert kmem_free() for kvmalloc users to kvfree()
Dave Chinner
2024-02-13
xfs: convert kmem_zalloc() to kzalloc()
Dave Chinner
2023-12-14
xfs: pass the defer ops instead of type to xfs_defer_start_recovery
Christoph Hellwig
2023-12-14
xfs: store an ops pointer in struct xfs_defer_pending
Christoph Hellwig
2023-12-14
xfs: move xfs_attr_defer_type up in xfs_attr_item.c
Christoph Hellwig
2023-12-06
xfs: elide ->create_done calls for unlogged deferred work
Darrick J. Wong
2023-12-06
xfs: move ->iop_relog to struct xfs_defer_op_type
Darrick J. Wong
2023-12-06
xfs: collapse the ->create_done functions
Darrick J. Wong
2023-12-06
xfs: hoist xfs_trans_add_item calls to defer ops functions
Darrick J. Wong
2023-12-06
xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
Darrick J. Wong
2023-12-06
xfs: use xfs_defer_create_done for the relogging operation
Darrick J. Wong
2023-12-06
xfs: hoist ->create_intent boilerplate to its callsite
Darrick J. Wong
2023-12-06
xfs: collapse the ->finish_item helpers
Darrick J. Wong
2023-12-06
xfs: hoist intent done flag setting to ->finish_item callsite
Darrick J. Wong
2023-12-06
xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
Darrick J. Wong
2023-12-06
xfs: move ->iop_recover to xfs_defer_op_type
Darrick J. Wong
2023-12-06
xfs: use xfs_defer_finish_one to finish recovered work items
Darrick J. Wong
2023-12-06
xfs: dump the recovered xattri log item if corruption happens
Darrick J. Wong
2023-12-06
xfs: recreate work items when recovering intent items
Darrick J. Wong
2023-12-06
xfs: transfer recovered intent item ownership in ->iop_recover
Darrick J. Wong
2023-12-06
xfs: pass the xfs_defer_pending object to iop_recover
Darrick J. Wong
2023-12-06
xfs: use xfs_defer_pending objects to recover intent items
Darrick J. Wong
2023-12-06
xfs: don't leak recovered attri intent items
Darrick J. Wong
2023-09-12
xfs: reserve less log space when recovering log intent items
Darrick J. Wong
2022-10-31
xfs: dump corrupt recovered log intent items to dmesg consistently
Darrick J. Wong
2022-10-31
xfs: fix validation in attr log item recovery
Darrick J. Wong
2022-09-19
xfs: do not need to check return value of xlog_kvmalloc()
Zhiqiang Liu
2022-06-29
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
[next]