summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: replace xfs_sb_version checks with feature flag checksDave Chinner2021-08-191-2/+1
* xfs: reflect sb features in xfs_mountDave Chinner2021-08-191-0/+3
* xfs: fix an integer overflow error in xfs_growfs_rtDarrick J. Wong2021-07-151-5/+5
* xfs: improve FSGROWFSRT precondition checkingDarrick J. Wong2021-07-151-7/+32
* xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-2/+2
* xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-071-6/+6
* xfs: Check for extent overflow when trivally adding a new extentChandan Babu R2021-01-221-0/+5
* xfs: remove xfs_buf_t typedefDave Chinner2020-12-161-10/+10
* xfs: annotate grabbing the realtime bitmap/summary locks in growfsDarrick J. Wong2020-10-131-2/+2
* xfs: make xfs_growfs_rt update secondary superblocksDarrick J. Wong2020-10-131-1/+7
* xfs: fix realtime bitmap/summary file truncation when growing rt volumeDarrick J. Wong2020-10-131-2/+8
* xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary filesChandan Babu R2020-09-231-0/+1
* xfs: Set xfs_buf type flag when growing summary/bitmap filesChandan Babu R2020-09-211-0/+8
* xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-09-151-0/+11
* xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-151-1/+1
* xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong2020-01-261-5/+3
* xfs: don't set bmapi total block req where minleft isBrian Foster2019-10-231-2/+1
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-6/+0
* xfs: reallocate realtime summary cache on growfsOmar Sandoval2018-12-211-8/+36
* xfs: require both realtime inodes to mountDarrick J. Wong2018-12-131-3/+1
* xfs: cache minimum realtime summary levelOmar Sandoval2018-12-121-4/+21
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-3/+3
* xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-8/+1
* xfs: remove xfs_defer_init() firstblock paramBrian Foster2018-07-111-1/+1
* xfs: remove xfs_bmapi_write() firstblock paramBrian Foster2018-07-111-2/+2
* xfs: use ->t_firstblock for all xfs_bmapi_write() callersBrian Foster2018-07-111-3/+2
* xfs: refactor dfops init to attach to transactionBrian Foster2018-07-111-2/+1
* xfs: remove xfs_bmapi_write() dfops paramBrian Foster2018-07-111-1/+1
* xfs: use ->t_dfops for all xfs_bmapi_write() callersBrian Foster2018-07-111-3/+4
* xfs: replace do_mod with native operationsDave Chinner2018-06-081-3/+7
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-011-1/+1
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-4/+4
* xfs: simplify xfs_rtallocate_extentChristoph Hellwig2017-02-171-16/+8
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-5/+5
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-4/+4
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-12/+9
* xfs: remove timestamps from incore inodeDave Chinner2016-02-091-1/+1
* xfs: eliminate committed arg from xfs_bmap_finishEric Sandeen2016-01-111-2/+1
* xfs: add missing bmap cancel calls in error pathsBrian Foster2015-08-191-28/+29
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-3/+3
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-8/+2
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner2014-10-021-18/+12
|\
| * xfs: check xfs_buf_read_uncached returns correctlyDave Chinner2014-10-021-18/+12
* | xfs: xfs_rtget_summary can be staticFengguang Wu2014-09-231-1/+1