aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
7 daysxfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
7 daysxfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng1-0/+10
2026-07-22xfs: fix off-by-one in rtrefcount btree root level validationXiang Mei1-2/+2
2026-07-12xfs: fix null pointer dereference in tracepointAndrey Albershteyn1-1/+1
2026-07-01xfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng1-2/+12
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds30-188/+185
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2026-06-12xfs: move XFS_LSN_CMP to xfs_log_format.hChristoph Hellwig2-1/+13
2026-06-10xfs: cleanup xfs_growfs_compute_deltasChristoph Hellwig2-26/+23
2026-06-10xfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig2-6/+6
2026-06-10xfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong1-1/+1
2026-06-09xfs: mark struct xfs_imap as __packedChristoph Hellwig1-1/+1
2026-06-09xfs: store an agbno in struct xfs_imapChristoph Hellwig3-26/+17
2026-06-09xfs: massage xfs_imap_to_bp into xfs_read_iclusterChristoph Hellwig3-11/+9
2026-06-09xfs: remove im_len field in struct xfs_imapChristoph Hellwig3-7/+7
2026-06-09xfs: cleanup xfs_imapChristoph Hellwig1-35/+29
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig25-72/+72
2026-06-09xfs: add a xfs_rmap_inode_owner helperChristoph Hellwig2-1/+3
2026-06-09xfs: add a xfs_rmap_inode_bmbt_ownerChristoph Hellwig4-6/+8
2026-06-09xfs: add a XFS_INO_TO_FSB helperChristoph Hellwig3-9/+7
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig2-3/+4
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig4-4/+6
2026-06-09xfs: fix exchmaps reservation limit checkYingjie Gao1-1/+1
2026-05-11xfs: Report case sensitivity in fileattr_getChuck Lever1-0/+2
2026-04-27xfs: zero directory data block padding on write verificationYuto Ohnuki1-0/+6
2026-04-27xfs: zero entire directory data block header region at initYuto Ohnuki1-7/+5
2026-04-27xfs: remove the meaningless XFS_ALLOC_FLAG_FREEINGJinliang Zheng1-2/+1
2026-03-30xfs: switch (back) to a per-buftarg buffer hashChristoph Hellwig2-13/+2
2026-03-23Merge branch 'xfs-7.0-fixes' into for-nextCarlos Maiolino4-11/+69
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-18Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino1-1/+4
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-03-04xfs: add write pointer to xfs_rtgroup_geometryWilfred Mallawa1-1/+4
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-21Convert '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