summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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. Wong11-8/+927
2024-04-24xfs: report directory tree corruption in the health informationDarrick J. Wong4-1/+6
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. Wong12-2/+1168
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. Wong7-23/+701
2024-04-24xfs: add a per-leaf block callback to xchk_xattr_walkDarrick J. Wong6-8/+20
2024-04-24xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong3-28/+50
2024-04-24xfs: remove pointless unlocked assertionDarrick J. Wong1-2/+0
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: add raw parent pointer apis to support repairDarrick J. Wong4-2/+72
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. Wong4-6/+6
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong3-23/+38
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
2024-04-23xfs: deferred scrub of parent pointersDarrick J. Wong3-8/+264
2024-04-23xfs: scrub parent pointersDarrick J. Wong1-0/+371
2024-04-23xfs: deferred scrub of direntsDarrick J. Wong4-3/+346
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong3-1/+138
2024-04-23xfs: revert commit 44af6c7e59b12Darrick J. Wong1-8/+5
2024-04-23xfs: enable parent pointersDarrick J. Wong1-1/+2
2024-04-23xfs: drop compatibility minimum log size computations for reflinkDarrick J. Wong1-0/+14
2024-04-23xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_resDarrick J. Wong1-0/+32
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson4-0/+10
2024-04-23xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson1-2/+4
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong11-2/+522
2024-04-23xfs: split out handle management helpers a bitDarrick J. Wong2-32/+70
2024-04-23xfs: move handle ioctl code to xfs_handle.cDarrick J. Wong6-619/+649
2024-04-23xfs: pass the attr value to put_listent when possibleAllison Henderson5-3/+13
2024-04-23xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson2-0/+7
2024-04-23xfs: Add parent pointers to xfs_cross_renameAllison Henderson1-8/+25
2024-04-23xfs: Add parent pointers to renameAllison Henderson7-11/+142
2024-04-23xfs: remove parent pointers in unlinkAllison Henderson5-8/+60
2024-04-23xfs: add parent attributes to symlinkAllison Henderson4-8/+45
2024-04-23xfs: add parent attributes to linkAllison Henderson5-10/+54
2024-04-23xfs: parent pointer attribute creationAllison Henderson9-12/+242
2024-04-23xfs: create a hashname function for parent pointersDarrick J. Wong4-0/+59
2024-04-23xfs: extend transaction reservations for parent attributesAllison Henderson1-52/+274
2024-04-23xfs: add parent pointer validator functionsAllison Henderson5-0/+123
2024-04-23xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson3-4/+5
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong2-7/+28
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong6-26/+284