summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-23xfs: refactor xfs_is_using_logged_xattrs checks in attr item recoveryDarrick J. Wong1-3/+4
2024-04-23xfs: allow xattr matching on name and value for parent pointersDarrick J. Wong1-6/+46
2024-04-23xfs: define parent pointer ondisk extended attribute formatAllison Henderson2-0/+14
2024-04-23xfs: add parent pointer support to attribute codeAllison Henderson3-3/+10
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong6-9/+54
2024-04-23xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong3-34/+41
2024-04-23xfs: check the flags earlier in xfs_attr_matchChristoph Hellwig1-9/+10
2024-04-23xfs: rearrange xfs_attr_match parametersDarrick J. Wong1-11/+12
2024-04-23xfs: enforce one namespace per attributeDarrick J. Wong7-18/+41
2024-04-23xfs: refactor name/value iovec validation in xlog_recover_attri_commit_pass2Darrick J. Wong1-18/+46
2024-04-23xfs: refactor name/length checks in xfs_attri_validateDarrick J. Wong1-8/+15
2024-04-23xfs: use local variables for name and value length in _attri_commit_pass2Darrick J. Wong1-11/+14
2024-04-23xfs: always set args->value in xfs_attri_item_recoverDarrick J. Wong1-2/+2
2024-04-23xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong1-11/+47
2024-04-23xfs: use helpers to extract xattr op from opflagsDarrick J. Wong2-6/+15
2024-04-23xfs: restructure xfs_attr_complete_op a bitDarrick J. Wong1-5/+4
2024-04-23xfs: check shortform attr entry flags specificallyDarrick J. Wong1-0/+9
2024-04-23xfs: fix missing check for invalid attr flagsDarrick J. Wong2-4/+14
2024-04-23xfs: check opcode and iovec count match in xlog_recover_attri_commit_pass2Darrick J. Wong1-0/+27
2024-04-23xfs: use an XFS_OPSTATE_ flag for detecting if logged xattrs are availableDarrick J. Wong4-3/+24
2024-04-23xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recoveryDarrick J. Wong1-2/+3
2024-04-23xfs: attr fork iext must be loaded before calling xfs_attr_is_leafDarrick J. Wong3-6/+60
2024-04-23xfs: rearrange xfs_da_args a bit to use less spaceDarrick J. Wong1-9/+11
2024-04-23xfs: make attr removal an explicit operationDarrick J. Wong6-25/+34
2024-04-23xfs: remove xfs_da_args.attr_flagsDarrick J. Wong10-28/+39