aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...Gravatar Dave Chinner 1-0/+3
2022-04-13xfs: Conditionally upgrade existing inodes to use large extent countersGravatar Chandan Babu R 1-0/+3
2022-04-12xfs: use a separate frextents counter for rt extent reservationsGravatar Darrick J. Wong 1-0/+1
2022-04-12xfs: recalculate free rt extents after log recoveryGravatar Darrick J. Wong 1-0/+37
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksGravatar Dave Chinner 1-2/+1
2021-08-19xfs: reflect sb features in xfs_mountGravatar Dave Chinner 1-0/+3
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtGravatar Darrick J. Wong 1-5/+5
2021-07-15xfs: improve FSGROWFSRT precondition checkingGravatar Darrick J. Wong 1-7/+32
2021-04-07xfs: move the di_flags field to struct xfs_inodeGravatar Christoph Hellwig 1-2/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeGravatar Christoph Hellwig 1-6/+6
2021-01-22xfs: Check for extent overflow when trivally adding a new extentGravatar Chandan Babu R 1-0/+5
2020-12-16xfs: remove xfs_buf_t typedefGravatar Dave Chinner 1-10/+10
2020-10-13xfs: annotate grabbing the realtime bitmap/summary locks in growfsGravatar Darrick J. Wong 1-2/+2
2020-10-13xfs: make xfs_growfs_rt update secondary superblocksGravatar Darrick J. Wong 1-1/+7
2020-10-13xfs: fix realtime bitmap/summary file truncation when growing rt volumeGravatar Darrick J. Wong 1-2/+8
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesGravatar Chandan Babu R 1-0/+1
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesGravatar Chandan Babu R 1-0/+8
2020-09-15xfs: make sure the rt allocator doesn't run off the endGravatar Darrick J. Wong 1-0/+11
2020-09-15xfs: Remove kmem_zalloc_large()Gravatar Carlos Maiolino 1-1/+1
2020-01-26xfs: make xfs_trans_get_buf return an error codeGravatar Darrick J. Wong 1-5/+3
2019-10-23xfs: don't set bmapi total block req where minleft isGravatar Brian Foster 1-2/+1
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-2/+2
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-6/+0
2018-12-21xfs: reallocate realtime summary cache on growfsGravatar Omar Sandoval 1-8/+36
2018-12-13xfs: require both realtime inodes to mountGravatar Darrick J. Wong 1-3/+1
2018-12-12xfs: cache minimum realtime summary levelGravatar Omar Sandoval 1-4/+21
2018-07-26xfs: clean up IRELE/iput callsitesGravatar Darrick J. Wong 1-3/+3
2018-07-26xfs: remove all boilerplate defer init/finish codeGravatar Brian Foster 1-8/+1
2018-07-11xfs: remove xfs_defer_init() firstblock paramGravatar Brian Foster 1-1/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramGravatar Brian Foster 1-2/+2
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersGravatar Brian Foster 1-3/+2
2018-07-11xfs: refactor dfops init to attach to transactionGravatar Brian Foster 1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() dfops paramGravatar Brian Foster 1-1/+1
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersGravatar Brian Foster 1-3/+4
2018-06-08xfs: replace do_mod with native operationsGravatar Dave Chinner 1-3/+7
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishGravatar Christoph Hellwig 1-1/+1
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-4/+4
2017-02-17xfs: simplify xfs_rtallocate_extentGravatar Christoph Hellwig 1-16/+8
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-5/+5
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Gravatar Darrick J. Wong 1-4/+4
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-0/+1
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-12/+9
2016-02-09xfs: remove timestamps from incore inodeGravatar Dave Chinner 1-1/+1
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishGravatar Eric Sandeen 1-2/+1
2015-08-19xfs: add missing bmap cancel calls in error pathsGravatar Brian Foster 1-28/+29
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-3/+3
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 1-8/+2
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0