aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ialloc.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11xfs: kill the STATIC_INLINE macroGravatar Christoph Hellwig 1-1/+1
2009-10-30xfs: free temporary cursor in xfs_diallocGravatar Eric Sandeen 1-0/+1
2009-09-01xfs: un-static xfs_inobt_lookupGravatar Christoph Hellwig 1-1/+1
2009-09-01xfs: speed up free inode searchGravatar Dave Chinner 1-27/+106
2009-09-01xfs: rationalize xfs_inobt_lookup*Gravatar Christoph Hellwig 1-55/+22
2009-09-01xfs: untangle xfs_diallocGravatar Christoph Hellwig 1-153/+138
2009-09-01xfs: factor out debug checks from xfs_dialloc and xfs_difreeGravatar Dave Chinner 1-75/+56
2009-09-01xfs: improve xfs_inobt_update prototypeGravatar Christoph Hellwig 1-12/+11
2009-09-01xfs: improve xfs_inobt_get_rec prototypeGravatar Christoph Hellwig 1-50/+31
2009-09-01xfs: factor out inode initialisationGravatar Dave Chinner 1-80/+95
2009-03-29xfs: fix various typosGravatar Malcolm Parsons 1-1/+1
2009-02-09xfs: remove superflous inobt macrosGravatar Christoph Hellwig 1-5/+5
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Gravatar Eric Sandeen 1-3/+3
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagGravatar Christoph Hellwig 1-1/+1
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeGravatar Christoph Hellwig 1-1/+0
2008-12-01[XFS] merge xfs_imap into xfs_dilocateGravatar Christoph Hellwig 1-47/+82
2008-12-01[XFS] remove dead code for old inode item recoveryGravatar Christoph Hellwig 1-2/+1
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesGravatar Christoph Hellwig 1-2/+2
2008-12-01[XFS] kill xfs_dinode_core_tGravatar Christoph Hellwig 1-4/+4
2008-12-01[XFS] kill xfs_ialloc_log_diGravatar Christoph Hellwig 1-65/+10
2008-12-01[XFS] factor out xfs_read_agi helperGravatar Christoph Hellwig 1-38/+63
2008-10-30[XFS] implement generic xfs_btree_get_recGravatar Christoph Hellwig 1-0/+23
2008-10-30[XFS] implement generic xfs_btree_delete/delrecGravatar Christoph Hellwig 1-2/+2
2008-10-30[XFS] implement generic xfs_btree_insert/insrecGravatar Christoph Hellwig 1-1/+1
2008-10-30[XFS] implement generic xfs_btree_updateGravatar Christoph Hellwig 1-0/+20
2008-10-30[XFS] implement generic xfs_btree_lookupGravatar Christoph Hellwig 1-0/+53
2008-10-30[XFS] implement generic xfs_btree_decrementGravatar Christoph Hellwig 1-2/+2
2008-10-30[XFS] implement generic xfs_btree_incrementGravatar Christoph Hellwig 1-7/+7
2008-10-30[XFS] split up xfs_btree_init_cursorGravatar Christoph Hellwig 1-8/+4
2008-04-29[XFS] Don't initialise new inode generation numbers to zeroGravatar David Chinner 1-0/+10
2008-04-18[XFS] Account for inode cluster alignment in all allocationsGravatar David Chinner 1-15/+29
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hGravatar Eric Sandeen 1-3/+3
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenGravatar Josef Jeff Sipek 1-1/+1
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Gravatar Marcin Slusarz 1-6/+6
2007-10-15[XFS] dinode endianess annotationsGravatar Christoph Hellwig 1-3/+3
2007-07-14[XFS] Lazy Superblock CountersGravatar David Chinner 1-3/+25
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.Gravatar David Chinner 1-1/+1
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Gravatar Nathan Scott 1-0/+1
2006-09-28[XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrGravatar Nathan Scott 1-2/+2
2006-09-28[XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_tGravatar Christoph Hellwig 1-3/+3
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justGravatar Nathan Scott 1-2/+0
2006-06-09[XFS] Fix up debug code so that bulkstat wont generate thousands ofGravatar Nathan Scott 1-0/+3
2006-04-11[XFS] Fix a problem in aligning inode allocations to stripe unitGravatar Nathan Scott 1-7/+8
2006-03-29[XFS] A change to inode chunk allocation to try allocating the new chunkGravatar Glen Overby 1-40/+68
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allGravatar Nathan Scott 1-1/+1
2006-03-14[XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce ourGravatar Nathan Scott 1-9/+4
2005-11-02[XFS] Endianess annotations for various allocator data structuresGravatar Christoph Hellwig 1-38/+36
2005-11-02[XFS] Update license/copyright notices to match the prefered SGIGravatar Nathan Scott 1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Gravatar Nathan Scott 1-9/+7
2005-11-02[XFS] Add format checking to cmn_err and icmn_errGravatar Christoph Hellwig 1-2/+5