platform/kernel/linux-rpi.git
2022-05-27 Darrick J.... xfs: don't log every time we clear the log incompat...
2022-05-22 Dave ChinnerMerge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19...
2022-05-22 Darrick J.... xfs: share xattr name and value buffers when logging...
2022-05-22 Darrick J.... xfs: do not use logged xattr updates on V4 filesystems
2022-05-22 Jiapeng Chongxfs: Remove duplicate include
2022-05-22 Kaixu Xiaxfs: reduce IOCB_NOWAIT judgment for retry exclusive...
2022-05-22 Jiapeng Chongxfs: Remove dead code
2022-05-22 Julia Lawallxfs: fix typo in comment
2022-05-22 Darrick J.... xfs: rename struct xfs_attr_item to xfs_attr_intent
2022-05-22 Darrick J.... xfs: clean up state variable usage in xfs_attr_node_rem...
2022-05-22 Darrick J.... xfs: put attr[id] log item cache init with the others
2022-05-22 Darrick J.... xfs: remove struct xfs_attr_item.xattri_flags
2022-05-22 Darrick J.... xfs: use a separate slab cache for deferred xattr work...
2022-05-22 Darrick J.... xfs: put the xattr intent item op flags in their own...
2022-05-22 Darrick J.... xfs: clean up xfs_attr_node_hasname
2022-05-20 Darrick J.... xfs: free xfs_attrd_log_items correctly
2022-05-20 Darrick J.... xfs: validate xattr name earlier in recovery
2022-05-20 Darrick J.... xfs: reject unknown xattri log item filter flags during...
2022-05-20 Darrick J.... xfs: reject unknown xattri log item operation flags...
2022-05-20 Darrick J.... xfs: don't leak the retained da state when doing a...
2022-05-20 Darrick J.... xfs: don't leak da state when freeing the attr intent...
2022-05-12 Dave ChinnerMerge branch 'xfs-5.19-quota-warn-remove' into xfs...
2022-05-12 Dave Chinnerxfs: can't use kmem_zalloc() for attribute buffers
2022-05-12 Dave Chinnerxfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify
2022-05-12 Dave Chinnerxfs: ATTR_REPLACE algorithm with LARP enabled needs...
2022-05-12 Dave Chinnerxfs: use XFS_DA_OP flags in deferred attr ops
2022-05-12 Dave Chinnerxfs: remove xfs_attri_remove_iter
2022-05-12 Dave Chinnerxfs: switch attr remove to xfs_attri_set_iter
2022-05-12 Dave Chinnerxfs: introduce attr remove initial states into xfs_attr...
2022-05-12 Dave Chinnerxfs: xfs_attr_set_iter() does not need to return EAGAIN
2022-05-12 Dave Chinnerxfs: clean up final attr removal in xfs_attr_set_iter
2022-05-12 Dave Chinnerxfs: remote xattr removal in xfs_attr_set_iter() is...
2022-05-12 Dave Chinnerxfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP
2022-05-12 Dave Chinnerxfs: split remote attr setting out from replace path
2022-05-12 Dave Chinnerxfs: consolidate leaf/node states in xfs_attr_set_iter
2022-05-12 Dave Chinnerxfs: kill XFS_DAC_LEAF_ADDNAME_INIT
2022-05-12 Dave Chinnerxfs: separate out initial attr_set states
2022-05-11 Catherine Hoangxfs: don't set quota warning values
2022-05-11 Catherine Hoangxfs: remove warning counters from struct xfs_dquot_res
2022-05-11 Catherine Hoangxfs: remove quota warning limit from struct xfs_quota_l...
2022-05-11 Dave Chinnerxfs: rework deferred attribute operation setup
2022-05-11 Dave Chinnerxfs: make xattri_leaf_bp more useful
2022-05-11 Dave Chinnerxfs: initialise attrd item to zero
2022-05-11 Dave Chinnerxfs: avoid empty xattr transaction when attrs are inline
2022-05-11 Allison Hendersonxfs: add leaf to node error tag
2022-05-11 Allison Hendersonxfs: add leaf split error tag
2022-05-11 Allison Hendersonxfs: Add helper function xfs_init_attr_trans
2022-05-11 Allison Hendersonxfs: Add helper function xfs_attr_leaf_addname
2022-05-11 Allison Hendersonxfs: Merge xfs_delattr_context into xfs_attr_item
2022-05-11 Allison Hendersonxfs: Add larp debug option
2022-05-11 Allison Hendersonxfs: Add log attribute error tag
2022-05-11 Allison Hendersonxfs: Remove unused xfs_attr_*_args
2022-05-11 Allison Hendersonxfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
2022-05-09 Allison Hendersonxfs: Skip flip flags for delayed attrs
2022-05-09 Allison Hendersonxfs: Implement attr logging and replay
2022-05-04 Allison Hendersonxfs: Set up infrastructure for log attribute replay
2022-05-04 Allison Hendersonxfs: Return from xfs_attr_set_iter if there are no...
2022-05-04 Allison Hendersonxfs: Fix double unlock in defer capture code
2022-05-04 Dave ChinnerMerge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5...
2022-05-04 Dave ChinnerMerge tag 'reflink-speedups-5.19_2022-04-28' of git...
2022-05-04 Dave ChinnerMerge tag 'rmap-speedups-5.19_2022-04-28' of git:/...
2022-05-04 Dave ChinnerMerge branch 'guilt/xlog-intent-whiteouts' into xfs...
2022-05-04 Dave ChinnerMerge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19...
2022-05-04 Dave Chinnerxfs: validate v5 feature fields
2022-05-04 Dave Chinnerxfs: set XFS_FEAT_NLINK correctly
2022-05-04 Dave Chinnerxfs: validate inode fork size against fork format
2022-05-04 Dave Chinnerxfs: detect self referencing btree sibling pointers
2022-05-04 Dave Chinnerxfs: intent item whiteouts
2022-05-04 Dave Chinnerxfs: whiteouts release intents that are not in the AIL
2022-05-04 Dave Chinnerxfs: add log item method to return related intents
2022-05-04 Dave Chinnerxfs: factor and move some code in xfs_log_cil.c
2022-05-04 Dave Chinnerxfs: tag transactions that contain intent done items
2022-05-04 Dave Chinnerxfs: add log item flags to indicate intents
2022-05-04 Dave Chinnerxfs: don't commit the first deferred transaction withou...
2022-05-04 Dave Chinnerxfs: hide log iovec alignment constraints
2022-05-04 Dave Chinnerxfs: fix potential log item leak
2022-05-04 Dave Chinnerxfs: zero inode fork buffer at allocation
2022-04-28 Darrick J.... xfs: rename xfs_*alloc*_log_count to _block_count
2022-04-28 Darrick J.... xfs: rewrite xfs_reflink_end_cow to use intents
2022-04-28 Darrick J.... xfs: reduce transaction reservations with reflink
2022-04-28 Darrick J.... xfs: reduce the absurdly large log operation count
2022-04-28 Darrick J.... xfs: report "max_resp" used for min log size computation
2022-04-28 Darrick J.... xfs: create shadow transaction reservations for computi...
2022-04-28 Darrick J.... xfs: remove a __xfs_bunmapi call from reflink
2022-04-28 Darrick J.... xfs: stop artificially limiting the length of bunmap...
2022-04-28 Darrick J.... xfs: count EFIs when deciding to ask for a continuation...
2022-04-28 Darrick J.... xfs: speed up write operations by using non-overlapped...
2022-04-27 Darrick J.... xfs: speed up rmap lookups by using non-overlapped...
2022-04-27 Darrick J.... xfs: simplify xfs_rmap_lookup_le call sites
2022-04-27 Darrick J.... xfs: capture buffer ops in the xfs_buf tracepoints
2022-04-26 Eric Sandeenxfs: revert "xfs: actually bump warning counts when...
2022-04-26 Brian Fosterxfs: fix soft lockup via spinning in filestream ag...
2022-04-26 Yang Xuxfs: improve __xfs_set_acl
2022-04-21 Dave ChinnerMerge tag 'large-extent-counters-v9' of https://github...
2022-04-21 Dave ChinnerMerge branch 'guilt/xlog-write-rework' into xfs-5.19...
2022-04-21 Dave ChinnerMerge branch 'guilt/xfs-unsigned-flags-5.18' into xfs...
2022-04-21 Dave ChinnerMerge branch 'guilt/5.19-miscellaneous' into xfs-5...
2022-04-21 Dave Chinnerxfs: convert log ticket and iclog flags to unsigned.
2022-04-21 Dave Chinnerxfs: convert shutdown reasons to unsigned.
2022-04-21 Dave Chinnerxfs: convert quota options flags to unsigned.
next