index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-next
Dave Chinner
2022-05-30
1
-12
/
+2
|
\
|
*
xfs: move xfs_attr_use_log_assist usage out of libxfs
Darrick J. Wong
2022-05-27
1
-11
/
+1
|
*
xfs: move xfs_attr_use_log_assist out of xfs_log.c
Darrick J. Wong
2022-05-27
1
-3
/
+3
*
|
Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-next
Dave Chinner
2022-05-30
1
-6
/
+8
|
\
\
|
*
|
xfs: convert buf_cancel_table allocation to kmalloc_array
Darrick J. Wong
2022-05-27
1
-1
/
+1
|
*
|
xfs: refactor buffer cancellation table allocation
Darrick J. Wong
2022-05-27
1
-6
/
+8
|
|
/
*
|
xfs: don't leak btree cursor when insrec fails after a split
Darrick J. Wong
2022-05-27
1
-3
/
+5
*
|
xfs: assert in xfs_btree_del_cursor should take into account error
Dave Chinner
2022-05-27
1
-1
/
+7
*
|
xfs: don't assert fail on perag references on teardown
Dave Chinner
2022-05-27
1
-2
/
+1
*
|
xfs: avoid unnecessary runtime sibling pointer endian conversions
Dave Chinner
2022-05-27
1
-14
/
+33
|
/
*
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Dave Chinner
2022-05-23
1
-1
/
+1
|
\
|
*
xfs: fix typo in comment
Julia Lawall
2022-05-22
1
-1
/
+1
*
|
xfs: share xattr name and value buffers when logging xattr updates
Darrick J. Wong
2022-05-23
2
-12
/
+55
*
|
xfs: do not use logged xattr updates on V4 filesystems
Darrick J. Wong
2022-05-23
2
-4
/
+5
*
|
xfs: rename struct xfs_attr_item to xfs_attr_intent
Darrick J. Wong
2022-05-22
4
-36
/
+36
*
|
xfs: clean up state variable usage in xfs_attr_node_remove_attr
Darrick J. Wong
2022-05-22
1
-5
/
+2
*
|
xfs: put attr[id] log item cache init with the others
Darrick J. Wong
2022-05-22
3
-52
/
+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
3
-1
/
+27
*
|
xfs: put the xattr intent item op flags in their own namespace
Darrick J. Wong
2022-05-22
3
-8
/
+8
*
|
xfs: clean up xfs_attr_node_hasname
Darrick J. Wong
2022-05-22
3
-31
/
+44
*
|
xfs: reject unknown xattri log item filter flags during recovery
Darrick J. Wong
2022-05-20
1
-1
/
+9
*
|
xfs: don't leak the retained da state when doing a leaf to node conversion
Darrick J. Wong
2022-05-20
1
-2
/
+8
*
|
xfs: don't leak da state when freeing the attr intent item
Darrick J. Wong
2022-05-20
1
-8
/
+14
|
/
*
Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next
Dave Chinner
2022-05-12
1
-1
/
+0
|
\
|
*
xfs: remove warning counters from struct xfs_dquot_res
Catherine Hoang
2022-05-11
1
-1
/
+0
*
|
xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
Dave Chinner
2022-05-12
1
-0
/
+9
*
|
xfs: ATTR_REPLACE algorithm with LARP enabled needs rework
Dave Chinner
2022-05-12
4
-66
/
+128
*
|
xfs: use XFS_DA_OP flags in deferred attr ops
Dave Chinner
2022-05-12
4
-67
/
+84
*
|
xfs: remove xfs_attri_remove_iter
Dave Chinner
2022-05-12
1
-279
/
+139
*
|
xfs: switch attr remove to xfs_attri_set_iter
Dave Chinner
2022-05-12
2
-12
/
+19
*
|
xfs: introduce attr remove initial states into xfs_attr_set_iter
Dave Chinner
2022-05-12
2
-62
/
+81
*
|
xfs: xfs_attr_set_iter() does not need to return EAGAIN
Dave Chinner
2022-05-12
1
-53
/
+37
*
|
xfs: clean up final attr removal in xfs_attr_set_iter
Dave Chinner
2022-05-12
2
-70
/
+91
*
|
xfs: remote xattr removal in xfs_attr_set_iter() is conditional
Dave Chinner
2022-05-12
2
-33
/
+34
*
|
xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
Dave Chinner
2022-05-12
2
-52
/
+73
*
|
xfs: split remote attr setting out from replace path
Dave Chinner
2022-05-12
2
-56
/
+71
*
|
xfs: consolidate leaf/node states in xfs_attr_set_iter
Dave Chinner
2022-05-12
2
-109
/
+27
*
|
xfs: kill XFS_DAC_LEAF_ADDNAME_INIT
Dave Chinner
2022-05-12
2
-24
/
+27
*
|
xfs: separate out initial attr_set states
Dave Chinner
2022-05-12
3
-95
/
+157
*
|
xfs: rework deferred attribute operation setup
Dave Chinner
2022-05-11
3
-70
/
+98
*
|
xfs: make xattri_leaf_bp more useful
Dave Chinner
2022-05-11
1
-18
/
+32
*
|
xfs: avoid empty xattr transaction when attrs are inline
Dave Chinner
2022-05-11
1
-20
/
+19
*
|
xfs: add leaf to node error tag
Allison Henderson
2022-05-11
2
-1
/
+9
*
|
xfs: add leaf split error tag
Allison Henderson
2022-05-11
2
-1
/
+7
*
|
xfs: Add helper function xfs_init_attr_trans
Allison Henderson
2022-05-11
2
-10
/
+25
*
|
xfs: Add helper function xfs_attr_leaf_addname
Allison Henderson
2022-05-11
1
-50
/
+60
*
|
xfs: Merge xfs_delattr_context into xfs_attr_item
Allison Henderson
2022-05-11
4
-121
/
+123
*
|
xfs: Add larp debug option
Allison Henderson
2022-05-11
1
-0
/
+4
*
|
xfs: Add log attribute error tag
Allison Henderson
2022-05-11
1
-1
/
+3
[next]