summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove the i_mode check in xfs_releaseChristoph Hellwig2024-09-031-3/+0
* Merge tag 'btree-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/scm/...Chandan Babu R2024-09-0319-154/+237
|\
| * 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
* | Merge tag 'xfs-fixes-6.12_2024-09-02' of https://git.kernel.org/pub/scm/linux...Chandan Babu R2024-09-033-8/+9
|\|
| * 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
* | Merge tag 'quota-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/scm/...Chandan Babu R2024-09-034-36/+81
|\|
| * xfs: refactor loading quota inodes in the regular caseDarrick J. Wong2024-09-014-36/+81
* | Merge tag 'rtalloc-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/sc...Chandan Babu R2024-09-0314-490/+478
|\|
| * 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
* | Merge tag 'rtalloc-fixes-6.12_2024-09-02' of https://git.kernel.org/pub/scm/l...Chandan Babu R2024-09-037-133/+124
|\|
| * 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
* | Merge tag 'rtbitmap-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/s...Chandan Babu R2024-09-037-402/+438
|\|
| * 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
| * xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig2024-09-011-20/+18
| * xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig2024-09-011-8/+4
| * xfs: add bounds checking to xfs_rt{bitmap,summary}_read_bufChristoph Hellwig2024-09-012-21/+32
| * xfs: assert a valid limit in xfs_rtfind_forwChristoph Hellwig2024-09-011-0/+2
| * xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig2024-09-013-7/+6
| * xfs: make the RT rsum_cache mandatoryChristoph Hellwig2024-09-011-11/+15
| * xfs: factor out a xfs_validate_rt_geometry helperChristoph Hellwig2024-09-012-29/+36
| * xfs: remove xfs_validate_rtextentsChristoph Hellwig2024-09-013-14/+2
* | Merge tag 'metadir-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/sc...Chandan Babu R2024-09-038-12/+16
|\|
| * xfs: pass the icreate args object to xfs_diallocDarrick J. Wong2024-09-016-8/+11
| * xfs: match on the global RT inode numbers in xfs_is_metadata_inodeChristoph Hellwig2024-09-011-3/+4
| * xfs: validate inumber in xfs_igetDarrick J. Wong2024-09-011-1/+1
* | Merge tag 'atomic-file-commits-6.12_2024-09-02' of https://git.kernel.org/pub...Chandan Babu R2024-09-035-3/+243
|\|