summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong2024-05-022-32/+31
* xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig2024-04-301-2/+3
* xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig2024-04-301-5/+10
* xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocateChristoph Hellwig2024-04-301-5/+0
* xfs: pass the actual offset and len to allocate to xfs_bmapi_allocateChristoph Hellwig2024-04-301-14/+18
* xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_writeChristoph Hellwig2024-04-301-6/+3
* xfs: lift a xfs_valid_startblock into xfs_bmapi_allocateChristoph Hellwig2024-04-301-6/+5
* xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocateChristoph Hellwig2024-04-301-3/+0
* xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig2024-04-303-25/+42
* xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi2024-04-291-2/+32
* xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi2024-04-291-2/+4
* xfs: refactor dir format helpersChristoph Hellwig2024-04-263-124/+85
* xfs: factor out a xfs_dir_replace_args helperChristoph Hellwig2024-04-262-23/+27
* xfs: factor out a xfs_dir_removename_args helperChristoph Hellwig2024-04-262-23/+26
* xfs: factor out a xfs_dir_createname_args helperChristoph Hellwig2024-04-262-25/+29
* xfs: factor out a xfs_dir_lookup_args helperChristoph Hellwig2024-04-262-26/+42
* xfs: introduce vectored scrub modeDarrick J. Wong2024-04-231-0/+33
* xfs: report directory tree corruption in the health informationDarrick J. Wong2024-04-232-1/+4
* xfs: teach online scrub to find directory tree structure problemsDarrick J. Wong2024-04-231-1/+2
* xfs: actually rebuild the parent pointer xattrsDarrick J. Wong2024-04-232-1/+2
* xfs: split xfs_bmap_add_attrfork into two piecesDarrick J. Wong2024-04-233-28/+50
* xfs: remove pointless unlocked assertionDarrick J. Wong2024-04-231-2/+0
* xfs: add raw parent pointer apis to support repairDarrick J. Wong2024-04-234-2/+72
* xfs: make the reserved block permission flag explicit in xfs_attr_setDarrick J. Wong2024-04-232-4/+4
* xfs: remove some boilerplate from xfs_attr_setDarrick J. Wong2024-04-231-21/+12
* xfs: check dirents have parent pointersDarrick J. Wong2024-04-232-0/+27
* 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-233-0/+6
* 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-234-0/+118
* xfs: split out handle management helpers a bitDarrick J. Wong2024-04-231-1/+3
* xfs: pass the attr value to put_listent when possibleAllison Henderson2024-04-232-2/+4
* xfs: don't return XFS_ATTR_PARENT attributes via listxattrAllison Henderson2024-04-231-0/+3
* xfs: Add parent pointers to renameAllison Henderson2024-04-234-2/+65
* xfs: remove parent pointers in unlinkAllison Henderson2024-04-234-2/+39
* xfs: add parent attributes to symlinkAllison Henderson2024-04-232-2/+19
* xfs: add parent attributes to linkAllison Henderson2024-04-232-2/+15
* xfs: parent pointer attribute creationAllison Henderson2024-04-234-4/+190
* xfs: create a hashname function for parent pointersDarrick J. Wong2024-04-233-0/+55
* xfs: extend transaction reservations for parent attributesAllison Henderson2024-04-231-52/+274
* xfs: add parent pointer validator functionsAllison Henderson2024-04-233-0/+112
* xfs: record inode generation in xattr update log intent itemsDarrick J. Wong2024-04-231-1/+1
* xfs: create attr log item opcodes and formats for parent pointersDarrick J. Wong2024-04-234-5/+44
* 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-232-2/+8
* xfs: create a separate hashname function for extended attributesDarrick J. Wong2024-04-233-4/+41
* xfs: move xfs_attr_defer_add to xfs_attr_item.cDarrick J. Wong2024-04-231-34/+3