summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'vfs-7.2-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+4
8 daysiomap: consolidate bio submissionChristoph Hellwig1-2/+1
8 daysxfs: fix the error unwind in xfs_open_devices()Christian Brauner1-0/+3
9 daysxfs: simplify __xfs_buf_ioendChristoph Hellwig1-25/+26
9 daysxfs: fix handling of synchronous errors in xfs_buf_submitChristoph Hellwig1-5/+5
9 daysxfs: remove xfs_buf_ioendChristoph Hellwig1-14/+8
9 daysxfs: improve the xfs_buf_ioend_fail calling conventionChristoph Hellwig4-11/+10
9 daysxfs: use null daddr for unset first bad log blockYousef Alhouseen1-3/+3
9 daysxfs: fix memory leak in xfs_dqinode_metadir_create()Dawei Feng1-2/+12
9 daysxfs: release dquot buffer after dqflush failureYingjie Gao1-3/+2
9 daysxfs: also mark the buffer stale on verifier failure in xfs_buf_submitChristoph Hellwig1-3/+5
9 daysxfs: open code xfs_buf_ioend_fail in xfs_buf_submitChristoph Hellwig1-10/+13
11 daysxfs: fix AGFL extent count calculation in xrep_agfl_filljiazhenyuan1-1/+1
11 daysxfs: simplify the failure path in xfs_buf_alloc_vmallocChristoph Hellwig1-4/+3
11 daysxfs: fix incorrect use of gfp flags in xfs_buf_alloc_backing_memChristoph Hellwig1-26/+23
11 daysxfs: lift setting __GFP_NOFAIL from xfs_buf_alloc_kmem to the callerChristoph Hellwig1-2/+2
11 daysxfs: split up xfs_buf_alloc_backing_memChristoph Hellwig1-21/+40
2026-06-16Merge tag 'xfs-merge-7.2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds121-792/+770
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+20
2026-06-15Merge tag 'vfs-7.2-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2026-06-15Merge tag 'vfs-7.2-rc1.exportfs' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-21/+38
2026-06-12xfs: shut down the filesystem on a failed mountMikhail Lobanov1-4/+12
2026-06-12xfs: skip inode inactivation on a shut down mountMikhail Lobanov1-2/+15
2026-06-12xfs: move XFS_LSN_CMP to xfs_log_format.hChristoph Hellwig3-18/+13
2026-06-12xfs: shut down zoned file systems on writeback errorsYao Sang1-0/+11
2026-06-10xfs: cleanup xfs_growfs_compute_deltasChristoph Hellwig3-27/+26
2026-06-10xfs: pass back updated nb from xfs_growfs_compute_deltasChristoph Hellwig3-7/+7
2026-06-10xfs: fix pointer arithmetic error on 32-bit systemsDarrick J. Wong1-1/+1
2026-06-10xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
2026-06-10xfs: only log freed extents for the current RTG in zoned growfsChristoph Hellwig1-4/+4
2026-06-10xfs: add newly added RTGs to the free pool in growfsChristoph Hellwig1-0/+8
2026-06-10xfs: factor out a xfs_zone_mark_free helperChristoph Hellwig3-5/+11
2026-06-09xfs: mark struct xfs_imap as __packedChristoph Hellwig1-1/+1
2026-06-09xfs: store an agbno in struct xfs_imapChristoph Hellwig11-49/+44
2026-06-09xfs: massage xfs_imap_to_bp into xfs_read_iclusterChristoph Hellwig8-19/+18
2026-06-09xfs: remove im_len field in struct xfs_imapChristoph Hellwig7-15/+18
2026-06-09xfs: cleanup xfs_imapChristoph Hellwig1-35/+29
2026-06-09xfs: remove the call to xfs_buf_reverify in xfs_trans_read_buf_mapChristoph Hellwig3-37/+5
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig91-425/+427
2026-06-09xfs: remove xfs_setup_existing_inodeChristoph Hellwig2-9/+5
2026-06-09xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corruptChristoph Hellwig7-14/+14
2026-06-09xfs: add a xchk_ip_set_corrupt helperChristoph Hellwig10-36/+38
2026-06-09xfs: add a xfs_rmap_inode_owner helperChristoph Hellwig4-6/+7
2026-06-09xfs: add a xfs_rmap_inode_bmbt_ownerChristoph Hellwig10-14/+15
2026-06-09xfs: add a XFS_INO_TO_FSB helperChristoph Hellwig6-16/+11
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig7-28/+23
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig13-36/+31
2026-06-09xfs: fix unreachable BIGTIME check in dquot flush validationAlexey Nepomnyashih1-8/+8
2026-06-09xfs: fix exchmaps reservation limit checkYingjie Gao1-1/+1
2026-06-09xfs: drop the experimental warning for the zoned allocatorChristoph Hellwig4-8/+0