summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-09Merge tag 'xfs-6.7-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-322/+316
2023-10-19xfs: don't look for end of extent further than necessary in xfs_rtallocate_ex...Omar Sandoval1-5/+22
2023-10-19xfs: don't try redundant allocations in xfs_rtallocate_extent_near()Omar Sandoval1-47/+7
2023-10-19xfs: limit maxlen based on available space in xfs_rtallocate_extent_near()Omar Sandoval1-3/+6
2023-10-19xfs: return maximum free size from xfs_rtany_summary()Omar Sandoval1-9/+9
2023-10-19xfs: invert the realtime summary cacheOmar Sandoval1-12/+19
2023-10-19xfs: cache last bitmap block in realtime allocatorOmar Sandoval1-66/+45
2023-10-19xfs: consolidate realtime allocation argumentsDave Chinner1-162/+171
2023-10-19xfs: create helpers for rtsummary block/wordcount computationsDarrick J. Wong1-10/+7
2023-10-18xfs: create helpers for rtbitmap block/wordcount computationsDarrick J. Wong1-1/+1
2023-10-18xfs: convert to new timestamp accessorsJeff Layton1-14/+16
2023-10-18xfs: convert the rtbitmap block and bit macros to static inline functionsDarrick J. Wong1-10/+10
2023-10-18xfs: use shifting and masking when converting rt extents, if possibleDarrick J. Wong1-0/+1
2023-10-18xfs: convert do_div calls to xfs_rtb_to_rtx helper callsDarrick J. Wong1-2/+1
2023-10-18xfs: convert rt extent numbers to xfs_rtxnum_tDarrick J. Wong1-68/+68
2023-10-18xfs: convert rt bitmap/summary block numbers to xfs_fileoff_tDarrick J. Wong1-17/+17
2023-10-18xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocatorDarrick J. Wong1-29/+29
2023-10-18xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong1-0/+1
2023-10-18xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2023-10-18xfs: prevent rt growfs when quota is enabledDarrick J. Wong1-1/+1
2022-11-17xfs: make rtbitmap ILOCKing consistent when scanning the rt bitmap fileDarrick J. Wong1-2/+2
2022-11-17xfs: load rtbitmap and rtsummary extent mapping btrees at mount timeDarrick J. Wong1-4/+52
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Dave Chinner1-0/+3
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersChandan Babu R1-0/+3
2022-04-11xfs: use a separate frextents counter for rt extent reservationsDarrick J. Wong1-0/+1
2022-04-11xfs: recalculate free rt extents after log recoveryDarrick J. Wong1-0/+37
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner1-2/+1
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner1-0/+3
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong1-5/+5
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong1-7/+32
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-6/+6
2021-01-23xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-0/+5
2020-12-17xfs: remove xfs_buf_t typedefDave Chinner1-10/+10
2020-10-13xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong1-2/+2
2020-10-13xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong1-1/+7
2020-10-13xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong1-2/+8
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R1-0/+1
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R1-0/+8
2020-09-16xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong1-0/+11
2020-09-16xfs: Remove kmem_zalloc_large()Carlos Maiolino1-1/+1
2020-01-27xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-5/+3
2019-10-24xfs: don't set bmapi total block req where minleft isBrian Foster1-2/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-2/+2
2019-06-29xfs: remove unused header filesEric Sandeen1-6/+0
2018-12-22xfs: reallocate realtime summary cache on growfsOmar Sandoval1-8/+36
2018-12-13xfs: require both realtime inodes to mountDarrick J. Wong1-3/+1
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval1-4/+21
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong1-3/+3
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster1-8/+1