summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)Author
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-19xfs: reflect sb features in xfs_mountDave Chinner
2021-07-15xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong
2021-07-15xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2020-12-16xfs: remove xfs_buf_t typedefDave Chinner
2020-10-13xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong
2020-10-13xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong
2020-10-13xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong
2020-09-23xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R
2020-09-21xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R
2020-09-15xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong
2020-09-15xfs: Remove kmem_zalloc_large()Carlos Maiolino
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2019-10-23xfs: don't set bmapi total block req where minleft isBrian Foster
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-06-28xfs: remove unused header filesEric Sandeen
2018-12-21xfs: reallocate realtime summary cache on growfsOmar Sandoval
2018-12-13xfs: require both realtime inodes to mountDarrick J. Wong
2018-12-12xfs: cache minimum realtime summary levelOmar Sandoval
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-26xfs: remove all boilerplate defer init/finish codeBrian Foster
2018-07-11xfs: remove xfs_defer_init() firstblock paramBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() firstblock paramBrian Foster
2018-07-11xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster
2018-07-11xfs: refactor dfops init to attach to transactionBrian Foster
2018-07-11xfs: remove xfs_bmapi_write() dfops paramBrian Foster
2018-07-11xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster
2018-06-08xfs: replace do_mod with native operationsDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2017-09-01xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-02-09xfs: remove timestamps from incore inodeDave Chinner
2016-01-11xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen
2015-08-19xfs: add missing bmap cancel calls in error pathsBrian Foster
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner
2014-09-23xfs: xfs_rtget_summary can be staticFengguang Wu