aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-2/+2
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig1-6/+6
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R1-0/+5
2020-12-16xfs: 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-15xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong1-0/+11
2020-09-15xfs: Remove kmem_zalloc_large()Carlos Maiolino1-1/+1
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong1-5/+3
2019-10-23xfs: 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-28xfs: remove unused header filesEric Sandeen1-6/+0
2018-12-21xfs: 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-11xfs: remove xfs_defer_init() firstblock paramBrian Foster1-1/+1
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster1-2/+2
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster1-3/+2
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster1-2/+1
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster1-1/+1
2018-07-11xfs: 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-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig1-1/+1
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-4/+4
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig1-16/+8
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-5/+5
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-4/+4
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-12/+9
2016-02-09xfs: remove timestamps from incore inodeDave Chinner1-1/+1
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen1-2/+1
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster1-28/+29
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-3/+3
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-8/+2
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner1-18/+12
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner1-18/+12
2014-09-23xfs: xfs_rtget_summary can be staticFengguang Wu1-1/+1