summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorLines
2026-02-25xfs: add static size checks for ioctl UABIWilfred Mallawa-5/+34
2026-02-25xfs: remove duplicate static size checksWilfred Mallawa-9/+0
2026-02-25xfs: Add a comment in xfs_log_sb()Nirjhar Roy (IBM)-0/+3
2026-02-25xfs: remove metafile inodes from the active inode statChristoph Hellwig-0/+9
2026-02-25xfs: fix code alignment issues in xfs_ondisk.cWilfred Mallawa-2/+2
2026-02-25xfs: Refactoring the nagcount and delta calculationNirjhar Roy (IBM)-0/+31
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+14
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig-1/+1
2026-01-30xfs: add zone reset error injectionChristoph Hellwig-2/+4
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig-1/+1
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun-4/+4
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino-17/+156
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino-35/+124
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino-0/+194
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong-0/+43
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong-10/+109
2026-01-23xfs: reduce xfs_attr_try_sf_addname parametersDarrick J. Wong-7/+4
2026-01-23xfs: strengthen attr leaf block freemap checkingDarrick J. Wong-0/+55
2026-01-23xfs: refactor attr3 leaf table size computationDarrick J. Wong-29/+30
2026-01-23xfs: fix freemap adjustments when adding xattrs to leaf blocksDarrick J. Wong-8/+28
2026-01-23xfs: delete attr leaf freemap entries when emptyDarrick J. Wong-0/+13
2026-01-21xfs: split and refactor zone validationChristoph Hellwig-112/+42
2026-01-21xfs: add a xfs_rtgroup_raw_size helperChristoph Hellwig-0/+15
2026-01-21xfs: add missing forward declaration in xfs_zones.hDamien Le Moal-0/+1
2026-01-21xfs: remove xfs_attr_leaf_hasnameChristoph Hellwig-51/+24
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig-49/+49
2026-01-21xfs: move struct xfs_log_iovec to xfs_log_priv.hChristoph Hellwig-7/+0
2026-01-20xfs: add media verification ioctlDarrick J. Wong-0/+30
2026-01-20xfs: check if an open file is on the health monitored fsDarrick J. Wong-1/+11
2026-01-20xfs: convey file I/O errors to the health monitorDarrick J. Wong-0/+24
2026-01-20xfs: convey externally discovered fsdax media errors to the health monitorDarrick J. Wong-0/+15
2026-01-20xfs: convey filesystem shutdown events to the health monitorDarrick J. Wong-0/+18
2026-01-20xfs: convey metadata health events to the health monitorDarrick J. Wong-0/+40
2026-01-20xfs: convey filesystem unmount events to the health monitorDarrick J. Wong-0/+3
2026-01-20xfs: create event queuing, formatting, and discovery infrastructureDarrick J. Wong-0/+47
2026-01-20xfs: start creating infrastructure for health monitoringDarrick J. Wong-0/+7
2026-01-13xfs: set max_agbno to allow sparse alloc of last full inode chunkBrian Foster-5/+6
2026-01-13xfs: fix an overly long line in xfs_rtgroup_calc_geometryChristoph Hellwig-1/+2
2026-01-13xfs: mark __xfs_rtgroup_extents staticChristoph Hellwig-27/+25
2025-12-17xfs: validate that zoned RT devices are zone alignedChristoph Hellwig-0/+15
2025-12-03Merge tag 'xfs-merge-6.19' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-30/+41
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+4
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg-6/+0
2025-11-12xfs: remove the xlog_rec_header_t typedefChristoph Hellwig-2/+2
2025-11-12xfs: remove xlog_in_core_2_tChristoph Hellwig-18/+19
2025-11-12xfs: add a XLOG_CYCLE_DATA_SIZE constantChristoph Hellwig-2/+3
2025-11-11xfs: use a lockref for the xfs_dquot reference countChristoph Hellwig-3/+1
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig-0/+17