summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-10146-2943/+12727
|\
| * xfs: use the op name in trace_xlog_intent_recovery_failedChristoph Hellwig2023-12-292-8/+10
| * xfs: fix a use after free in xfs_defer_finish_recoveryChristoph Hellwig2023-12-291-2/+4
| * xfs: turn the XFS_DA_OP_REPLACE checks in xfs_attr_shortform_addname into ass...Christoph Hellwig2023-12-291-4/+2
| * xfs: remove xfs_attr_sf_hdr_tChristoph Hellwig2023-12-292-10/+2
| * xfs: remove struct xfs_attr_shortformChristoph Hellwig2023-12-2910-62/+71
| * xfs: use xfs_attr_sf_findname in xfs_attr_shortform_getvalueChristoph Hellwig2023-12-291-11/+5
| * xfs: remove xfs_attr_shortform_lookupChristoph Hellwig2023-12-293-39/+7
| * xfs: simplify xfs_attr_sf_findnameChristoph Hellwig2023-12-294-66/+48
| * xfs: move the xfs_attr_sf_lookup tracepointChristoph Hellwig2023-12-291-2/+3
| * xfs: return if_data from xfs_idata_reallocChristoph Hellwig2023-12-294-32/+22
| * xfs: make if_data a void pointerChristoph Hellwig2023-12-2918-167/+119
| * xfs: fold xfs_rtallocate_extent into xfs_bmap_rtallocChristoph Hellwig2023-12-221-49/+18
| * xfs: simplify and optimize the RT allocation fallback cascadeChristoph Hellwig2023-12-221-23/+35
| * xfs: reorder the minlen and prod calculations in xfs_bmap_rtallocChristoph Hellwig2023-12-221-9/+11
| * xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig2023-12-223-13/+8
| * xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2023-12-224-24/+16
| * xfs: factor out a xfs_rtalloc_sumlevel helperChristoph Hellwig2023-12-221-83/+70
| * xfs: tidy up xfs_rtallocate_extent_exactChristoph Hellwig2023-12-221-21/+13
| * xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_blockChristoph Hellwig2023-12-221-8/+5
| * xfs: reflow the tail end of xfs_rtallocate_extent_blockChristoph Hellwig2023-12-221-21/+23
| * xfs: invert a check in xfs_rtallocate_extent_blockChristoph Hellwig2023-12-221-5/+4
| * xfs: split xfs_rtmodify_summary_intChristoph Hellwig2023-12-221-51/+25
| * xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig2023-12-223-18/+16
| * xfs: cleanup picking the start extent hint in xfs_bmap_rtallocChristoph Hellwig2023-12-221-20/+15
| * xfs: indicate if xfs_bmap_adjacent changed ap->blknoChristoph Hellwig2023-12-222-6/+15
| * xfs: reflow the tail end of xfs_bmap_rtallocChristoph Hellwig2023-12-221-30/+30
| * xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig2023-12-222-141/+71
| * xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig2023-12-223-170/+133
| * xfs: also use xfs_bmap_btalloc_accounting for RT allocationsChristoph Hellwig2023-12-223-18/+17
| * xfs: remove the xfs_alloc_arg argument to xfs_bmap_btalloc_accountingChristoph Hellwig2023-12-221-10/+9
| * xfs: turn the xfs_trans_mod_dquot_byino stub into an inline functionChristoph Hellwig2023-12-221-1/+4
| * xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig2023-12-221-1/+1
| * xfs/health: cleanup, remove duplicated includingWang Jinchao2023-12-221-2/+0
| * xfs: fix perag leak when growfs failsLong Li2023-12-223-11/+32
| * xfs: add lock protection when remove perag from radix treeLong Li2023-12-221-0/+4
| * Merge tag 'repair-quota-6.8_2023-12-15' of https://git.kernel.org/pub/scm/lin...Chandan Babu R2023-12-1612-54/+1026
| |\
| | * xfs: repair quotasDarrick J. Wong2023-12-1510-8/+628
| | * xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-159-46/+319
| | * xfs: check dquot resource timersDarrick J. Wong2023-12-151-0/+21
| | * xfs: check the ondisk space mapping behind a dquotDarrick J. Wong2023-12-151-0/+58
| * | Merge tag 'repair-rtbitmap-6.8_2023-12-15' of https://git.kernel.org/pub/scm/...Chandan Babu R2023-12-1612-74/+647
| |\|
| | * xfs: online repair of realtime bitmapsDarrick J. Wong2023-12-156-8/+245
| | * xfs: create a new inode fork block unmap helperDarrick J. Wong2023-12-153-24/+46
| | * xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong2023-12-153-4/+168
| | * xfs: always check the rtbitmap and rtsummary filesDarrick J. Wong2023-12-151-2/+0
| | * xfs: check rt summary file geometry more thoroughlyDarrick J. Wong2023-12-151-27/+110
| | * xfs: check rt bitmap file geometry more thoroughlyDarrick J. Wong2023-12-151-15/+84
| * | Merge tag 'repair-file-mappings-6.8_2023-12-15' of https://git.kernel.org/pub...Chandan Babu R2023-12-1624-52/+2160
| |\|
| | * xfs: repair problems in CoW forksDarrick J. Wong2023-12-157-1/+771