summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-06-05xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong1-12/+13
2023-06-04xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven1-4/+4
2023-05-26overflow: Add struct_size_t() helperKees Cook1-1/+1
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong6-39/+6
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong1-2/+2
2023-04-20xfs: fix duplicate includesDave Chinner1-3/+1
2023-04-12xfs: cross-reference rmap records with refcount btreesDarrick J. Wong1-0/+23
2023-04-12xfs: cross-reference rmap records with inode btreesDarrick J. Wong1-0/+35
2023-04-12xfs: cross-reference rmap records with free space btreesDarrick J. Wong3-0/+102
2023-04-12xfs: cross-reference rmap records with ag btreesDarrick J. Wong3-1/+201
2023-04-12xfs: introduce bitmap type for AG blocksDarrick J. Wong2-0/+49
2023-04-12xfs: convert xbitmap to interval treeDarrick J. Wong3-157/+185
2023-04-12xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong1-9/+8
2023-04-12xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong4-94/+180
2023-04-12xfs: don't load local xattr values during scrubDarrick J. Wong1-0/+8
2023-04-12xfs: only allocate free space bitmap for xattr scrub if neededDarrick J. Wong1-3/+28
2023-04-12xfs: clean up xattr scrub initializationDarrick J. Wong1-17/+17
2023-04-12xfs: check used space of shortform xattr structuresDarrick J. Wong2-5/+76
2023-04-12xfs: move xattr scrub buffer allocation to top level functionDarrick J. Wong1-8/+7
2023-04-12xfs: remove flags argument from xchk_setup_xattr_bufDarrick J. Wong1-10/+8
2023-04-12xfs: split valuebuf from xchk_xattr_buf.bufDarrick J. Wong2-64/+46
2023-04-12xfs: split usedmap from xchk_xattr_buf.bufDarrick J. Wong2-35/+26
2023-04-12xfs: split freemap from xchk_xattr_buf.bufDarrick J. Wong4-19/+49
2023-04-12xfs: remove unnecessary dstmap in xattr scrubberDarrick J. Wong2-15/+4
2023-04-12xfs: don't shadow @leaf in xchk_xattr_blockDarrick J. Wong1-3/+3
2023-04-12xfs: xattr scrub should ensure one namespace bit per nameDarrick J. Wong1-1/+7
2023-04-12xfs: check for reverse mapping records that could be mergedDarrick J. Wong1-0/+52
2023-04-12xfs: check overlapping rmap btree recordsDarrick J. Wong1-2/+72
2023-04-12xfs: flag refcount btree records that could be mergedDarrick J. Wong1-0/+44
2023-04-12xfs: flag free space btree records that could be mergedDarrick J. Wong1-1/+28
2023-04-12xfs: don't call xchk_bmap_check_rmaps for btree-format file forksDarrick J. Wong1-16/+14
2023-04-12xfs: split the xchk_bmap_check_rmaps into a predicateDarrick J. Wong1-22/+38
2023-04-12xfs: alert the user about data/attr fork mappings that could be mergedDarrick J. Wong1-0/+11
2023-04-12xfs: split xchk_bmap_xref_rmap into two functionsDarrick J. Wong1-40/+76
2023-04-12xfs: accumulate iextent records when checking bmapDarrick J. Wong1-77/+106
2023-04-12xfs: change bmap scrubber to store the previous mappingDarrick J. Wong1-5/+18
2023-04-12xfs: don't take the MMAPLOCK when scrubbing file metadataDarrick J. Wong3-6/+14
2023-04-12xfs: retain the AGI when we can't iget an inode to scrub the coreDarrick J. Wong3-24/+156
2023-04-12xfs: rename xchk_get_inode -> xchk_iget_for_scrubbingDarrick J. Wong4-8/+10
2023-04-12xfs: fix an inode lookup race in xchk_get_inodeDarrick J. Wong2-41/+196
2023-04-12xfs: manage inode DONTCACHE status at irele timeDarrick J. Wong5-24/+60
2023-04-12xfs: fix parent pointer scrub racing with subdirectory reparentingDarrick J. Wong3-84/+57
2023-04-12xfs: simplify xchk_parent_validateDarrick J. Wong1-77/+23
2023-04-12xfs: remove xchk_parent_count_parent_dentriesDarrick J. Wong1-29/+13
2023-04-12xfs: always check the existence of a dirent's child inodeDarrick J. Wong1-45/+28
2023-04-12xfs: xfs_iget in the directory scrubber needs to use UNTRUSTEDDarrick J. Wong1-1/+3
2023-04-12xfs: streamline the directory iteration code for scrubDarrick J. Wong4-183/+472
2023-04-12xfs: use the directory name hash function for dir scrubbingDarrick J. Wong1-1/+6
2023-04-12xfs: ensure that single-owner file blocks are not owned by othersDarrick J. Wong1-1/+13