summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
8 daystreewide: refresh kmalloc_obj() conversionsKees Cook1-2/+2
2026-08-21xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_bufYun Zhou2-21/+22
2026-08-17Merge tag 'xfs-merge-7.3' of git://git.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds9-106/+112
2026-08-10xfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
2026-08-10xfs: hide b_flags manipulation from code outside of xfs_buf.cChristoph Hellwig2-5/+4
2026-08-10xfs: remove spurious XBF_DONE clearing on readahead validation failureChristoph Hellwig2-12/+11
2026-08-03xfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
2026-08-03xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng1-0/+10
2026-07-22xfs: use kmalloc_objs() instead of kmalloc() in xfs_da_grow_inode_intCihan Karadag1-2/+1
2026-07-22xfs: mark internal metadir file creation helpers staticJohannes Thumshirn2-7/+3
2026-07-22xfs: create rtgroup metadir inodes using xfs_metadir_create_fileJohannes Thumshirn1-32/+26
2026-07-22xfs: create quota metadir inodes using xfs_metadir_create_fileJohannes Thumshirn1-28/+11
2026-07-22xfs: add xfs_metadir_create_file helperJohannes Thumshirn2-21/+43
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-186/+183
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-25/+22
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-34/+28
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