summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2022-04-21xfs: convert buffer log item flags to unsigned.Dave Chinner
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGI log flags to unsigned.Dave Chinner
2022-04-21xfs: convert AGF log flags to unsigned.Dave Chinner
2022-04-21xfs: convert bmapi flags to unsigned.Dave Chinner
2022-04-21xfs: convert bmap extent type flags to unsigned.Dave Chinner
2022-04-21xfs: convert scrub type flags to unsigned.Dave Chinner
2022-04-21xfs: convert attr type flags to unsigned.Dave Chinner
2022-04-21xfs: CIL context doesn't need to count iovecsDave Chinner
2022-04-21xfs: xlog_write() doesn't need optype anymoreDave Chinner
2022-04-21xfs: xlog_write() no longer needs contwr stateDave Chinner
2022-04-21xfs: remove xlog_verify_dest_ptrChristoph Hellwig
2022-04-21xfs: introduce xlog_write_partial()Dave Chinner
2022-04-21xfs: introduce xlog_write_full()Dave Chinner
2022-04-21xfs: change the type of ic_datapChristoph Hellwig
2022-04-21xfs: pass lv chain length into xlog_write()Dave Chinner
2022-04-21xfs: log ticket region debug is largely uselessDave Chinner
2022-04-21xfs: reserve space and initialise xlog_op_header in item formattingDave Chinner
2022-04-21xfs: move log iovec alignment to preparation functionDave Chinner
2022-04-21xfs: log tickets don't need log client idDave Chinner
2022-04-21xfs: embed the xlog_op_header in the commit recordDave Chinner
2022-04-21xfs: embed the xlog_op_header in the unmount recordDave Chinner
2022-04-21xfs: only CIL pushes require a start recordDave Chinner
2022-04-21xfs: factor out the CIL transaction header buildingDave Chinner
2022-04-21xfs: simplify local variable assignment in file write codeKaixu Xia