summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-09-12xfs: xfs_finobt_count_blocks() walks the wrong btreeDave Chinner1-1/+1
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong1-1/+1
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong1-4/+27
2024-06-10xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2024-05-27xfs: Add cond_resched to block unmap range and reflink remap pathRitesh Harjani (IBM)1-0/+1
2024-05-27xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2024-05-27xfs: fix xfs_init_attr_trans not handling explicit operation codesDarrick J. Wong2-23/+20
2024-05-27xfs: Stop using __maybe_unused in xfs_alloc.cJohn Garry1-4/+2
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig4-44/+29
2024-05-03xfs: xfs_quota_unreserve_blkres can't failChristoph Hellwig2-12/+6
2024-05-02xfs: minor cleanups of xfs_attr3_rmt_blocksDarrick J. Wong1-8/+8
2024-05-02xfs: create a helper to compute the blockcount of a max sized remote valueDarrick J. Wong2-1/+7
2024-05-02xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a functionDarrick J. Wong2-6/+17
2024-05-02xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.cDarrick J. Wong2-32/+31
2024-04-30xfs: do not allocate the entire delalloc extent in xfs_bmapi_writeChristoph Hellwig1-2/+3
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