summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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: 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
2022-04-26xfs: improve __xfs_set_aclYang Xu2-5/+5
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner37-278/+607
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner6-588/+454
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner27-238/+240
2022-04-21Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-nextDave Chinner15-132/+247
2022-04-21xfs: convert log ticket and iclog flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner4-9/+8
2022-04-21xfs: convert quota options flags to unsigned.Dave Chinner2-30/+31
2022-04-21xfs: convert ptag flags to unsigned.Dave Chinner3-12/+13
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner3-27/+30
2022-04-21xfs: convert log item tracepoint flags to unsigned.Dave Chinner1-4/+4
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner2-6/+6
2022-04-21xfs: convert da btree operations flags to unsigned.Dave Chinner2-12/+12
2022-04-21xfs: convert buffer log item flags to unsigned.Dave Chinner1-13/+11
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner2-18/+18
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner3-19/+19
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner3-25/+25
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner2-29/+29
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner2-18/+18
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner1-8/+8
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner1-4/+4