summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryEric Sandeen2014-09-091-53/+2
|/
* xfs: require 64-bit sector_tChristoph Hellwig2014-07-301-2/+2
* xfs: global error sign conversionDave Chinner2014-06-251-10/+10
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-7/+7
* xfs: use tr_growrtalloc for growing rt filesBrian Foster2014-02-071-1/+1
* xfs: split xfs_rtalloc.c for userspace sanityDave Chinner2013-10-231-1247/+290
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-6/+3
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+4
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: refactor xfs_trans_reserve() interfaceJie Liu2013-08-121-8/+9
* xfs: remove __KERNEL__ from debug codeDave Chinner2013-08-121-1/+1
* xfs: consolidate xfs_utils.cDave Chinner2013-08-121-1/+0
* xfs: fix issues that cause userspace warningsDave Chinner2013-08-121-2/+2
* xfs: create xfs_bmap_util.[ch]Dave Chinner2013-08-121-0/+1
* xfs: reshuffle dir2 definitions around for userspaceDave Chinner2013-08-121-1/+0
* xfs: introduce xfs_rtalloc_defs.hDave Chinner2013-08-121-1/+1
* xfs: uncached buffer reads need to return an errorDave Chinner2012-11-151-1/+8
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-3/+3
* xfs: remove xfs_iget.cDave Chinner2012-10-171-0/+1
* xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner2012-08-231-1/+1
* xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner2012-05-141-1/+0
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* xfs: clean up buffer get/read call APIDave Chinner2012-05-141-4/+4
* xfs: fix deadlock in xfs_rtfree_extentKamal Dasu2012-03-221-5/+4
* xfs: simplify xfs_trans_ijoin* againChristoph Hellwig2011-10-111-5/+5
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-111-3/+3
* xfs: remove xfs_bmapi_single()Dave Chinner2011-10-111-21/+11
* xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-251-15/+15
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-1/+1
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-4/+4
* xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2011-02-221-33/+21
* xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-071-6/+10
* xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2011-02-071-21/+13
* xfs: use unhashed buffers for size checksDave Chinner2010-10-181-16/+13
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-1/+1
OpenPOWER on IntegriCloud