summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-09-1960-1452/+1770
|\
| * xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig2024-09-032-0/+18
| * xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig2024-09-032-29/+9
| * xfs: convert perag lookup to xarrayChristoph Hellwig2024-09-034-52/+35
| * xfs: simplify tagged perag iterationChristoph Hellwig2024-09-032-40/+35
| * xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig2024-09-033-62/+58
| * xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig2024-09-032-14/+1
| * xfs: use LIST_HEAD() to simplify codeHongbo Li2024-09-031-2/+1
| * xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong2024-09-031-1/+0
| * xfs: remove unnecessary checkDan Carpenter2024-09-031-1/+1
| * xfs: Use xfs set and clear mp state helpersJohn Garry2024-09-035-9/+9
| * xfs: reclaim speculative preallocations for append only filesChristoph Hellwig2024-09-033-8/+10
| * xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig2024-09-031-15/+7
| * xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig2024-09-031-3/+2
| * xfs: only free posteof blocks on first closeDarrick J. Wong2024-09-032-23/+13
| * xfs: don't free post-EOF blocks on read closeDave Chinner2024-09-031-1/+7
| * xfs: skip all of xfs_file_release when shut downChristoph Hellwig2024-09-031-4/+6
| * xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig2024-09-031-9/+9
| * xfs: refactor f_op->release handlingChristoph Hellwig2024-09-033-83/+68
| * xfs: remove the i_mode check in xfs_releaseChristoph Hellwig2024-09-031-3/+0
| * xfs: standardize the btree maxrecs function parametersDarrick J. Wong2024-09-0114-33/+40
| * xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong2024-09-019-122/+198
| * xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong2024-09-011-5/+5
| * xfs: fix FITRIM reporting againDarrick J. Wong2024-09-011-1/+1
| * xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong2024-09-011-2/+3
| * xfs: refactor loading quota inodes in the regular caseDarrick J. Wong2024-09-014-36/+81
| * xfs: move xfs_ioc_getfsmap out of xfs_ioctl.cDarrick J. Wong2024-09-013-136/+134
| * xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong2024-09-011-134/+134
| * xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig2024-09-017-25/+19
| * xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig2024-09-012-38/+0
| * xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong2024-09-012-40/+18
| * xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig2024-09-011-7/+11
| * xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig2024-09-011-34/+59
| * xfs: rework the rtalloc fallback handlingChristoph Hellwig2024-09-011-35/+34
| * xfs: factor out a xfs_rtallocate helperChristoph Hellwig2024-09-011-31/+50
| * xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig2024-09-011-24/+33
| * xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig2024-09-014-41/+30
| * xfs: remove xfs_rtb_to_rtxremChristoph Hellwig2024-09-012-23/+4
| * xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong2024-09-011-6/+9
| * xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong2024-09-011-11/+12
| * xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong2024-09-011-20/+21
| * xfs: refactor aligning bestlen to prodDarrick J. Wong2024-09-011-11/+15
| * xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_blockDarrick J. Wong2024-09-011-9/+7
| * xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong2024-09-011-10/+11
| * xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig2024-09-013-4/+15
| * xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig2024-09-011-3/+5
| * xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lockChristoph Hellwig2024-09-014-16/+23
| * xfs: factor out rtbitmap/summary initialization helpersChristoph Hellwig2024-09-013-117/+133
| * xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig2024-09-011-10/+19
| * xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig2024-09-011-159/+158