summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)2024-05-271-0/+1
* xfs: allow symlinks with short remote targetsDarrick J. Wong2024-05-271-4/+24
* xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong2024-05-272-23/+20
* xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry2024-05-271-4/+2
* xfs: simplify iext overflow checking and upgradeChristoph Hellwig2024-05-034-44/+29
* xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2024-05-032-12/+6
* xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong2024-05-021-8/+8
* xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong2024-05-022-1/+7
* xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong2024-05-022-6/+17
* 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