summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson2022-05-115-147/+147
* xfs: Add larp debug optionAllison Henderson2022-05-114-0/+30
* xfs: Add log attribute error tagAllison Henderson2022-05-113-1/+13
* xfs: Remove unused xfs_attr_*_argsAllison Henderson2022-05-114-110/+14
* xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson2022-05-114-3/+111
* xfs: Skip flip flags for delayed attrsAllison Henderson2022-05-092-22/+35
* xfs: Implement attr logging and replayAllison Henderson2022-05-094-1/+378
* xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-0415-6/+648
* xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson2022-05-041-0/+8
* xfs: Fix double unlock in defer capture codeAllison Henderson2022-05-041-1/+10
* Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-nextDave Chinner2022-05-043-54/+191
|\
| * xfs: validate v5 feature fieldsDave Chinner2022-05-041-10/+58
| * xfs: set XFS_FEAT_NLINK correctlyDave Chinner2022-05-041-0/+2
| * xfs: validate inode fork size against fork formatDave Chinner2022-05-041-9/+26
| * xfs: detect self referencing btree sibling pointersDave Chinner2022-05-041-35/+105
* | Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...Dave Chinner2022-05-049-139/+345
|\ \
| * | xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong2022-04-283-21/+21
| * | xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong2022-04-282-33/+58
| * | xfs: reduce transaction reservations with reflinkDarrick J. Wong2022-04-284-17/+138
| * | xfs: reduce the absurdly large log operation countDarrick J. Wong2022-04-283-31/+76
| * | xfs: report "max_resp" used for min log size computationDarrick J. Wong2022-04-283-3/+20
| * | xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong2022-04-282-6/+21
| * | xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong2022-04-281-3/+4
| * | xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong2022-04-282-26/+1
| * | xfs: count EFIs when deciding to ask for a continuation of a refcount updateDarrick J. Wong2022-04-282-3/+10
* | | Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/lin...Dave Chinner2022-05-044-91/+106
|\| |
| * | xfs: speed up write operations by using non-overlapped lookups when possibleDarrick J. Wong2022-04-282-17/+36
| * | xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong2022-04-271-14/+38
| * | xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong2022-04-273-59/+28
| * | xfs: capture buffer ops in the xfs_buf tracepointsDarrick J. Wong2022-04-271-1/+4
| |/
* | Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-nextDave Chinner2022-05-0414-143/+323
|\ \
| * | xfs: intent item whiteoutsDave Chinner2022-05-043-5/+82
| * | xfs: whiteouts release intents that are not in the AILDave Chinner2022-05-044-16/+20
| * | xfs: add log item method to return related intentsDave Chinner2022-05-045-0/+33
| * | xfs: factor and move some code in xfs_log_cil.cDave Chinner2022-05-041-52/+67
| * | xfs: tag transactions that contain intent done itemsDave Chinner2022-05-045-11/+21
| * | xfs: add log item flags to indicate intentsDave Chinner2022-05-045-16/+25
| * | xfs: don't commit the first deferred transaction without intentsDave Chinner2022-05-041-12/+18
| * | xfs: hide log iovec alignment constraintsDave Chinner2022-05-044-39/+52
| * | xfs: fix potential log item leakDave Chinner2022-05-044-0/+7
| * | xfs: zero inode fork buffer at allocationDave Chinner2022-05-041-3/+9
| |/
* | Merge branch 'guilt/xfs-5.19-misc-2' into xfs-5.19-for-nextDave Chinner2022-05-044-9/+9
|\ \ | |/ |/|
| * xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen2022-04-261-1/+0
| * xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster2022-04-261-3/+4
| * xfs: improve __xfs_set_aclYang Xu2022-04-262-5/+5
* | Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-2137-278/+607
|\ \
| * | xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2022-04-132-1/+6
| * | xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R2022-04-134-7/+32
| * | xfs: Decouple XFS_IBULK flags from XFS_IWALK flagsChandan Babu R2022-04-133-3/+7
| * | xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-1311-2/+75