aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2024-09-19Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds60-1452/+1770
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-09-16Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-145/+219
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner17-81/+182
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen1-1/+1
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig2-0/+18
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig2-29/+9
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig4-52/+35
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig2-40/+35
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig3-62/+58
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig2-14/+1
2024-09-03xfs: use LIST_HEAD() to simplify codeHongbo Li1-2/+1
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong1-1/+0
2024-09-03xfs: remove unnecessary checkDan Carpenter1-1/+1
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry5-9/+9
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig3-8/+10
2024-09-03xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig1-15/+7
2024-09-03xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig1-3/+2
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong2-23/+13
2024-09-03xfs: don't free post-EOF blocks on read closeDave Chinner1-1/+7
2024-09-03xfs: skip all of xfs_file_release when shut downChristoph Hellwig1-4/+6
2024-09-03xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig1-9/+9
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig3-83/+68
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig1-3/+0
2024-09-01xfs: standardize the btree maxrecs function parametersDarrick J. Wong14-33/+40
2024-09-01xfs: replace shouty XFS_BM{BT,DR} macrosDarrick J. Wong9-122/+198
2024-09-01xfs: fix a sloppy memory handling bug in xfs_iroot_reallocDarrick J. Wong1-5/+5
2024-09-01xfs: fix FITRIM reporting againDarrick J. Wong1-1/+1
2024-09-01xfs: fix C++ compilation errors in xfs_fs.hDarrick J. Wong1-2/+3
2024-09-01xfs: refactor loading quota inodes in the regular caseDarrick J. Wong4-36/+81
2024-09-01xfs: move xfs_ioc_getfsmap out of xfs_ioctl.cDarrick J. Wong3-136/+134
2024-09-01xfs: rearrange xfs_fsmap.c a little bitDarrick J. Wong1-134/+134
2024-09-01xfs: replace m_rsumsize with m_rsumblocksChristoph Hellwig7-25/+19
2024-09-01xfs: remove xfs_{rtbitmap,rtsummary}_wordcountChristoph Hellwig2-38/+0
2024-09-01xfs: add xchk_setup_nothing and xchk_nothing helpersDarrick J. Wong2-40/+18
2024-09-01xfs: make the rtalloc start hint a xfs_rtblock_tChristoph Hellwig1-7/+11
2024-09-01xfs: factor out a xfs_rtallocate_align helperChristoph Hellwig1-34/+59
2024-09-01xfs: rework the rtalloc fallback handlingChristoph Hellwig1-35/+34
2024-09-01xfs: factor out a xfs_rtallocate helperChristoph Hellwig1-31/+50
2024-09-01xfs: clean up the ISVALID macro in xfs_bmap_adjacentChristoph Hellwig1-24/+33
2024-09-01xfs: simplify xfs_rtalloc_query_rangeChristoph Hellwig4-41/+30
2024-09-01xfs: remove xfs_rtb_to_rtxremChristoph Hellwig2-23/+4
2024-09-01xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_...Darrick J. Wong1-6/+9
2024-09-01xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_nearDarrick J. Wong1-11/+12
2024-09-01xfs: clean up xfs_rtallocate_extent_exact a bitDarrick J. Wong1-20/+21
2024-09-01xfs: refactor aligning bestlen to prodDarrick J. Wong1-11/+15
2024-09-01xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_blockDarrick J. Wong1-9/+7
2024-09-01xfs: don't return too-short extents from xfs_rtallocate_extent_blockDarrick J. Wong1-10/+11
2024-09-01xfs: ensure rtx mask/shift are correct after growfsChristoph Hellwig3-4/+15
2024-09-01xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblockChristoph Hellwig1-3/+5