summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-6/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-2/+2
* xfs: replace E2BIG with EFBIG where appropriateEric Sandeen2010-05-281-2/+2
* xfs: fix missing error check in xfs_rtfree_rangeDave Chinner2010-01-151-0/+2
* xfs: event tracing supportChristoph Hellwig2009-12-141-0/+1
* xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig2009-02-041-0/+10
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-1/+1
* [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net2008-12-021-0/+2
* [XFS] fix uninitialised variable bug in dquot release.Dave Chinner2008-12-011-21/+18
* [XFS] Use the generic bitops rather than implementing them ourselves.David Chinner2008-08-131-12/+7
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-1/+1
* [XFS] Propagate errors from xfs_trans_commit().David Chinner2008-04-181-15/+23
* [XFS] remove most calls to VN_RELEChristoph Hellwig2008-04-181-1/+2
* [XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy2008-02-261-7/+12
* [XFS] Use the generic bitops rather than implementing them ourselves.David Chinner2008-02-071-12/+7
* [XFS] Don't grow filesystems past the size they can index.Nathan Scott2007-07-141-1/+3
* [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-081-3/+3
* [XFS] Remove a bunch of unused functions from XFS.Eric Sandeen2007-02-101-108/+0
* [XFS] Remove unused argument to xfs_bmap_finishEric Sandeen2007-02-101-1/+1