summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't open-code u64_to_user_ptrDarrick J. Wong2024-05-271-1/+1
* xfs: drop xfarray sortinfo folio on errorDarrick J. Wong2024-05-271-3/+6
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-5/+5
* xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong2024-05-021-2/+2
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-302-8/+0
* xfs: refactor dir format helpersChristoph Hellwig2024-04-262-16/+11
* xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig2024-04-261-18/+1
* xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig2024-04-261-19/+1
* xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig2024-04-261-18/+1
* xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig2024-04-261-34/+1
* xfs: Remove unused function xrep_dir_self_parentJiapeng Chong2024-04-241-21/+0
* xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong2024-04-232-29/+20
* xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong2024-04-2310-45/+25
* xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong2024-04-231-1/+1
* xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong2024-04-231-1/+3
* xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong2024-04-231-0/+45
* xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong2024-04-233-11/+21
* xfs: introduce vectored scrub modeDarrick J. Wong2024-04-233-1/+229
* xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong2024-04-232-3/+28
* xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong2024-04-236-31/+74
* xfs: fix corruptions in the directory treeDarrick J. Wong2024-04-238-7/+924
* xfs: report directory tree corruption in the health informationDarrick J. Wong2024-04-231-0/+1
* xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong2024-04-233-1/+244
* xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-2310-1/+1165
* xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong2024-04-231-0/+41
* xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong2024-04-231-0/+107
* xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong2024-04-233-0/+43
* xfs: actually rebuild the parent pointer xattrsDarrick J. Wong2024-04-235-22/+699
* xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong2024-04-236-8/+20
* xfs: implement live updates for parent pointer repairsDarrick J. Wong2024-04-232-5/+100
* xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong2024-04-232-3/+447
* xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong2024-04-232-2/+509
* xfs: implement live updates for directory repairsDarrick J. Wong2024-04-234-22/+218
* xfs: repair directories by scanning directory parent pointersDarrick J. Wong2024-04-231-6/+341
* xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong2024-04-232-9/+65
* xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong2024-04-231-1/+1
* xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong2024-04-231-0/+4
* xfs: check parent pointer xattrs when scrubbingDarrick J. Wong2024-04-231-0/+16
* xfs: walk directory parent pointers to determine backref countDarrick J. Wong2024-04-236-1/+177
* xfs: deferred scrub of parent pointersDarrick J. Wong2024-04-232-7/+263
* xfs: scrub parent pointersDarrick J. Wong2024-04-231-0/+371
* xfs: deferred scrub of direntsDarrick J. Wong2024-04-234-3/+346
* xfs: check dirents have parent pointersDarrick J. Wong2024-04-231-1/+111
* xfs: revert commit 44af6c7e59b12Darrick J. Wong2024-04-231-8/+5
* xfs: Add parent pointers to renameAllison Henderson2024-04-232-2/+4
* xfs: add parent attributes to symlinkAllison Henderson2024-04-231-1/+1
* xfs: add parent attributes to linkAllison Henderson2024-04-232-2/+2
* xfs: parent pointer attribute creationAllison Henderson2024-04-231-1/+1
* xfs: create a hashname function for parent pointersDarrick J. Wong2024-04-231-0/+4
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-231-3/+8