summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson
2022-05-04xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson
2022-05-04xfs: Fix double unlock in defer capture codeAllison Henderson
2022-05-04Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-nextDave Chinner
2022-05-04Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...Dave Chinner
2022-05-04Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/lin...Dave Chinner
2022-05-04Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-nextDave Chinner
2022-05-04Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-nextDave Chinner
2022-05-04xfs: validate v5 feature fieldsDave Chinner
2022-05-04xfs: set XFS_FEAT_NLINK correctlyDave Chinner
2022-05-04xfs: validate inode fork size against fork formatDave Chinner
2022-05-04xfs: detect self referencing btree sibling pointersDave Chinner
2022-05-04xfs: intent item whiteoutsDave Chinner
2022-05-04xfs: whiteouts release intents that are not in the AILDave Chinner
2022-05-04xfs: add log item method to return related intentsDave Chinner
2022-05-04xfs: factor and move some code in xfs_log_cil.cDave Chinner
2022-05-04xfs: tag transactions that contain intent done itemsDave Chinner
2022-05-04xfs: add log item flags to indicate intentsDave Chinner
2022-05-04xfs: don't commit the first deferred transaction without intentsDave Chinner
2022-05-04xfs: hide log iovec alignment constraintsDave Chinner
2022-05-04xfs: fix potential log item leakDave Chinner
2022-05-04xfs: zero inode fork buffer at allocationDave Chinner
2022-04-28xfs: rename xfs_*alloc*_log_count to _block_countreflink-speedups-5.19_2022-04-28Darrick J. Wong
2022-04-28xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong
2022-04-28xfs: reduce transaction reservations with reflinkDarrick J. Wong
2022-04-28xfs: reduce the absurdly large log operation countDarrick J. Wong
2022-04-28xfs: report "max_resp" used for min log size computationDarrick J. Wong
2022-04-28xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2022-04-28xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong
2022-04-28xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2022-04-28xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong
2022-04-28xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups-5.19_2022-04-28Darrick J. Wong
2022-04-27xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2022-04-27xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2022-04-27xfs: capture buffer ops in the xfs_buf tracepointsDarrick J. Wong
2022-04-26xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen
2022-04-26xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster
2022-04-26xfs: improve __xfs_set_aclYang Xu
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner
2022-04-21Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner
2022-04-21Merge branch 'guilt/xfs-unsigned-flags-5.18' into xfs-5.19-for-nextDave Chinner
2022-04-21Merge branch 'guilt/5.19-miscellaneous' into xfs-5.19-for-nextDave Chinner
2022-04-21xfs: convert log ticket and iclog flags to unsigned.Dave Chinner
2022-04-21xfs: convert shutdown reasons to unsigned.Dave Chinner
2022-04-21xfs: convert quota options flags to unsigned.Dave Chinner
2022-04-21xfs: convert ptag flags to unsigned.Dave Chinner
2022-04-21xfs: convert inode lock flags to unsigned.Dave Chinner
2022-04-21xfs: convert log item tracepoint flags to unsigned.Dave Chinner
2022-04-21xfs: convert dquot flags to unsigned.Dave Chinner
2022-04-21xfs: convert da btree operations flags to unsigned.Dave Chinner