summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-16xfs: abort intent items when recovery intents failLong Li2-3/+4
2024-02-16xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2024-02-16xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2024-02-16xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2-16/+36
2024-02-16xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2023-10-11xfs: adjust the incore perag block_count when shrinkingDarrick J. Wong1-0/+6
2023-09-23Merge tag 'xfs-6.6-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-1/+24
2023-09-20Revert "xfs: switch to multigrain timestamps"Christian Brauner1-3/+3
2023-09-12xfs: reserve less log space when recovering log intent itemsDarrick J. Wong1-0/+22
2023-09-12xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong1-1/+2
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+5
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-5/+6
2023-08-11xfs: switch to multigrain timestampsJeff Layton1-3/+3
2023-08-10xfs: allow userspace to rebuild metadata structuresDarrick J. Wong1-1/+5
2023-07-24xfs: convert to ctime accessor functionsJeff Layton2-3/+4
2023-07-17xfs: convert flex-array declarations in xfs attr shortform objectsDarrick J. Wong1-1/+1
2023-07-17xfs: convert flex-array declarations in xfs attr leaf blocksDarrick J. Wong1-8/+65
2023-07-17xfs: convert flex-array declarations in struct xfs_attrlist*Darrick J. Wong1-2/+2
2023-07-06Merge tag 'xfs-6.5-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds12-162/+297
2023-07-03xfs: AGI length should be bounds checkedDarrick J. Wong3-39/+60
2023-07-02xfs: fix xfs_btree_query_range callers to initialize btree rec fullyDarrick J. Wong3-20/+13
2023-06-29Merge tag 'xfs-6.5-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+2
2023-06-29xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner1-5/+6
2023-06-29xfs: AGF length has never been bounds checkedDave Chinner1-34/+56
2023-06-29xfs: journal geometry is not properly bounds checkedDave Chinner1-1/+55
2023-06-29xfs: don't block in busy flushing when freeing extentsDave Chinner2-23/+56
2023-06-29xfs: pass alloc flags through to xfs_extent_busy_flush()Dave Chinner2-45/+53
2023-06-29xfs: use deferred frees for btree block freeingDave Chinner9-24/+29
2023-06-29xfs: remove redundant initializations of pointers drop_leaf and save_leafColin Ian King1-2/+0
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-06-13xfs: fix ag count overflow during growfsLong Li1-0/+2