summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2023-04-14Merge tag 'scrub-dir-iget-fixes-6.4_2023-04-12' of git://git.kernel.org/pub/s...Dave Chinner
2023-04-14Merge tag 'scrub-detect-rmapbt-gaps-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'scrub-detect-inobt-gaps-6.4_2023-04-11' of git://git.kernel.org/pu...Dave Chinner
2023-04-14Merge tag 'scrub-detect-refcount-gaps-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner
2023-04-14Merge tag 'scrub-btree-key-enhancements-6.4_2023-04-11' of git://git.kernel.o...Dave Chinner
2023-04-14Merge tag 'rmap-btree-fix-key-handling-6.4_2023-04-11' of git://git.kernel.or...Dave Chinner
2023-04-14Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/p...Dave Chinner
2023-04-14Merge tag 'btree-complain-bad-records-6.4_2023-04-11' of git://git.kernel.org...Dave Chinner
2023-04-14Merge tag 'scrub-drain-intents-6.4_2023-04-11' of git://git.kernel.org/pub/sc...Dave Chinner
2023-04-14Merge tag 'scrub-fix-legalese-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner
2023-04-14Merge tag 'pass-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm/li...Dave Chinner
2023-04-14Merge tag 'intents-perag-refs-6.4_2023-04-11' of git://git.kernel.org/pub/scm...Dave Chinner
2023-04-13xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain
2023-04-12xfs: fix BUG_ON in xfs_getbmap()Ye Bin
2023-04-12xfs: verify buffer contents when we skip log replayDarrick J. Wong
2023-04-12xfs: _{attr,data}_map_shared should take ILOCK_EXCL until iread_extents is co...Darrick J. Wong
2023-04-12xfs: remove WARN when dquot cache insertion failsDave Chinner
2023-04-12xfs: don't consider future format versions validDave Chinner
2023-04-11xfs: deprecate the ascii-ci featureDarrick J. Wong
2023-04-11xfs: test the ascii case-insensitive hashDarrick J. Wong
2023-04-11xfs: stabilize the dirent name transformation function used for ascii-ci dir ...Darrick J. Wong
2023-04-11xfs: cross-reference rmap records with refcount btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with inode btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with free space btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2023-04-11xfs: introduce bitmap type for AG blocksDarrick J. Wong
2023-04-11xfs: convert xbitmap to interval treeDarrick J. Wong
2023-04-11xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2023-04-11xfs: don't load local xattr values during scrubDarrick J. Wong
2023-04-11xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2023-04-11xfs: only allocate free space bitmap for xattr scrub if neededDarrick J. Wong
2023-04-11xfs: clean up xattr scrub initializationDarrick J. Wong
2023-04-11xfs: check used space of shortform xattr structuresDarrick J. Wong
2023-04-11xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong
2023-04-11xfs: remove flags argument from xchk_setup_xattr_bufDarrick J. Wong
2023-04-11xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong
2023-04-11xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong
2023-04-11xfs: don't shadow @leaf in xchk_xattr_blockDarrick J. Wong
2023-04-11xfs: xattr scrub should ensure one namespace bit per nameDarrick J. Wong
2023-04-11xfs: check for reverse mapping records that could be mergedDarrick J. Wong
2023-04-11xfs: check overlapping rmap btree recordsDarrick J. Wong
2023-04-11xfs: flag refcount btree records that could be mergedDarrick J. Wong
2023-04-11xfs: don't call xchk_bmap_check_rmaps for btree-format file forksDarrick J. Wong
2023-04-11xfs: flag free space btree records that could be mergedDarrick J. Wong
2023-04-11xfs: split the xchk_bmap_check_rmaps into a predicateDarrick J. Wong
2023-04-11xfs: alert the user about data/attr fork mappings that could be mergedDarrick J. Wong
2023-04-11xfs: split xchk_bmap_xref_rmap into two functionsDarrick J. Wong
2023-04-11xfs: accumulate iextent records when checking bmapDarrick J. Wong