summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge tag 'scrub-pptrs-6.10_2024-04-23' of https://git.kernel.org/pub/scm/lin...Chandan Babu R2024-04-2413-11/+1307
|\|
| * 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
* | Merge tag 'pptrs-6.10_2024-04-23' of https://git.kernel.org/pub/scm/linux/ker...Chandan Babu R2024-04-2442-832/+2807
|\|
| * 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
* | Merge tag 'improve-attr-validation-6.10_2024-04-23' of https://git.kernel.org...Chandan Babu R2024-04-2411-72/+299
|\|
| * 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
| * xfs: always set args->value in xfs_attri_item_recoverDarrick J. Wong2024-04-231-2/+2
| * xfs: validate recovered name buffers when recovering xattr itemsDarrick J. Wong2024-04-231-11/+47
| * xfs: use helpers to extract xattr op from opflagsDarrick J. Wong2024-04-232-6/+15