summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-06-21xfs: allow cross-linking special files without project quotaAndrey Albershteyn1-2/+13
2024-06-21xfs: don't use current->journal_infoDave Chinner4-21/+7
2024-06-21xfs: allow sunit mount option to repair bad primary sb stripe valuesDave Chinner2-11/+34
2024-06-21xfs: ensure submit buffers on LSN boundaries in error handlersLong Li1-3/+20
2024-06-21xfs: shrink failure needs to hold AGI bufferDave Chinner1-1/+10
2024-06-21xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner1-2/+2
2024-06-21xfs: fix scrub stats file permissionsDarrick J. Wong1-2/+2
2024-06-21xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong1-1/+6
2024-04-03xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong7-30/+30
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 Li3-11/+32
2024-04-03xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2024-04-03xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen1-0/+4
2024-04-03xfs: initialise di_crc in xfs_log_dinodeDave Chinner1-0/+3
2024-04-03xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong1-0/+4
2024-04-03xfs: force all buffers to be written during btree bulk loadDarrick J. Wong3-7/+42
2024-04-03xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong1-1/+1
2024-04-03xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2024-04-03xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong1-6/+0
2024-04-03xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong3-4/+31
2024-04-03xfs: don't allow overly small or large realtime volumesDarrick J. Wong3-1/+17
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. Wong4-3/+21
2024-04-03xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong7-7/+22
2024-04-03xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong7-7/+14
2024-04-03xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong11-116/+158
2024-04-03xfs: don't leak recovered attri intent itemsDarrick J. Wong1-2/+7
2024-04-03xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2024-04-03xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong4-3/+5
2024-04-03xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong9-78/+89
2024-02-16xfs: respect the stable writes flag on the RT deviceChristoph Hellwig3-0/+23
2024-02-16xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig1-10/+12
2024-02-16xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong1-0/+14
2024-02-16xfs: clean up dqblk extractionDarrick J. Wong2-5/+7
2024-02-16xfs: inode recovery does not validate the recovered inodeDave Chinner2-1/+16
2024-02-16xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos1-1/+1
2024-02-16xfs: fix internal error from AGFL exhaustionOmar Sandoval1-3/+24
2024-02-16xfs: up(ic_sema) if flushing data device failsLeah Rumancik1-11/+12
2024-02-16xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig1-0/+1
2024-02-16xfs: abort intent items when recovery intents failLong Li3-4/+5
2024-02-16xfs: factor out xfs_defer_pending_abortLong Li1-8/+15
2024-02-16xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang4-13/+80
2024-02-16xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig1-11/+13
2024-02-16xfs: introduce protection for drop nlinkCheng Lin1-0/+7
2024-02-16xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2024-02-16xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong1-1/+1
2024-02-16xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong1-12/+12
2024-02-16xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1