- 4136e38 xfs: put attr[id] log item cache init with the others by Darrick J. Wong · 2 years, 7 months ago
- 500a512 xfs: remove struct xfs_attr_item.xattri_flags by Darrick J. Wong · 2 years, 7 months ago
- e2c7894 xfs: use a separate slab cache for deferred xattr work state by Darrick J. Wong · 2 years, 7 months ago
- b53d212 xfs: put the xattr intent item op flags in their own namespace by Darrick J. Wong · 2 years, 7 months ago
- 4d0cdd2 xfs: clean up xfs_attr_node_hasname by Darrick J. Wong · 2 years, 7 months ago
- 2fe3ffc xfs: free xfs_attrd_log_items correctly by Darrick J. Wong · 2 years, 7 months ago
- 25b1e9d xfs: validate xattr name earlier in recovery by Darrick J. Wong · 2 years, 7 months ago
- 85d76ae xfs: reject unknown xattri log item filter flags during recovery by Darrick J. Wong · 2 years, 7 months ago
- 356cb70 xfs: reject unknown xattri log item operation flags during recovery by Darrick J. Wong · 2 years, 7 months ago
- a618aca xfs: don't leak the retained da state when doing a leaf to node conversion by Darrick J. Wong · 2 years, 7 months ago
- 309001c xfs: don't leak da state when freeing the attr intent item by Darrick J. Wong · 2 years, 7 months ago
- efd409a Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next by Dave Chinner · 2 years, 7 months ago
- 45ff8b4 xfs: can't use kmem_zalloc() for attribute buffers by Dave Chinner · 2 years, 7 months ago
- 51e6104 xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verify by Dave Chinner · 2 years, 7 months ago
- fdaf1bb xfs: ATTR_REPLACE algorithm with LARP enabled needs rework by Dave Chinner · 2 years, 7 months ago
- e7f358de xfs: use XFS_DA_OP flags in deferred attr ops by Dave Chinner · 2 years, 7 months ago
- 59782a2 xfs: remove xfs_attri_remove_iter by Dave Chinner · 2 years, 7 months ago
- 4b9879b xfs: switch attr remove to xfs_attri_set_iter by Dave Chinner · 2 years, 7 months ago
- e5d5596 xfs: introduce attr remove initial states into xfs_attr_set_iter by Dave Chinner · 2 years, 7 months ago
- 4e3d96a xfs: xfs_attr_set_iter() does not need to return EAGAIN by Dave Chinner · 2 years, 7 months ago
- b11fa61 xfs: clean up final attr removal in xfs_attr_set_iter by Dave Chinner · 2 years, 7 months ago
- 2e7ef21 xfs: remote xattr removal in xfs_attr_set_iter() is conditional by Dave Chinner · 2 years, 7 months ago
- 411b434 xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARP by Dave Chinner · 2 years, 7 months ago
- 7d03533 xfs: split remote attr setting out from replace path by Dave Chinner · 2 years, 7 months ago
- 251b29c xfs: consolidate leaf/node states in xfs_attr_set_iter by Dave Chinner · 2 years, 7 months ago
- 2157d16 xfs: kill XFS_DAC_LEAF_ADDNAME_INIT by Dave Chinner · 2 years, 7 months ago
- e0c4108 xfs: separate out initial attr_set states by Dave Chinner · 2 years, 7 months ago
- 5349b2a xfs: don't set quota warning values by Catherine Hoang · 2 years, 7 months ago
- 2e06df5 xfs: remove warning counters from struct xfs_dquot_res by Catherine Hoang · 2 years, 7 months ago
- 5cc21e5 xfs: remove quota warning limit from struct xfs_quota_limits by Catherine Hoang · 2 years, 7 months ago
- 709c863 xfs: rework deferred attribute operation setup by Dave Chinner · 2 years, 7 months ago
- e22b88d xfs: make xattri_leaf_bp more useful by Dave Chinner · 2 years, 7 months ago
- f3d430f xfs: initialise attrd item to zero by Dave Chinner · 2 years, 7 months ago
- a4b8917 xfs: avoid empty xattr transaction when attrs are inline by Dave Chinner · 2 years, 7 months ago
- c5218a7 xfs: add leaf to node error tag by Allison Henderson · 2 years, 7 months ago
- c3b948b xfs: add leaf split error tag by Allison Henderson · 2 years, 7 months ago
- c3546cf xfs: Add helper function xfs_init_attr_trans by Allison Henderson · 2 years, 7 months ago
- cd1549d xfs: Add helper function xfs_attr_leaf_addname by Allison Henderson · 2 years, 7 months ago
- d68c51e9 xfs: Merge xfs_delattr_context into xfs_attr_item by Allison Henderson · 2 years, 7 months ago
- 535e2f7 xfs: Add larp debug option by Allison Henderson · 2 years, 7 months ago
- abd61ca xfs: Add log attribute error tag by Allison Henderson · 2 years, 7 months ago
- 73159fc xfs: Remove unused xfs_attr_*_args by Allison Henderson · 2 years, 7 months ago
- f3f36c8 xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred by Allison Henderson · 2 years, 7 months ago
- f38dc50 xfs: Skip flip flags for delayed attrs by Allison Henderson · 2 years, 7 months ago
- 1d08e11 xfs: Implement attr logging and replay by Allison Henderson · 2 years, 7 months ago
- fd92000 xfs: Set up infrastructure for log attribute replay by Allison Henderson · 2 years, 8 months ago
- 9a39cda xfs: Return from xfs_attr_set_iter if there are no more rmtblks to process by Allison Henderson · 2 years, 8 months ago
- 7b3ec2b xfs: Fix double unlock in defer capture code by Allison Henderson · 2 years, 8 months ago
- 86810a9 Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- 166afc4 Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- 956f1b8 Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- 5e116e9 Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- 9cf4f61 Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- f0f5f65 xfs: validate v5 feature fields by Dave Chinner · 2 years, 8 months ago
- dd0d2f9 xfs: set XFS_FEAT_NLINK correctly by Dave Chinner · 2 years, 8 months ago
- 1eb70f5 xfs: validate inode fork size against fork format by Dave Chinner · 2 years, 8 months ago
- dc04db2 xfs: detect self referencing btree sibling pointers by Dave Chinner · 2 years, 8 months ago
- 0d22746 xfs: intent item whiteouts by Dave Chinner · 2 years, 8 months ago
- 3512fc1 xfs: whiteouts release intents that are not in the AIL by Dave Chinner · 2 years, 8 months ago
- c23ab60 xfs: add log item method to return related intents by Dave Chinner · 2 years, 8 months ago
- 22b1afc xfs: factor and move some code in xfs_log_cil.c by Dave Chinner · 2 years, 8 months ago
- bb7b1c9 xfs: tag transactions that contain intent done items by Dave Chinner · 2 years, 8 months ago
- f5b8120 xfs: add log item flags to indicate intents by Dave Chinner · 2 years, 8 months ago
- 5ddd658e xfs: don't commit the first deferred transaction without intents by Dave Chinner · 2 years, 8 months ago
- b2c2803 xfs: hide log iovec alignment constraints by Dave Chinner · 2 years, 8 months ago
- c230a4a xfs: fix potential log item leak by Dave Chinner · 2 years, 8 months ago
- cb512c9 xfs: zero inode fork buffer at allocation by Dave Chinner · 2 years, 8 months ago
- 6ed7e50 xfs: rename xfs_*alloc*_log_count to _block_count by Darrick J. Wong · 2 years, 8 months ago
- df2fd88 xfs: rewrite xfs_reflink_end_cow to use intents by Darrick J. Wong · 2 years, 8 months ago
- b037c4e xfs: reduce transaction reservations with reflink by Darrick J. Wong · 2 years, 8 months ago
- 4ecf9e7 xfs: reduce the absurdly large log operation count by Darrick J. Wong · 2 years, 8 months ago
- 918247c xfs: report "max_resp" used for min log size computation by Darrick J. Wong · 2 years, 8 months ago
- 52d8ea4 xfs: create shadow transaction reservations for computing minimum log size by Darrick J. Wong · 2 years, 8 months ago
- f1e6a8d xfs: remove a __xfs_bunmapi call from reflink by Darrick J. Wong · 2 years, 8 months ago
- 4ed6435 xfs: stop artificially limiting the length of bunmap calls by Darrick J. Wong · 2 years, 8 months ago
- c47260d xfs: count EFIs when deciding to ask for a continuation of a refcount update by Darrick J. Wong · 2 years, 8 months ago
- 1edf805 xfs: speed up write operations by using non-overlapped lookups when possible by Darrick J. Wong · 2 years, 8 months ago
- 75d893d xfs: speed up rmap lookups by using non-overlapped lookups when possible by Darrick J. Wong · 2 years, 8 months ago
- 5b7ca8b xfs: simplify xfs_rmap_lookup_le call sites by Darrick J. Wong · 2 years, 8 months ago
- c46eef3 xfs: capture buffer ops in the xfs_buf tracepoints by Darrick J. Wong · 2 years, 8 months ago
- bc37e4f xfs: revert "xfs: actually bump warning counts when we send warnings" by Eric Sandeen · 2 years, 8 months ago
- f650df7 xfs: fix soft lockup via spinning in filestream ag selection loop by Brian Foster · 2 years, 8 months ago
- 1a33850 xfs: improve __xfs_set_acl by Yang Xu · 2 years, 8 months ago
- a44a027 Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- 463260d Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- 898a768 Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- 1499b8a Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-next by Dave Chinner · 2 years, 8 months ago
- c60d13e xfs: convert log ticket and iclog flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 2eb7550 xfs: convert shutdown reasons to unsigned. by Dave Chinner · 2 years, 8 months ago
- b9f3082 xfs: convert quota options flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 90215d7 xfs: convert ptag flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- a103375 xfs: convert inode lock flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 22d53f4 xfs: convert log item tracepoint flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 1005dd0 xfs: convert dquot flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 3402d93 xfs: convert da btree operations flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 581b448 xfs: convert buffer log item flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 722db70 xfs: convert btree buffer log flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- 0d1b976 xfs: convert AGI log flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- f53dde1 xfs: convert AGF log flags to unsigned. by Dave Chinner · 2 years, 8 months ago
- e7d410a xfs: convert bmapi flags to unsigned. by Dave Chinner · 2 years, 8 months ago