summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-139-91/+28
| | * | xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-116-30/+204
| | * | xfs: Replace numbered inode recovery error messages with descriptive onesChandan Babu R2022-04-111-30/+22
| | * | xfs: Introduce macros to represent new maximum extent counts for data/attr forksChandan Babu R2022-04-116-15/+55
| | * | xfs: Use uint64_t to count maximum blocks that can be used by BMBTChandan Babu R2022-04-111-3/+3
| | * | xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpersChandan Babu R2022-04-114-1/+24
| | * | xfs: Introduce XFS_FSOP_GEOM_FLAGS_NREXT64Chandan Babu R2022-04-112-0/+3
| | * | xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bitChandan Babu R2022-04-113-0/+6
| | * | xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-116-10/+10
| | * | xfs: Use basic types to define xfs_log_dinode's di_nextents and di_anextentsChandan Babu R2022-04-111-2/+2
| | * | xfs: Introduce xfs_dfork_nextents() helperChandan Babu R2022-04-115-21/+58
| | * | xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-115-5/+5
| | * | xfs: Introduce xfs_iext_max_nextents() helperChandan Babu R2022-04-114-11/+16
| | * | xfs: Define max extent length based on on-disk format definitionChandan Babu R2022-04-118-59/+64
| | * | xfs: Move extent count limits to xfs_format.hChandan Babu R2022-04-112-7/+7
| | |/
| * | Merge branch 'guilt/xlog-write-rework' into xfs-5.19-for-nextDave Chinner2022-04-216-588/+454
| |\ \
| | * | xfs: CIL context doesn't need to count iovecsDave Chinner2022-04-212-17/+6
| | * | xfs: xlog_write() doesn't need optype anymoreDave Chinner2022-04-213-8/+4