summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
...
* | xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2022-05-111-50/+60
* | xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson2022-05-114-121/+123
* | xfs: Add larp debug optionAllison Henderson2022-05-111-0/+4
* | xfs: Add log attribute error tagAllison Henderson2022-05-111-1/+3
* | xfs: Remove unused xfs_attr_*_argsAllison Henderson2022-05-113-104/+11
* | xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson2022-05-112-3/+69
* | xfs: Skip flip flags for delayed attrsAllison Henderson2022-05-092-22/+35
* | xfs: Implement attr logging and replayAllison Henderson2022-05-093-1/+10
* | xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-046-6/+132
* | 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-046-99/+255
|\ \
| * | xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong2022-04-283-21/+21
| * | 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-281-0/+1
| * | xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong2022-04-281-4/+11
| * | 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-042-70/+98
|\| |
| * | 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-272-39/+24
| |/
* | xfs: tag transactions that contain intent done itemsDave Chinner2022-05-041-7/+17
* | xfs: don't commit the first deferred transaction without intentsDave Chinner2022-05-041-12/+18
* | xfs: hide log iovec alignment constraintsDave Chinner2022-05-041-16/+4
* | xfs: zero inode fork buffer at allocationDave Chinner2022-05-041-3/+9
|/
* Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner2022-04-2117-138/+384
|\
| * xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flagsChandan Babu R2022-04-131-1/+2
| * xfs: Enable bulkstat ioctl to support 64-bit per-inode extent countersChandan Babu R2022-04-131-6/+18
| * xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R2022-04-135-2/+44
| * xfs: Directory's data fork extent counter can never overflowChandan Babu R2022-04-137-33/+26
| * xfs: Introduce per-inode 64-bit extent countersChandan Babu R2022-04-114-12/+109
| * 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-112-1/+12
| * 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-112-0/+4
| * xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectivelyChandan Babu R2022-04-114-7/+7
| * 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-114-13/+48
| * xfs: Use xfs_extnum_t instead of basic data typesChandan Babu R2022-04-113-3/+3
| * 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-115-38/+41
| * xfs: Move extent count limits to xfs_format.hChandan Babu R2022-04-112-7/+7