summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-11xfs: initialise attrd item to zeroDave Chinner1-1/+1
2022-05-11xfs: avoid empty xattr transaction when attrs are inlineDave Chinner1-20/+19
2022-05-11xfs: add leaf to node error tagAllison Henderson3-1/+12
2022-05-11xfs: add leaf split error tagAllison Henderson3-1/+10
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson3-20/+27
2022-05-11xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2-50/+61
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson5-147/+147
2022-05-11xfs: Add larp debug optionAllison Henderson4-0/+30
2022-05-11xfs: Add log attribute error tagAllison Henderson3-1/+13
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson4-110/+14
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson4-3/+111
2022-05-09xfs: Skip flip flags for delayed attrsAllison Henderson2-22/+35
2022-05-09xfs: Implement attr logging and replayAllison Henderson4-1/+378
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson15-6/+648
2022-05-04xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson1-0/+8
2022-05-04xfs: Fix double unlock in defer capture codeAllison Henderson1-1/+10
2022-05-04Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-nextDave Chinner3-54/+191
2022-05-04Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...Dave Chinner9-139/+345
2022-05-04Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/lin...Dave Chinner4-91/+106
2022-05-04Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-nextDave Chinner14-143/+323
2022-05-04Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-nextDave Chinner4-9/+9
2022-05-04xfs: validate v5 feature fieldsDave Chinner1-10/+58
2022-05-04xfs: set XFS_FEAT_NLINK correctlyDave Chinner1-0/+2
2022-05-04xfs: validate inode fork size against fork formatDave Chinner1-9/+26
2022-05-04xfs: detect self referencing btree sibling pointersDave Chinner1-35/+105
2022-05-04xfs: intent item whiteoutsDave Chinner3-5/+82
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner4-16/+20
2022-05-04xfs: add log item method to return related intentsDave Chinner5-0/+33
2022-05-04xfs: factor and move some code in xfs_log_cil.cDave Chinner1-52/+67
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner5-11/+21
2022-05-04xfs: add log item flags to indicate intentsDave Chinner5-16/+25
2022-05-04xfs: don't commit the first deferred transaction without intentsDave Chinner1-12/+18
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner4-39/+52
2022-05-04xfs: fix potential log item leakDave Chinner4-0/+7
2022-05-04xfs: zero inode fork buffer at allocationDave Chinner1-3/+9
2022-04-28xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong3-21/+21
2022-04-28xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong2-33/+58
2022-04-28xfs: reduce transaction reservations with reflinkDarrick J. Wong4-17/+138
2022-04-28xfs: reduce the absurdly large log operation countDarrick J. Wong3-31/+76
2022-04-28xfs: report "max_resp" used for min log size computationDarrick J. Wong3-3/+20
2022-04-28xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong2-6/+21
2022-04-28xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong1-3/+4
2022-04-28xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong2-26/+1
2022-04-28xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong2-3/+10
2022-04-28xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong2-17/+36
2022-04-27xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong1-14/+38
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong3-59/+28
2022-04-27xfs: capture buffer ops in the xfs_buf tracepointsDarrick J. Wong1-1/+4
2022-04-26xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen1-1/+0
2022-04-26xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster1-3/+4