summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2024-08-26xfs: fix folio dirtying for XFILE_ALLOC callersDarrick J. Wong1-1/+1
2024-08-14xfs: attr forks require attr, not attr2Darrick J. Wong1-1/+7
2024-07-29xfs: convert comma to semicolonChen Ni1-1/+1
2024-07-29xfs: fix file_path handling in tracepointsDarrick J. Wong1-6/+4
2024-07-29xfs: fix a memory leakDarrick J. Wong1-1/+1
2024-07-02xfs: convert "skip_discard" to a proper flags bitsetDarrick J. Wong2-5/+7
2024-07-02xfs: move dirent update hooks to xfs_dir2.cDarrick J. Wong1-0/+1
2024-07-02xfs: separate the icreate logic around INIT_XATTRSDarrick J. Wong1-1/+1
2024-07-02xfs: wrap inode creation dqalloc callsDarrick J. Wong1-5/+4
2024-07-02xfs: pack icreate initialization parameters into a separate structureDarrick J. Wong1-5/+7
2024-07-01xfs: Remove header files which are included more than onceWenchao Hao1-1/+0
2024-05-27xfs: don't open-code u64_to_user_ptrDarrick J. Wong1-1/+1
2024-05-27xfs: drop xfarray sortinfo folio on errorDarrick J. Wong1-3/+6
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-5/+5
2024-05-02xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong1-2/+2
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2-8/+0
2024-04-26xfs: refactor dir format helpersChristoph Hellwig2-16/+11
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig1-18/+1
2024-04-26xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig1-19/+1
2024-04-26xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig1-18/+1
2024-04-26xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig1-34/+1
2024-04-24xfs: Remove unused function xrep_dir_self_parentJiapeng Chong1-21/+0
2024-04-24xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong2-29/+20
2024-04-24xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong10-45/+25
2024-04-24xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong1-1/+1
2024-04-24xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong1-1/+3
2024-04-24xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong1-0/+45
2024-04-24xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong3-11/+21
2024-04-24xfs: introduce vectored scrub modeDarrick J. Wong3-1/+229
2024-04-24xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong2-3/+28
2024-04-24xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong6-31/+74
2024-04-24xfs: fix corruptions in the directory treeDarrick J. Wong8-7/+924
2024-04-24xfs: report directory tree corruption in the health informationDarrick J. Wong1-0/+1
2024-04-24xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong3-1/+244
2024-04-24xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong10-1/+1165
2024-04-24xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong1-0/+41
2024-04-24xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong1-0/+107
2024-04-24xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong3-0/+43
2024-04-24xfs: actually rebuild the parent pointer xattrsDarrick J. Wong5-22/+699
2024-04-24xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong6-8/+20
2024-04-24xfs: implement live updates for parent pointer repairsDarrick J. Wong2-5/+100
2024-04-24xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong2-3/+447
2024-04-24xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong2-2/+509
2024-04-24xfs: implement live updates for directory repairsDarrick J. Wong4-22/+218
2024-04-24xfs: repair directories by scanning directory parent pointersDarrick J. Wong1-6/+341
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong2-9/+65
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong1-1/+1
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong1-0/+4
2024-04-23xfs: check parent pointer xattrs when scrubbingDarrick J. Wong1-0/+16
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong6-1/+177