summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-27xfs: reset rootdir extent size hint after growfsrtDarrick J. Wong1-0/+40
2024-12-27xfs: take m_growlock when running growfsrtDarrick J. Wong1-13/+25
2024-10-22xfs: fix error returns from xfs_bmapi_writeChristoph Hellwig1-2/+0
2024-04-03xfs: recompute growfsrtfree transaction reservation while growing rt volumeDarrick J. Wong1-0/+5
2024-04-03xfs: don't allow overly small or large realtime volumesDarrick J. Wong1-0/+2
2024-04-03xfs: make rextslog computation consistent with mkfsDarrick J. Wong1-2/+2
2024-04-03xfs: consider minlen sized extents in xfs_rtallocate_extent_blockChristoph Hellwig1-1/+1
2024-04-03xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.hDarrick J. Wong1-0/+1
2024-02-16xfs: make sure maxlen is still congruent with prod when rounding downDarrick J. Wong1-5/+26
2024-02-16xfs: 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
2018-07-12xfs: remove xfs_defer_init() firstblock paramBrian Foster1-1/+1
2018-07-12xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-2/+2
2018-07-12xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster1-3/+2
2018-07-12xfs: refactor dfops init to attach to transactionBrian Foster1-2/+1
2018-07-12xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-1/+1
2018-07-12xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster1-3/+4
2018-06-08xfs: replace do_mod with native operationsDave Chinner1-3/+7
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-1/+1
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4