summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-23xfs: remove pointless unlocked assertionDarrick 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: add raw parent pointer apis to support repairDarrick 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: enable parent pointersDarrick J. Wong
2024-04-23xfs: drop compatibility minimum log size computations for reflinkDarrick J. Wong
2024-04-23xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_resDarrick J. Wong
2024-04-23xfs: add a incompat feature bit for parent pointersAllison Henderson
2024-04-23xfs: don't remove the attr fork when parent pointers are enabledAllison Henderson
2024-04-23xfs: add parent pointer ioctlsDarrick J. Wong
2024-04-23xfs: split out handle management helpers a bitDarrick J. Wong
2024-04-23xfs: move handle ioctl code to xfs_handle.cDarrick J. Wong
2024-04-23xfs: pass the attr value to put_listent when possibleAllison Henderson
2024-04-23xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson
2024-04-23xfs: Add parent pointers to xfs_cross_renameAllison Henderson
2024-04-23xfs: Add parent pointers to renameAllison Henderson
2024-04-23xfs: remove parent pointers in unlinkAllison 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: extend transaction reservations for parent attributesAllison Henderson
2024-04-23xfs: add parent pointer validator functionsAllison Henderson
2024-04-23xfs: Expose init_xattrs in xfs_create_tmpfileAllison Henderson
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong
2024-04-23xfs: refactor xfs_is_using_logged_xattrs checks in attr item recoveryDarrick J. Wong
2024-04-23xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong
2024-04-23xfs: define parent pointer ondisk extended attribute formatAllison Henderson
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong
2024-04-23xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong
2024-04-23xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig
2024-04-23xfs: rearrange xfs_attr_match parametersDarrick J. Wong
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong
2024-04-23xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2Darrick J. Wong
2024-04-23xfs: refactor name/length checks in xfs_attri_validateDarrick J. Wong