summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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: add raw parent pointer apis to support repairDarrick J. Wong2024-04-234-2/+72
* 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-234-6/+6
* xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong2024-04-233-23/+38
* 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-233-8/+264
* 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-233-1/+138
* xfs: revert commit 44af6c7e59b12Darrick J. Wong2024-04-231-8/+5
* xfs: enable parent pointersDarrick J. Wong2024-04-231-1/+2
* xfs: drop compatibility minimum log size computations for reflinkDarrick J. Wong2024-04-231-0/+14
* xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_resDarrick J. Wong2024-04-231-0/+32
* xfs: add a incompat feature bit for parent pointersAllison Henderson2024-04-234-0/+10
* xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson2024-04-231-2/+4
* xfs: add parent pointer ioctlsDarrick J. Wong2024-04-2311-2/+522
* xfs: split out handle management helpers a bitDarrick J. Wong2024-04-232-32/+70
* xfs: move handle ioctl code to xfs_handle.cDarrick J. Wong2024-04-236-619/+649
* xfs: pass the attr value to put_listent when possibleAllison Henderson2024-04-235-3/+13
* xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson2024-04-232-0/+7
* xfs: Add parent pointers to xfs_cross_renameAllison Henderson2024-04-231-8/+25
* xfs: Add parent pointers to renameAllison Henderson2024-04-237-11/+142
* xfs: remove parent pointers in unlinkAllison Henderson2024-04-235-8/+60
* xfs: add parent attributes to symlinkAllison Henderson2024-04-234-8/+45
* xfs: add parent attributes to linkAllison Henderson2024-04-235-10/+54
* xfs: parent pointer attribute creationAllison Henderson2024-04-239-12/+242
* xfs: create a hashname function for parent pointersDarrick J. Wong2024-04-234-0/+59
* xfs: extend transaction reservations for parent attributesAllison Henderson2024-04-231-52/+274
* xfs: add parent pointer validator functionsAllison Henderson2024-04-235-0/+123
* xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson2024-04-233-4/+5
* xfs: record inode generation in xattr update log intent itemsDarrick J. Wong2024-04-232-7/+28
* xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong2024-04-236-26/+284
* xfs: refactor xfs_is_using_logged_xattrs checks in attr item recoveryDarrick J. Wong2024-04-231-3/+4
* xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong2024-04-231-6/+46
* xfs: define parent pointer ondisk extended attribute formatAllison Henderson2024-04-232-0/+14
* xfs: add parent pointer support to attribute codeAllison Henderson2024-04-233-3/+10
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-236-9/+54
* xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong2024-04-233-34/+41
* xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig2024-04-231-9/+10
* xfs: rearrange xfs_attr_match parametersDarrick J. Wong2024-04-231-11/+12
* xfs: enforce one namespace per attributeDarrick J. Wong2024-04-237-18/+41
* xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2Darrick J. Wong2024-04-231-18/+46
* xfs: refactor name/length checks in xfs_attri_validateDarrick J. Wong2024-04-231-8/+15
* xfs: use local variables for name and value length in _attri_commit_pass2Darrick J. Wong2024-04-231-11/+14