index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_attr_item.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-31
xfs: dump corrupt recovered log intent items to dmesg consistently
Darrick J. Wong
1
-6
/
+13
2022-10-31
xfs: fix validation in attr log item recovery
Darrick J. Wong
1
-31
/
+23
2022-09-18
xfs: do not need to check return value of xlog_kvmalloc()
Zhiqiang Liu
1
-6
/
+0
2022-06-29
xfs: don't hold xattr leaf buffers across transaction rolls
Darrick J. Wong
1
-22
/
+0
2022-06-27
xfs: clean up the end of xfs_attri_item_recover
Darrick J. Wong
1
-19
/
+26
2022-06-27
xfs: always free xattri_leaf_bp when cancelling a deferred op
Darrick J. Wong
1
-1
/
+19
2022-06-16
xfs: fix TOCTOU race involving the new logged xattrs control knob
Darrick J. Wong
1
-6
/
+9
2022-05-23
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
1
-1
/
+0
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
1
-118
/
+152
2022-05-22
xfs: Remove duplicate include
Jiapeng Chong
1
-1
/
+0
2022-05-22
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
1
-12
/
+12
2022-05-22
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
1
-0
/
+3
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
1
-1
/
+4
2022-05-22
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
1
-10
/
+10
2022-05-20
xfs: free xfs_attrd_log_items correctly
Darrick J. Wong
1
-1
/
+1
2022-05-20
xfs: validate xattr name earlier in recovery
Darrick J. Wong
1
-7
/
+8
2022-05-20
xfs: reject unknown xattri log item filter flags during recovery
Darrick J. Wong
1
-3
/
+7
2022-05-20
xfs: reject unknown xattri log item operation flags during recovery
Darrick J. Wong
1
-2
/
+7
2022-05-20
xfs: don't leak da state when freeing the attr intent item
Darrick J. Wong
1
-3
/
+12
2022-05-12
xfs: can't use kmem_zalloc() for attribute buffers
Dave Chinner
1
-20
/
+15
2022-05-12
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
1
-1
/
+7
2022-05-12
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
1
-24
/
+7
2022-05-12
xfs: xfs_attr_set_iter() does not need to return EAGAIN
Dave Chinner
1
-0
/
+2
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
1
-1
/
+12
2022-05-11
xfs: rework deferred attribute operation setup
Dave Chinner
1
-1
/
+8
2022-05-11
xfs: initialise attrd item to zero
Dave Chinner
1
-1
/
+1
2022-05-11
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
1
-10
/
+2
2022-05-11
xfs: Merge xfs_delattr_context into xfs_attr_item
Allison Henderson
1
-26
/
+24
2022-05-11
xfs: Add log attribute error tag
Allison Henderson
1
-0
/
+7
2022-05-11
xfs: Remove unused xfs_attr_*_args
Allison Henderson
1
-6
/
+3
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
1
-0
/
+368
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
1
-0
/
+458