aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextGravatar Dave Chinner 1-18/+12
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyGravatar Dave Chinner 1-18/+12
2014-09-23xfs: xfs_rtget_summary can be staticGravatar Fengguang Wu 1-1/+1
2014-09-09xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryGravatar Eric Sandeen 1-53/+2
2014-07-30xfs: require 64-bit sector_tGravatar Christoph Hellwig 1-2/+2
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-10/+10
2014-06-22xfs: Nuke XFS_ERROR macroGravatar Eric Sandeen 1-7/+7
2014-02-07xfs: use tr_growrtalloc for growing rt filesGravatar Brian Foster 1-1/+1
2013-10-23xfs: split xfs_rtalloc.c for userspace sanityGravatar Dave Chinner 1-1247/+290
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-6/+3
2013-10-23xfs: decouple log and transaction headersGravatar Dave Chinner 1-3/+4
2013-10-23xfs: create a shared header file for format-related informationGravatar Dave Chinner 1-0/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceGravatar Jie Liu 1-8/+9
2013-08-12xfs: remove __KERNEL__ from debug codeGravatar Dave Chinner 1-1/+1
2013-08-12xfs: consolidate xfs_utils.cGravatar Dave Chinner 1-1/+0
2013-08-12xfs: fix issues that cause userspace warningsGravatar Dave Chinner 1-2/+2
2013-08-12xfs: create xfs_bmap_util.[ch]Gravatar Dave Chinner 1-0/+1
2013-08-12xfs: reshuffle dir2 definitions around for userspaceGravatar Dave Chinner 1-1/+0
2013-08-12xfs: introduce xfs_rtalloc_defs.hGravatar Dave Chinner 1-1/+1
2012-11-15xfs: uncached buffer reads need to return an errorGravatar Dave Chinner 1-1/+8
2012-11-15xfs: make buffer read verication an IO completion functionGravatar Dave Chinner 1-3/+3
2012-10-17xfs: remove xfs_iget.cGravatar Dave Chinner 1-0/+1
2012-08-23xfs: fix uninitialised variable in xfs_rtbuf_get()Gravatar Dave Chinner 1-1/+1
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hGravatar Dave Chinner 1-1/+0
2012-05-14xfs: clean up buffer get/read call APIGravatar Dave Chinner 1-4/+4
2012-03-22xfs: fix deadlock in xfs_rtfree_extentGravatar Kamal Dasu 1-5/+4
2011-10-11xfs: simplify xfs_trans_ijoin* againGravatar Christoph Hellwig 1-5/+5
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeGravatar Dave Chinner 1-3/+3
2011-10-11xfs: remove xfs_bmapi_single()Gravatar Dave Chinner 1-21/+11
2011-07-25xfs: Remove the macro XFS_BUF_PTRGravatar Chandra Seetharaman 1-15/+15
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyGravatar Chandra Seetharaman 1-1/+1
2011-03-07xfs: Convert remaining cmn_err() callers to new APIGravatar Dave Chinner 1-4/+4
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorGravatar Christoph Hellwig 1-33/+21
2011-02-07xfs: add lockdep annotations for the rt inodesGravatar Christoph Hellwig 1-6/+10
2011-02-07xfs: only lock the rt bitmap inode once per allocationGravatar Christoph Hellwig 1-21/+13
2010-10-18xfs: use unhashed buffers for size checksGravatar Dave Chinner 1-16/+13