summaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-04-2981-1887/+5199
|\
| * xfs: fix livelock in delayed allocation at ENOSPCDave Chinner2023-04-271-1/+0
| * xfs: fix duplicate includesDave Chinner2023-04-201-3/+1
| * Merge tag 'fix-asciici-bugs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/l...Dave Chinner2023-04-135-102/+185
| |\
| | * xfs: deprecate the ascii-ci featureDarrick J. Wong2023-04-122-0/+40
| | * xfs: test the ascii case-insensitive hashDarrick J. Wong2023-04-121-100/+111
| | * xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong2023-04-122-2/+34
| * | Merge tag 'scrub-strengthen-rmap-checking-6.4_2023-04-11' of git://git.kernel...Dave Chinner2023-04-135-2/+411
| |\|
| | * xfs: cross-reference rmap records with refcount btreesDarrick J. Wong2023-04-121-0/+23
| | * xfs: cross-reference rmap records with inode btreesDarrick J. Wong2023-04-121-0/+35
| | * xfs: cross-reference rmap records with free space btreesDarrick J. Wong2023-04-123-0/+102
| | * xfs: cross-reference rmap records with ag btreesDarrick J. Wong2023-04-124-2/+202
| | * xfs: introduce bitmap type for AG blocksDarrick J. Wong2023-04-122-0/+49
| * | Merge tag 'repair-bitmap-rework-6.4_2023-04-11' of git://git.kernel.org/pub/s...Dave Chinner2023-04-134-245/+358
| |\|
| | * xfs: convert xbitmap to interval treeDarrick J. Wong2023-04-123-157/+185
| | * xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong2023-04-121-9/+8
| | * xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong2023-04-124-94/+180
| * | Merge tag 'scrub-fix-xattr-memory-mgmt-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner2023-04-134-140/+239
| |\|
| | * xfs: don't load local xattr values during scrubDarrick J. Wong2023-04-121-0/+8
| | * xfs: only allocate free space bitmap for xattr scrub if neededDarrick J. Wong2023-04-121-3/+28
| | * xfs: clean up xattr scrub initializationDarrick J. Wong2023-04-121-17/+17
| | * xfs: check used space of shortform xattr structuresDarrick J. Wong2023-04-122-5/+76
| | * xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong2023-04-121-8/+7
| | * xfs: remove flags argument from xchk_setup_xattr_bufDarrick J. Wong2023-04-121-10/+8
| | * xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong2023-04-122-64/+46
| | * xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong2023-04-122-35/+26
| | * xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong2023-04-124-19/+49
| | * xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong2023-04-122-15/+4
| | * xfs: don't shadow @leaf in xchk_xattr_blockDarrick J. Wong2023-04-121-3/+3
| | * xfs: xattr scrub should ensure one namespace bit per nameDarrick J. Wong2023-04-121-1/+7
| * | Merge tag 'scrub-detect-mergeable-records-6.4_2023-04-11' of git://git.kernel...Dave Chinner2023-04-133-3/+196
| |\|
| | * xfs: check for reverse mapping records that could be mergedDarrick J. Wong2023-04-121-0/+52
| | * xfs: check overlapping rmap btree recordsDarrick J. Wong2023-04-121-2/+72
| | * xfs: flag refcount btree records that could be mergedDarrick J. Wong2023-04-121-0/+44
| | * xfs: flag free space btree records that could be mergedDarrick J. Wong2023-04-121-1/+28
| * | Merge tag 'scrub-merge-bmap-records-6.4_2023-04-12' of git://git.kernel.org/p...Dave Chinner2023-04-132-136/+239
| |\|
| | * xfs: don't call xchk_bmap_check_rmaps for btree-format file forksDarrick J. Wong2023-04-121-16/+14
| | * xfs: split the xchk_bmap_check_rmaps into a predicateDarrick J. Wong2023-04-121-22/+38
| | * xfs: alert the user about data/attr fork mappings that could be mergedDarrick J. Wong2023-04-121-0/+11
| | * xfs: split xchk_bmap_xref_rmap into two functionsDarrick J. Wong2023-04-121-40/+76
| | * xfs: accumulate iextent records when checking bmapDarrick J. Wong2023-04-122-78/+107
| | * xfs: change bmap scrubber to store the previous mappingDarrick J. Wong2023-04-121-5/+18
| * | Merge tag 'scrub-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm/l...Dave Chinner2023-04-139-101/+438
| |\|
| | * xfs: don't take the MMAPLOCK when scrubbing file metadataDarrick J. Wong2023-04-123-6/+14
| | * xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong2023-04-123-24/+156
| | * xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong2023-04-124-8/+10
| | * xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong2023-04-124-46/+205
| | * xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong2023-04-125-24/+60
| * | Merge tag 'scrub-parent-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/scm...Dave Chinner2023-04-133-168/+71
| |\|
| | * xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong2023-04-123-84/+57