summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-04-30xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig1-5/+10
2024-04-30xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig1-5/+0
2024-04-30xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig1-14/+18
2024-04-30xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig1-6/+3
2024-04-30xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig1-6/+5
2024-04-30xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig1-3/+0
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig3-25/+42
2024-04-29xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi1-2/+32
2024-04-29xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi1-2/+4
2024-04-26xfs: refactor dir format helpersChristoph Hellwig3-124/+85
2024-04-26xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig2-23/+27
2024-04-26xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig2-23/+26
2024-04-26xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig2-25/+29
2024-04-26xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig2-26/+42
2024-04-24xfs: introduce vectored scrub modeDarrick J. Wong1-0/+33
2024-04-24xfs: report directory tree corruption in the health informationDarrick J. Wong2-1/+4
2024-04-24xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong1-1/+2
2024-04-24xfs: actually rebuild the parent pointer xattrsDarrick J. Wong2-1/+2
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-23xfs: add raw parent pointer apis to support repairDarrick J. Wong4-2/+72
2024-04-23xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong2-4/+4
2024-04-23xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong1-21/+12
2024-04-23xfs: check dirents have parent pointersDarrick J. Wong2-0/+27
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 Henderson3-0/+6
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. Wong4-0/+118
2024-04-23xfs: split out handle management helpers a bitDarrick J. Wong1-1/+3
2024-04-23xfs: pass the attr value to put_listent when possibleAllison Henderson2-2/+4
2024-04-23xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson1-0/+3
2024-04-23xfs: Add parent pointers to renameAllison Henderson4-2/+65
2024-04-23xfs: remove parent pointers in unlinkAllison Henderson4-2/+39
2024-04-23xfs: add parent attributes to symlinkAllison Henderson2-2/+19
2024-04-23xfs: add parent attributes to linkAllison Henderson2-2/+15
2024-04-23xfs: parent pointer attribute creationAllison Henderson4-4/+190
2024-04-23xfs: create a hashname function for parent pointersDarrick J. Wong3-0/+55
2024-04-23xfs: extend transaction reservations for parent attributesAllison Henderson1-52/+274
2024-04-23xfs: add parent pointer validator functionsAllison Henderson3-0/+112
2024-04-23xfs: record inode generation in xattr update log intent itemsDarrick J. Wong1-1/+1
2024-04-23xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong4-5/+44
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 Henderson2-2/+8
2024-04-23xfs: create a separate hashname function for extended attributesDarrick J. Wong3-4/+41
2024-04-23xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong1-34/+3
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