aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_rtalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-01[XFS] fix uninitialised variable bug in dquot release.Dave Chinner1-21/+18
2008-08-13[XFS] Use the generic bitops rather than implementing them ourselves.David Chinner1-12/+7
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko1-1/+1
2008-04-18[XFS] Propagate errors from xfs_trans_commit().David Chinner1-15/+23
2008-04-18[XFS] remove most calls to VN_RELEChristoph Hellwig1-1/+2
2008-02-26[XFS] Undo bit ops cleanup mod due to regression on 32-bit powermacLachlan McIlroy1-7/+12
2008-02-07[XFS] Use the generic bitops rather than implementing them ourselves.David Chinner1-12/+7
2007-07-14[XFS] Don't grow filesystems past the size they can index.Nathan Scott1-1/+3
2007-05-08[XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen1-3/+3
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen1-108/+0
2007-02-10[XFS] Remove unused argument to xfs_bmap_finishEric Sandeen1-1/+1
2006-09-28[XFS] Fix a porting botch on the realtime subvol growfs code path.Nathan Scott1-1/+1
2006-09-28[XFS] Minor code rearranging and cleanup to prevent some coverity falseNathan Scott1-21/+15
2006-06-28[XFS] Fix realtime subvolume expansion, a porting bug b0rked it. CoverityEric Sesterhenn1-1/+1
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Portability changes: remove prdev, stick to one diagnosticNathan Scott1-6/+6
2006-06-09[XFS] Add parameters to xfs_bmapi() and xfs_bunmapi() to have them reportOlaf Weber1-1/+1
2006-02-28[XFS] Fix a realtime allocator regression introduced by an old iget raceNathan Scott1-15/+14
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-12/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2469