index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_attr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
Andrey Albershteyn
1
-3
/
+3
2023-12-29
xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...
Christoph Hellwig
1
-4
/
+2
2023-12-29
xfs: remove struct xfs_attr_shortform
Christoph Hellwig
1
-2
/
+2
2023-12-29
xfs: remove xfs_attr_shortform_lookup
Christoph Hellwig
1
-14
/
+7
2023-12-29
xfs: simplify xfs_attr_sf_findname
Christoph Hellwig
1
-2
/
+5
2023-12-29
xfs: make if_data a void pointer
Christoph Hellwig
1
-2
/
+1
2023-12-14
xfs: pass the defer ops directly to xfs_defer_add
Christoph Hellwig
1
-1
/
+1
2023-12-14
xfs: consolidate the xfs_attr_defer_* helpers
Christoph Hellwig
1
-69
/
+21
2022-07-12
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
1
-2
/
+2
2022-07-09
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
1
-2
/
+0
2022-07-09
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
1
-8
/
+8
2022-07-09
xfs: removed useless condition in function xfs_attr_node_get
Andrey Strachuk
1
-1
/
+1
2022-06-29
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
1
-29
/
+9
2022-06-15
xfs: fix variable state usage
Darrick J. Wong
1
-2
/
+1
2022-06-15
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
1
-2
/
+4
2022-05-27
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
1
-11
/
+1
2022-05-27
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
1
-3
/
+3
2022-05-23
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
1
-3
/
+3
2022-05-22
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
1
-26
/
+26
2022-05-22
xfs: clean up state variable usage in xfs_attr_node_remove_attr
Darrick J. Wong
1
-5
/
+2
2022-05-22
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
1
-36
/
+0
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
1
-1
/
+19
2022-05-22
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
1
-3
/
+3
2022-05-22
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
1
-31
/
+32
2022-05-20
xfs: don't leak the retained da state when doing a leaf to node conversion
Darrick J. Wong
1
-2
/
+8
2022-05-20
xfs: don't leak da state when freeing the attr intent item
Darrick J. Wong
1
-8
/
+14
2022-05-12
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
1
-39
/
+58
2022-05-12
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
1
-62
/
+74
2022-05-12
xfs: remove xfs_attri_remove_iter
Dave Chinner
1
-279
/
+139
2022-05-12
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
1
-12
/
+9
2022-05-12
xfs: introduce attr remove initial states into xfs_attr_set_iter
Dave Chinner
1
-62
/
+77
2022-05-12
xfs: xfs_attr_set_iter() does not need to return EAGAIN
Dave Chinner
1
-53
/
+37
2022-05-12
xfs: clean up final attr removal in xfs_attr_set_iter
Dave Chinner
1
-64
/
+85
2022-05-12
xfs: remote xattr removal in xfs_attr_set_iter() is conditional
Dave Chinner
1
-29
/
+30
2022-05-12
xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
Dave Chinner
1
-30
/
+51
2022-05-12
xfs: split remote attr setting out from replace path
Dave Chinner
1
-51
/
+62
2022-05-12
xfs: consolidate leaf/node states in xfs_attr_set_iter
Dave Chinner
1
-107
/
+20
2022-05-12
xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
Dave Chinner
1
-22
/
+23
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
1
-82
/
+79
2022-05-11
xfs: rework deferred attribute operation setup
Dave Chinner
1
-68
/
+97
2022-05-11
xfs: make xattri_leaf_bp more useful
Dave Chinner
1
-18
/
+32
2022-05-11
xfs: avoid empty xattr transaction when attrs are inline
Dave Chinner
1
-20
/
+19
2022-05-11
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
1
-10
/
+23
2022-05-11
xfs: Add helper function xfs_attr_leaf_addname
Allison Henderson
1
-50
/
+60
2022-05-11
xfs: Merge xfs_delattr_context into xfs_attr_item
Allison Henderson
1
-78
/
+84
2022-05-11
xfs: Remove unused xfs_attr_*_args
Allison Henderson
1
-97
/
+9
2022-05-11
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
1
-3
/
+67
2022-05-09
xfs: Skip flip flags for delayed attrs
Allison Henderson
1
-21
/
+33
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
1
-3
/
+39
2022-05-04
xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
Allison Henderson
1
-0
/
+8
[next]