summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-04-037-30/+30
* xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn2024-04-031-3/+3
* xfs: update dir3 leaf block metadata after swapZhang Tianci2024-04-031-0/+7
* xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_realJiachen Zhang2024-04-031-42/+31
* xfs: fix perag leak when growfs failsLong Li2024-04-033-11/+32
* xfs: add lock protection when remove perag from radix treeLong Li2024-04-031-0/+4
* xfs: short circuit xfs_growfs_data_private() if delta is zeroEric Sandeen2024-04-031-0/+4
* xfs: initialise di_crc in xfs_log_dinodeDave Chinner2024-04-031-0/+3
* xfs: add missing nrext64 inode flag check to scrubDarrick J. Wong2024-04-031-0/+4
* xfs: force all buffers to be written during btree bulk loadDarrick J. Wong2024-04-033-7/+42
* xfs: fix an off-by-one error in xreap_agextent_binvalDarrick J. Wong2024-04-031-1/+1
* xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong2024-04-031-0/+5
* xfs: remove unused fields from struct xbtree_ifakerootDarrick J. Wong2024-04-031-6/+0
* xfs: make xchk_iget safer in the presence of corrupt inode btreesDarrick J. Wong2024-04-033-4/+31
* xfs: don't allow overly small or large realtime volumesDarrick J. Wong2024-04-033-1/+17
* xfs: fix 32-bit truncation in xfs_compute_rextslogDarrick J. Wong2024-04-031-3/+5
* xfs: make rextslog computation consistent with mkfsDarrick J. Wong2024-04-034-3/+21
* xfs: transfer recovered intent item ownership in ->iop_recoverDarrick J. Wong2024-04-037-7/+22
* xfs: pass the xfs_defer_pending object to iop_recoverDarrick J. Wong2024-04-037-7/+14
* xfs: use xfs_defer_pending objects to recover intent itemsDarrick J. Wong2024-04-0311-116/+158
* xfs: don't leak recovered attri intent itemsDarrick J. Wong2024-04-031-2/+7
* xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig2024-04-031-1/+1
* xfs: convert rt bitmap extent lengths to xfs_rtbxlen_tDarrick J. Wong2024-04-034-3/+5
* xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong2024-04-039-78/+89
* xfs: respect the stable writes flag on the RT deviceChristoph Hellwig2024-02-163-0/+23
* xfs: clean up FS_XFLAG_REALTIME handling in xfs_ioctl_setattr_xflagsChristoph Hellwig2024-02-161-10/+12
* xfs: dquot recovery does not validate the recovered dquotDarrick J. Wong2024-02-161-0/+14
* xfs: clean up dqblk extractionDarrick J. Wong2024-02-162-5/+7
* xfs: inode recovery does not validate the recovered inodeDave Chinner2024-02-162-1/+16
* xfs: fix again select in kconfig XFS_ONLINE_SCRUB_STATSAnthony Iliopoulos2024-02-161-1/+1
* xfs: fix internal error from AGFL exhaustionOmar Sandoval2024-02-161-3/+24
* xfs: up(ic_sema) if flushing data device failsLeah Rumancik2024-02-161-11/+12
* xfs: only remap the written blocks in xfs_reflink_end_cow_extentChristoph Hellwig2024-02-161-0/+1
* xfs: abort intent items when recovery intents failLong Li2024-02-163-4/+5
* xfs: factor out xfs_defer_pending_abortLong Li2024-02-161-8/+15
* xfs: allow read IO and FICLONE to run concurrentlyCatherine Hoang2024-02-164-13/+80
* xfs: handle nimaps=0 from xfs_bmapi_write in xfs_alloc_file_spaceChristoph Hellwig2024-02-161-11/+13
* xfs: introduce protection for drop nlinkCheng Lin2024-02-161-0/+7
* xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong2024-02-161-5/+26
* xfs: fix units conversion error in xfs_bmap_del_extent_delayDarrick J. Wong2024-02-161-1/+1
* xfs: rt stubs should return negative errnos when rt disabledDarrick J. Wong2024-02-161-12/+12
* xfs: prevent rt growfs when quota is enabledDarrick J. Wong2024-02-161-1/+1
* xfs: hoist freeing of rt data fork extent mappingsDarrick J. Wong2024-02-163-16/+41
* xfs: bump max fsgeom struct versionDarrick J. Wong2024-02-161-1/+1
* xfs: read only mounts with fsopen mount API are bustedDave Chinner2024-01-311-10/+17
* xfs: recovery should not clear di_flushiter unconditionallyDave Chinner2023-11-281-15/+17
* xfs: reinstate the old i_version counter as STATX_CHANGE_COOKIEJeff Layton2023-10-121-0/+5
* xfs: Remove duplicate includeJiapeng Chong2023-10-121-1/+0
* xfs: correct calculation for agend and blockcountShiyang Ruan2023-10-121-3/+3
* xfs: process free extents to busy list in FIFO orderDarrick J. Wong2023-10-111-1/+2