summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-01-30xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong7-30/+30
2024-01-29xfs: reset XFS_ATTR_INCOMPLETE filter on node removalAndrey Albershteyn1-3/+3
2024-01-22xfs: read only mounts with fsopen mount API are bustedDave Chinner1-10/+17
2024-01-19Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2024-01-11xfs: fix backwards logic in xfs_bmap_alloc_accountDarrick J. Wong1-1/+1
2024-01-11Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+0
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds135-2930/+12688
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-6/+6
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-20/+8
2023-12-29xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig2-8/+10
2023-12-29xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig1-2/+4
2023-12-29xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig1-4/+2
2023-12-29xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig2-10/+2
2023-12-29xfs: remove struct xfs_attr_shortformChristoph Hellwig10-62/+71
2023-12-29xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig1-11/+5
2023-12-29xfs: remove xfs_attr_shortform_lookupChristoph Hellwig3-39/+7
2023-12-29xfs: simplify xfs_attr_sf_findnameChristoph Hellwig4-66/+48
2023-12-29xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig1-2/+3
2023-12-29xfs: return if_data from xfs_idata_reallocChristoph Hellwig4-32/+22
2023-12-29xfs: make if_data a void pointerChristoph Hellwig18-167/+119
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-2/+0
2023-12-22xfs: fold xfs_rtallocate_extent into xfs_bmap_rtallocChristoph Hellwig1-49/+18
2023-12-22xfs: simplify and optimize the RT allocation fallback cascadeChristoph Hellwig1-23/+35
2023-12-22xfs: reorder the minlen and prod calculations in xfs_bmap_rtallocChristoph Hellwig1-9/+11
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig3-13/+8
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig4-24/+16
2023-12-22xfs: factor out a xfs_rtalloc_sumlevel helperChristoph Hellwig1-83/+70
2023-12-22xfs: tidy up xfs_rtallocate_extent_exactChristoph Hellwig1-21/+13
2023-12-22xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_blockChristoph Hellwig1-8/+5
2023-12-22xfs: reflow the tail end of xfs_rtallocate_extent_blockChristoph Hellwig1-21/+23
2023-12-22xfs: invert a check in xfs_rtallocate_extent_blockChristoph Hellwig1-5/+4
2023-12-22xfs: split xfs_rtmodify_summary_intChristoph Hellwig1-51/+25
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig3-18/+16
2023-12-22xfs: cleanup picking the start extent hint in xfs_bmap_rtallocChristoph Hellwig1-20/+15
2023-12-22xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig2-6/+15
2023-12-22xfs: reflow the tail end of xfs_bmap_rtallocChristoph Hellwig1-30/+30
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig2-141/+71
2023-12-22xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig3-170/+133
2023-12-22xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig3-18/+17
2023-12-22xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig1-10/+9
2023-12-22xfs: turn the xfs_trans_mod_dquot_byino stub into an inline functionChristoph Hellwig1-1/+4
2023-12-22xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2023-12-22xfs/health: cleanup, remove duplicated includingWang Jinchao1-2/+0
2023-12-22xfs: fix perag leak when growfs failsLong Li3-11/+32
2023-12-22xfs: add lock protection when remove perag from radix treeLong Li1-0/+4
2023-12-15xfs: repair quotasDarrick J. Wong10-8/+628
2023-12-15xfs: improve dquot iteration for scrubDarrick J. Wong9-46/+319
2023-12-15xfs: check dquot resource timersDarrick J. Wong1-0/+21
2023-12-15xfs: check the ondisk space mapping behind a dquotDarrick J. Wong1-0/+58
2023-12-15xfs: online repair of realtime bitmapsDarrick J. Wong6-8/+245