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