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
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-27
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
1
-3
/
+5
2022-05-27
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
1
-1
/
+7
2022-05-27
xfs: don't assert fail on perag references on teardown
Dave Chinner
1
-2
/
+1
2022-05-27
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
1
-14
/
+33
2022-05-23
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
1
-1
/
+1
2022-05-23
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2
-12
/
+55
2022-05-23
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2
-4
/
+5
2022-05-22
xfs: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
4
-36
/
+36
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
3
-52
/
+0
2022-05-22
xfs: remove struct xfs_attr_item.xattri_flags
Darrick J. Wong
1
-19
/
+13
2022-05-22
xfs: use a separate slab cache for deferred xattr work state
Darrick J. Wong
3
-1
/
+27
2022-05-22
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
3
-8
/
+8
2022-05-22
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
3
-31
/
+44
2022-05-20
xfs: reject unknown xattri log item filter flags during recovery
Darrick J. Wong
1
-1
/
+9
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
Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next
Dave Chinner
1
-1
/
+0
2022-05-12
xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
Dave Chinner
1
-0
/
+9
2022-05-12
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
4
-66
/
+128
2022-05-12
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
4
-67
/
+84
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
2
-12
/
+19
2022-05-12
xfs: introduce attr remove initial states into xfs_attr_set_iter
Dave Chinner
2
-62
/
+81
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
2
-70
/
+91
2022-05-12
xfs: remote xattr removal in xfs_attr_set_iter() is conditional
Dave Chinner
2
-33
/
+34
2022-05-12
xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
Dave Chinner
2
-52
/
+73
2022-05-12
xfs: split remote attr setting out from replace path
Dave Chinner
2
-56
/
+71
2022-05-12
xfs: consolidate leaf/node states in xfs_attr_set_iter
Dave Chinner
2
-109
/
+27
2022-05-12
xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
Dave Chinner
2
-24
/
+27
2022-05-12
xfs: separate out initial attr_set states
Dave Chinner
3
-95
/
+157
2022-05-11
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
1
-1
/
+0
2022-05-11
xfs: rework deferred attribute operation setup
Dave Chinner
3
-70
/
+98
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 leaf to node error tag
Allison Henderson
2
-1
/
+9
2022-05-11
xfs: add leaf split error tag
Allison Henderson
2
-1
/
+7
2022-05-11
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
2
-10
/
+25
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
4
-121
/
+123
2022-05-11
xfs: Add larp debug option
Allison Henderson
1
-0
/
+4
2022-05-11
xfs: Add log attribute error tag
Allison Henderson
1
-1
/
+3
2022-05-11
xfs: Remove unused xfs_attr_*_args
Allison Henderson
3
-104
/
+11
2022-05-11
xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
Allison Henderson
2
-3
/
+69
2022-05-09
xfs: Skip flip flags for delayed attrs
Allison Henderson
2
-22
/
+35
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
3
-1
/
+10
2022-05-04
xfs: Set up infrastructure for log attribute replay
Allison Henderson
6
-6
/
+132
2022-05-04
xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process
Allison Henderson
1
-0
/
+8
[next]