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