summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2025-09-04xfs: do not propagate ENODATA disk errors into xattr codeEric Sandeen
2025-02-27xfs: Reduce unnecessary searches when searching for the best extentsChi Zhiling
2025-02-27xfs: update the pag for the last AG at recovery timeChristoph Hellwig
2025-02-27xfs: don't use __GFP_RETRY_MAYFAIL in xfs_initialize_peragChristoph Hellwig
2025-02-27xfs: pass the exact range to initialize to xfs_initialize_peragChristoph Hellwig
2025-02-27xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_allocChristoph Hellwig
2025-02-27xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btallocChristoph Hellwig
2025-02-27xfs: don't ifdef around the exact minlen allocationsChristoph Hellwig
2025-02-27xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocateChristoph Hellwig
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addnameChristoph Hellwig
2025-02-27xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_splitChristoph Hellwig
2025-02-27xfs: return bool from xfs_attr3_leaf_addChristoph Hellwig
2025-02-27xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addnameChristoph Hellwig
2025-02-27xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong
2025-02-27xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig
2024-12-27xfs: remove unused parameter in macro XFS_DQUOT_LOGRESJulian Sun
2024-12-27xfs: don't walk off the end of a directory data blocklei lu
2024-12-19xfs: return from xfs_symlink_verify early on V4 filesystemsDarrick J. Wong
2024-12-19xfs: update btree keys correctly when _insrec splits an inode root blockDarrick J. Wong
2024-12-09xfs: remove unknown compat feature check in superblock write validationLong Li
2024-10-22xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong
2024-10-22xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong
2024-10-22xfs: make sure sb_fdblocks is non-negativeWengang Wang
2024-10-22xfs: allow symlinks with short remote targetsDarrick J. Wong
2024-10-22xfs: make xfs_bmapi_convert_delalloc() to allocate the target offsetZhang Yi
2024-10-22xfs: make the seq argument to xfs_bmapi_convert_delalloc() optionalZhang Yi
2024-10-22xfs: enforce one namespace per attributeDarrick J. Wong
2024-10-22xfs: fix missing check for invalid attr flagsDarrick J. Wong
2024-10-22xfs: fix xfs_bmap_add_extent_delay_real for partial conversionsChristoph Hellwig
2024-10-22xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-06-21xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner
2024-06-21xfs: shrink failure needs to hold AGI bufferDave Chinner
2024-04-03xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong
2024-04-03xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn
2024-04-03xfs: update dir3 leaf block metadata after swapZhang Tianci
2024-04-03xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang
2024-04-03xfs: fix perag leak when growfs failsLong Li
2024-04-03xfs: add lock protection when remove perag from radix treeLong Li
2024-04-03xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2024-04-03xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong
2024-04-03xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2024-04-03xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong
2024-04-03xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2024-04-03xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong
2024-04-03xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong
2024-04-03xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong
2024-04-03xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong
2024-02-16xfs: inode recovery does not validate the recovered inodeDave Chinner
2024-02-16xfs: fix internal error from AGFL exhaustionOmar Sandoval
2024-02-16xfs: abort intent items when recovery intents failLong Li