aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig1-5/+5
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-3/+3
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig1-1/+1
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig1-1/+0
2008-12-01[XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig1-47/+82
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig1-2/+1
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig1-2/+2
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig1-4/+4
2008-12-01[XFS] kill xfs_ialloc_log_diChristoph Hellwig1-65/+10
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig1-38/+63
2008-10-30[XFS] implement generic xfs_btree_get_recChristoph Hellwig1-0/+23
2008-10-30[XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig1-2/+2
2008-10-30[XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig1-1/+1
2008-10-30[XFS] implement generic xfs_btree_updateChristoph Hellwig1-0/+20
2008-10-30[XFS] implement generic xfs_btree_lookupChristoph Hellwig1-0/+53
2008-10-30[XFS] implement generic xfs_btree_decrementChristoph Hellwig1-2/+2
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig1-7/+7
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig1-8/+4
2008-04-29[XFS] Don't initialise new inode generation numbers to zeroDavid Chinner1-0/+10
2008-04-18[XFS] Account for inode cluster alignment in all allocationsDavid Chinner1-15/+29
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen1-3/+3
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek1-1/+1
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz1-6/+6
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig1-3/+3
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-3/+25
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-1/+1
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott1-0/+1
2006-09-28[XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrNathan Scott1-2/+2
2006-09-28[XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_tChristoph Hellwig1-3/+3
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott1-0/+3
2006-04-11[XFS] Fix a problem in aligning inode allocations to stripe unitNathan Scott1-7/+8
2006-03-29[XFS] A change to inode chunk allocation to try allocating the new chunkGlen Overby1-40/+68
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-03-14[XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce ourNathan Scott1-9/+4
2005-11-02[XFS] Endianess annotations for various allocator data structuresChristoph Hellwig1-38/+36
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-9/+7
2005-11-02[XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig1-2/+5
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1401