summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2024-04-23xfs: invalidate dentries for a file before moving it to the orphanageDarrick J. Wong
2024-04-23xfs: exchange-range for repairs is no longer dynamicDarrick J. Wong
2024-04-23xfs: fix iunlock calls in xrep_adoption_trans_allocDarrick J. Wong
2024-04-23xfs: drop the scrub file's iolock when transaction allocation failsDarrick J. Wong
2024-04-23xfs: only iget the file once when doing vectored scrub-by-handleDarrick J. Wong
2024-04-23xfs: use dontcache for grabbing inodes during scrubDarrick J. Wong
2024-04-23xfs: introduce vectored scrub modeDarrick J. Wong
2024-04-23xfs: move xfs_ioc_scrub_metadata to scrub.cDarrick J. Wong
2024-04-23xfs: reduce the rate of cond_resched calls inside scrubDarrick J. Wong
2024-04-23xfs: fix corruptions in the directory treeDarrick J. Wong
2024-04-23xfs: report directory tree corruption in the health informationDarrick J. Wong
2024-04-23xfs: invalidate dirloop scrub path data when concurrent updates happenDarrick J. Wong
2024-04-23xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong
2024-04-23xfs: inode repair should ensure there's an attr fork to store parent pointersDarrick J. Wong
2024-04-23xfs: repair link count of nondirectories after rebuilding parent pointersDarrick J. Wong
2024-04-23xfs: adapt the orphanage code to handle parent pointersDarrick J. Wong
2024-04-23xfs: actually rebuild the parent pointer xattrsDarrick J. Wong
2024-04-23xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong
2024-04-23xfs: implement live updates for parent pointer repairsDarrick J. Wong
2024-04-23xfs: repair directory parent pointers by scanning for direntsDarrick J. Wong
2024-04-23xfs: replay unlocked parent pointer updates that accrue during xattr repairDarrick J. Wong
2024-04-23xfs: implement live updates for directory repairsDarrick J. Wong
2024-04-23xfs: repair directories by scanning directory parent pointersDarrick J. Wong
2024-04-23xfs: salvage parent pointers when rebuilding xattr structuresDarrick J. Wong
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong
2024-04-23xfs: check parent pointer xattrs when scrubbingDarrick J. Wong
2024-04-23xfs: walk directory parent pointers to determine backref countDarrick J. Wong
2024-04-23xfs: deferred scrub of parent pointersDarrick J. Wong
2024-04-23xfs: scrub parent pointersDarrick J. Wong
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong
2024-04-23xfs: revert commit 44af6c7e59b12Darrick J. Wong
2024-04-23xfs: Add parent pointers to renameAllison Henderson
2024-04-23xfs: add parent attributes to symlinkAllison Henderson
2024-04-23xfs: add parent attributes to linkAllison Henderson
2024-04-23xfs: parent pointer attribute creationAllison Henderson
2024-04-23xfs: create a hashname function for parent pointersDarrick J. Wong
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong
2024-04-23xfs: check shortform attr entry flags specificallyDarrick J. Wong
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong
2024-04-23xfs: remove XFS_DA_OP_NOTIMEDarrick J. Wong
2024-04-22xfs: support RT inodes in xfs_mod_delallocChristoph Hellwig
2024-04-22xfs: split xfs_mod_freecounterChristoph Hellwig
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig
2024-04-22xfs: Remove unused function is_rt_data_forkJiapeng Chong
2024-04-22xfs: small cleanup in xrep_update_qflags()Dan Carpenter
2024-04-22xfs: fix sparse warnings about unused interval tree functionsDave Chinner