index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_attr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
2022-07-12
1
-1
/
+1
*
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
2022-07-09
1
-1
/
+1
*
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
2022-07-09
1
-5
/
+5
*
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
2022-06-29
1
-5
/
+0
*
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
2022-06-15
1
-11
/
+1
*
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2022-05-23
1
-0
/
+8
*
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2022-05-23
1
-1
/
+2
*
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
2022-05-22
1
-4
/
+4
*
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
1
-8
/
+0
*
xfs: remove struct xfs_attr_item.xattri_flags
Darrick J. Wong
2022-05-22
1
-19
/
+13
*
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
2022-05-22
1
-0
/
+4
*
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
2022-05-22
1
-1
/
+1
*
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
2022-05-12
1
-18
/
+31
*
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
2022-05-12
1
-1
/
+4
*
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
2022-05-12
1
-0
/
+10
*
xfs: introduce attr remove initial states into xfs_attr_set_iter
Dave Chinner
2022-05-12
1
-0
/
+4
*
xfs: clean up final attr removal in xfs_attr_set_iter
Dave Chinner
2022-05-12
1
-6
/
+6
*
xfs: remote xattr removal in xfs_attr_set_iter() is conditional
Dave Chinner
2022-05-12
1
-4
/
+4
*
xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
Dave Chinner
2022-05-12
1
-22
/
+22
*
xfs: split remote attr setting out from replace path
Dave Chinner
2022-05-12
1
-5
/
+9
*
xfs: consolidate leaf/node states in xfs_attr_set_iter
Dave Chinner
2022-05-12
1
-2
/
+7
*
xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
Dave Chinner
2022-05-12
1
-2
/
+4
*
xfs: separate out initial attr_set states
Dave Chinner
2022-05-12
1
-13
/
+76
*
xfs: rework deferred attribute operation setup
Dave Chinner
2022-05-11
1
-2
/
+0
*
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
2022-05-11
1
-0
/
+2
*
xfs: Merge xfs_delattr_context into xfs_attr_item
Allison Henderson
2022-05-11
1
-23
/
+17
*
xfs: Add larp debug option
Allison Henderson
2022-05-11
1
-0
/
+4
*
xfs: Remove unused xfs_attr_*_args
Allison Henderson
2022-05-11
1
-6
/
+2
*
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
2022-05-11
1
-0
/
+2
*
xfs: Set up infrastructure for log attribute replay
Allison Henderson
2022-05-04
1
-0
/
+38
*
xfs: rename xfs_has_attr()
Dave Chinner
2021-08-19
1
-1
/
+0
*
xfs: Add delay ready attr set routines
Allison Henderson
2021-06-01
1
-1
/
+273
*
xfs: Add delay ready attr remove routines
Allison Henderson
2021-06-01
1
-0
/
+131
*
xfs: rename and simplify xfs_bmap_one_block
Christoph Hellwig
2021-04-15
1
-0
/
+1
*
xfs: Add xfs_has_attr and subroutines
Allison Collins
2020-07-28
1
-0
/
+1
*
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-05-13
1
-1
/
+1
*
xfs: embedded the attrlist cursor into struct xfs_attr_list_context
Christoph Hellwig
2020-03-02
1
-3
/
+3
*
xfs: clean up the attr flag confusion
Christoph Hellwig
2020-03-02
1
-21
/
+1
*
xfs: rename xfs_attr_list_int to xfs_attr_list
Christoph Hellwig
2020-03-02
1
-2
/
+2
*
xfs: move the legacy xfs_attr_list to xfs_ioctl.c
Christoph Hellwig
2020-03-02
1
-23
/
+0
*
xfs: remove the unused ATTR_ENTRY macro
Christoph Hellwig
2020-03-02
1
-8
/
+0
*
xfs: cleanup struct xfs_attr_list_context
Christoph Hellwig
2020-03-02
1
-17
/
+17
*
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
Christoph Hellwig
2020-03-02
1
-7
/
+1
*
xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL
Christoph Hellwig
2020-03-02
1
-5
/
+2
*
xfs: remove ATTR_KERNOVAL
Christoph Hellwig
2020-03-02
1
-3
/
+1
*
xfs: remove the xfs_inode argument to xfs_attr_get_ilocked
Christoph Hellwig
2020-03-02
1
-1
/
+1
*
xfs: pass an initialized xfs_da_args to xfs_attr_get
Christoph Hellwig
2020-03-02
1
-3
/
+1
*
xfs: pass an initialized xfs_da_args structure to xfs_attr_set
Christoph Hellwig
2020-03-02
1
-2
/
+1
*
xfs: merge xfs_attr_remove into xfs_attr_set
Christoph Hellwig
2020-03-02
1
-2
/
+0
*
xfs: remove the ATTR_INCOMPLETE flag
Christoph Hellwig
2020-03-02
1
-3
/
+2
[next]