summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)Author
2024-09-01xfs: factor out a xfs_last_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: factor out a xfs_growfs_rt_bmblock helperChristoph Hellwig
2024-09-01xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtallocChristoph Hellwig
2024-09-01xfs: cleanup the calling convention for xfs_rtpick_extentChristoph Hellwig
2024-09-01xfs: remove the limit argument to xfs_rtfind_backChristoph Hellwig
2024-09-01xfs: make the RT rsum_cache mandatoryChristoph Hellwig
2024-09-01xfs: remove xfs_validate_rtextentsChristoph Hellwig
2024-08-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong
2024-08-27xfs: take m_growlock when running growfsrtDarrick J. Wong
2024-07-09xfs: fix rtalloc rotoring when delalloc is in useChristoph Hellwig
2024-05-03xfs: simplify iext overflow checking and upgradeChristoph Hellwig
2024-04-30xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig
2024-04-22xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)Christoph Hellwig
2024-04-22xfs: refactor realtime inode lockingChristoph Hellwig
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave Chinner
2024-02-13xfs: convert kmem_free() for kvmalloc users to kvfree()Dave Chinner
2024-02-13xfs: convert kmem_alloc() to kmalloc()Dave Chinner
2023-12-22xfs: fold xfs_rtallocate_extent into xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: simplify and optimize the RT allocation fallback cascadeChristoph Hellwig
2023-12-22xfs: reorder the minlen and prod calculations in xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: remove XFS_RTMIN/XFS_RTMAXChristoph Hellwig
2023-12-22xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig
2023-12-22xfs: factor out a xfs_rtalloc_sumlevel helperChristoph Hellwig
2023-12-22xfs: tidy up xfs_rtallocate_extent_exactChristoph Hellwig
2023-12-22xfs: merge the calls to xfs_rtallocate_range in xfs_rtallocate_blockChristoph Hellwig
2023-12-22xfs: reflow the tail end of xfs_rtallocate_extent_blockChristoph Hellwig
2023-12-22xfs: invert a check in xfs_rtallocate_extent_blockChristoph Hellwig
2023-12-22xfs: move xfs_rtget_summary to xfs_rtbitmap.cChristoph Hellwig
2023-12-22xfs: cleanup picking the start extent hint in xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: reflow the tail end of xfs_bmap_rtallocChristoph Hellwig
2023-12-22xfs: return -ENOSPC from xfs_rtallocate_*Christoph Hellwig
2023-12-22xfs: move xfs_bmap_rtalloc to xfs_rtalloc.cChristoph Hellwig
2023-12-22xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig
2023-12-13xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong
2023-12-06xfs: don't allow overly small or large realtime volumesDarrick J. Wong
2023-12-06xfs: make rextslog computation consistent with mkfsDarrick J. Wong
2023-11-08Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-10-19xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex...Omar Sandoval
2023-10-19xfs: don't try redundant allocations in xfs_rtallocate_extent_near()Omar Sandoval
2023-10-19xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()Omar Sandoval
2023-10-19xfs: return maximum free size from xfs_rtany_summary()Omar Sandoval
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval
2023-10-18xfs: consolidate realtime allocation argumentsDave Chinner
2023-10-18xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong
2023-10-18xfs: convert to new timestamp accessorsJeff Layton
2023-10-17xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong