summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
6 daysxfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-12xfs: move XFS_LSN_CMP to xfs_log_format.hChristoph Hellwig
2026-06-10xfs: cleanup xfs_growfs_compute_deltasChristoph Hellwig
2026-06-10xfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig
2026-06-10xfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong
2026-06-09xfs: mark struct xfs_imap as __packedChristoph Hellwig
2026-06-09xfs: store an agbno in struct xfs_imapChristoph Hellwig
2026-06-09xfs: massage xfs_imap_to_bp into xfs_read_iclusterChristoph Hellwig
2026-06-09xfs: remove im_len field in struct xfs_imapChristoph Hellwig
2026-06-09xfs: cleanup xfs_imapChristoph Hellwig
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig
2026-06-09xfs: add a xfs_rmap_inode_owner helperChristoph Hellwig
2026-06-09xfs: add a xfs_rmap_inode_bmbt_ownerChristoph Hellwig
2026-06-09xfs: add a XFS_INO_TO_FSB helperChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig
2026-06-09xfs: fix exchmaps reservation limit checkYingjie Gao
2026-05-11xfs: Report case sensitivity in fileattr_getChuck Lever
2026-04-27xfs: zero directory data block padding on write verificationYuto Ohnuki
2026-04-27xfs: zero entire directory data block header region at initYuto Ohnuki
2026-04-27xfs: remove the meaningless XFS_ALLOC_FLAG_FREEINGJinliang Zheng
2026-03-30xfs: switch (back) to a per-buftarg buffer hashChristoph Hellwig
2026-03-23Merge branch 'xfs-7.0-fixes' into for-nextCarlos Maiolino
2026-03-23xfs: factor out xfs_attr3_leaf_initLong Li
2026-03-23xfs: factor out xfs_attr3_node_entry_removeLong Li
2026-03-18Merge branch 'xfs-7.1-merge' into for-nextCarlos Maiolino
2026-03-18xfs: annotate struct xfs_attr_list_context with __counted_by_ptrBill Wendling
2026-03-06xfs: fix returned valued from xfs_defer_can_appendCarlos Maiolino
2026-03-05xfs: Remove redundant NULL check after __GFP_NOFAILhongao
2026-03-04xfs: add write pointer to xfs_rtgroup_geometryWilfred Mallawa
2026-02-25xfs: add static size checks for ioctl UABIWilfred Mallawa
2026-02-25xfs: remove duplicate static size checksWilfred Mallawa
2026-02-25xfs: Add a comment in xfs_log_sb()Nirjhar Roy (IBM)
2026-02-25xfs: remove metafile inodes from the active inode statChristoph Hellwig
2026-02-25xfs: fix code alignment issues in xfs_ondisk.cWilfred Mallawa
2026-02-25xfs: Refactoring the nagcount and delta calculationNirjhar Roy (IBM)
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-30xfs: give the defer_relog stat a xs_ prefixChristoph Hellwig
2026-01-30xfs: add zone reset error injectionChristoph Hellwig
2026-01-30xfs: don't validate error tags in the I/O pathChristoph Hellwig
2026-01-29xfs: fix spacing style issues in xfs_alloc.cShin Seong-jun
2026-01-28Merge tag 'attr-pptr-speedup-7.0_2026-01-25' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-28Merge tag 'attr-leaf-freemap-fixes-7.0_2026-01-25' of https://git.kernel.org/...Carlos Maiolino
2026-01-28Merge tag 'health-monitoring-7.0_2026-01-20' of https://git.kernel.org/pub/sc...Carlos Maiolino
2026-01-23xfs: add a method to replace shortform attrsDarrick J. Wong
2026-01-23xfs: speed up parent pointer operations when possibleDarrick J. Wong
2026-01-23xfs: reduce xfs_attr_try_sf_addname parametersDarrick J. Wong