summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-03-28xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong6-30/+29
2025-03-28xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2025-03-28xfs: update dir3 leaf block metadata after swapZhang Tianci1-0/+7
2025-03-28xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang1-42/+31
2025-03-28xfs: fix perag leak when growfs failsLong Li3-10/+32
2025-03-28xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2025-03-28xfs: initialise di_crc in xfs_log_dinodeDave Chinner1-0/+3
2025-03-28xfs: force all buffers to be written during btree bulk loadDarrick J. Wong3-7/+42
2025-03-28xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2025-03-28xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2025-03-28xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
2025-03-28xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong1-3/+5
2025-03-28xfs: make rextslog computation consistent with mkfsDarrick J. Wong4-3/+21
2025-03-28xfs: don't leak recovered attri intent itemsDarrick J. Wong1-2/+7
2025-03-28xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2025-03-28xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong3-2/+3
2025-03-28xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong7-76/+87
2025-03-28xfs: reserve less log space when recovering log intent itemsDarrick J. Wong6-9/+40
2025-03-28xfs: use deferred frees for btree block freeingDave Chinner11-26/+33
2025-03-28xfs: fix bounds check in xfs_defer_agfl_block()Dave Chinner1-5/+6
2025-03-28xfs: validate block number being freed before adding to xefiDave Chinner8-23/+62
2025-03-28xfs: pass per-ag references to xfs_free_extentDarrick J. Wong7-24/+28
2025-03-28xfs: pass the xfs_bmbt_irec directly through the log intent codeDarrick J. Wong3-72/+46
2025-03-28xfs: fix confusing xfs_extent_item variable namesDarrick J. Wong2-51/+51
2025-03-28xfs: pass xfs_extent_free_item directly through the log intent codeDarrick J. Wong1-25/+30
2025-03-28xfs: pass refcount intent directly through the log intent codeDarrick J. Wong4-103/+74
2025-02-21xfs: Add error handling for xfs_reflink_cancel_cow_rangeWentao Liang1-2/+5
2025-02-21xfs: don't over-report free space or inodes in statvfsDarrick J. Wong1-10/+17
2025-02-21xfs: report realtime block quota limits on realtime directoriesDarrick J. Wong2-12/+17
2025-02-01xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2025-02-01xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2025-02-01xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2025-02-01xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2025-02-01xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2025-02-01xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2025-02-01xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2025-02-01xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2025-02-01xfs: abort intent items when recovery intents failLong Li3-4/+5
2025-02-01xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2025-02-01xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang4-13/+80
2025-02-01xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig1-11/+13
2025-02-01xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2025-02-01xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2025-02-01xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2025-02-01xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2025-02-01xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1
2025-02-01xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong3-16/+41
2025-02-01xfs: bump max fsgeom struct versionDarrick J. Wong1-1/+1
2024-12-19xfs: only run precommits once per transaction objectDarrick J. Wong1-12/+4
2024-12-19xfs: fix scrub tracepoints when inode-rooted btrees are involvedDarrick J. Wong1-1/+1