summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c
AgeCommit message (Expand)AuthorLines
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig-1/+0
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner-18/+12
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner-18/+12
2014-09-23xfs: xfs_rtget_summary can be staticFengguang Wu-1/+1
2014-09-09xfs: combine xfs_rtmodify_summary and xfs_rtget_summaryEric Sandeen-53/+2
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig-2/+2
2014-06-25xfs: global error sign conversionDave Chinner-10/+10
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen-7/+7
2014-02-07xfs: use tr_growrtalloc for growing rt filesBrian Foster-1/+1
2013-10-23xfs: split xfs_rtalloc.c for userspace sanityDave Chinner-1247/+290
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner-6/+3
2013-10-23xfs: decouple log and transaction headersDave Chinner-3/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner-0/+1
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu-8/+9
2013-08-12xfs: remove __KERNEL__ from debug codeDave Chinner-1/+1
2013-08-12xfs: consolidate xfs_utils.cDave Chinner-1/+0
2013-08-12xfs: fix issues that cause userspace warningsDave Chinner-2/+2
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner-0/+1
2013-08-12xfs: reshuffle dir2 definitions around for userspaceDave Chinner-1/+0
2013-08-12xfs: introduce xfs_rtalloc_defs.hDave Chinner-1/+1
2012-11-15xfs: uncached buffer reads need to return an errorDave Chinner-1/+8
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner-3/+3
2012-10-17xfs: remove xfs_iget.cDave Chinner-0/+1
2012-08-23xfs: fix uninitialised variable in xfs_rtbuf_get()Dave Chinner-1/+1
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner-1/+0
2012-05-14xfs: clean up buffer get/read call APIDave Chinner-4/+4
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu-5/+4
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig-5/+5
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner-3/+3
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner-21/+11
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman-15/+15
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman-1/+1
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner-4/+4
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig-33/+21
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig-6/+10
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig-21/+13
2010-10-18xfs: use unhashed buffers for size checksDave Chinner-16/+13
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig-1/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig-6/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner-2/+2
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen-2/+2
2010-01-15xfs: fix missing error check in xfs_rtfree_rangeDave Chinner-0/+2
2009-12-14xfs: event tracing supportChristoph Hellwig-0/+1
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig-0/+10
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen-1/+1
2008-12-02[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net-0/+2