summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong2024-08-261-1/+1
* xfs: attr forks require attr, not attr2Darrick J. Wong2024-08-141-1/+7
* xfs: convert comma to semicolonChen Ni2024-07-291-1/+1
* xfs: fix file_path handling in tracepointsDarrick J. Wong2024-07-291-6/+4
* xfs: fix a memory leakDarrick J. Wong2024-07-291-1/+1
* xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong2024-07-022-5/+7
* xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong2024-07-021-0/+1
* xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong2024-07-021-1/+1
* xfs: wrap inode creation dqalloc callsDarrick J. Wong2024-07-021-5/+4
* xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong2024-07-021-5/+7
* xfs: Remove header files which are included more than onceWenchao Hao2024-07-011-1/+0
* 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