summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2025-10-23xfs: fix log CRC mismatches between i386 and other architecturesChristoph Hellwig1-1/+29
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen2-0/+13
2025-02-27xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling1-1/+1
2025-02-27xfs: update the pag for the last AG at recovery timeChristoph Hellwig2-0/+18
2025-02-27xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig1-1/+1
2025-02-27xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig2-24/+9
2025-02-27xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig1-1/+7
2025-02-27xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig1-48/+13
2025-02-27xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig3-14/+3
2025-02-27xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig1-45/+28
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig1-5/+8
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig2-3/+7
2025-02-27xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig3-27/+25
2025-02-27xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig1-102/+74
2025-02-27xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2025-02-27xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig1-0/+2
2024-12-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun2-15/+15
2024-12-27xfs: don't walk off the end of a directory data blocklei lu2-5/+33
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong1-1/+3
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong1-6/+23
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li1-7/+0
2024-10-22xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong1-4/+27
2024-10-22xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-10-22xfs: make sure sb_fdblocks is non-negativeWengang Wang1-3/+4
2024-10-22xfs: allow symlinks with short remote targetsDarrick J. Wong1-4/+24
2024-10-22xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi1-2/+32
2024-10-22xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi1-2/+4
2024-10-22xfs: enforce one namespace per attributeDarrick J. Wong3-2/+19
2024-10-22xfs: fix missing check for invalid attr flagsDarrick J. Wong1-0/+5
2024-10-22xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig1-4/+9
2024-10-22xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig3-25/+42
2024-06-21xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-06-21xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-04-03xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong5-30/+28
2024-04-03xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2024-04-03xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2024-04-03xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2024-04-03xfs: fix perag leak when growfs failsLong Li2-10/+28
2024-04-03xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2024-04-03xfs: force all buffers to be written during btree bulk loadDarrick J. Wong1-3/+1
2024-04-03xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2024-04-03xfs: don't allow overly small or large realtime volumesDarrick J. Wong2-1/+15
2024-04-03xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2024-04-03xfs: make rextslog computation consistent with mkfsDarrick J. Wong3-1/+19
2024-04-03xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong1-0/+2
2024-04-03xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong3-28/+85
2024-04-03xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong3-2/+3
2024-04-03xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong3-1/+84
2024-02-16xfs: inode recovery does not validate the recovered inodeDave Chinner1-0/+3
2024-02-16xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24