aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] Fix a porting botch on the realtime subvol growfs code path.Nathan Scott2006-09-281-1/+1
* [XFS] Minor code rearranging and cleanup to prevent some coverity falseNathan Scott2006-09-281-21/+15
* [XFS] Fix realtime subvolume expansion, a porting bug b0rked it. CoverityEric Sesterhenn2006-06-281-1/+1
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott2006-06-091-6/+6
* [XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber2006-06-091-1/+1
* [XFS] Fix a realtime allocator regression introduced by an old iget raceNathan Scott2006-02-281-15/+14
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-12/+7
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2469