summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-12-011-1/+1
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-011-1/+0Star
* [XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig2008-12-011-47/+82
* [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-12-011-2/+1Star
* [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-011-2/+2
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-011-4/+4
* [XFS] kill xfs_ialloc_log_diChristoph Hellwig2008-12-011-65/+10Star
* [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-12-011-38/+63
* [XFS] implement generic xfs_btree_get_recChristoph Hellwig2008-10-301-0/+23
* [XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig2008-10-301-2/+2
* [XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig2008-10-301-1/+1
* [XFS] implement generic xfs_btree_updateChristoph Hellwig2008-10-301-0/+20
* [XFS] implement generic xfs_btree_lookupChristoph Hellwig2008-10-301-0/+53
* [XFS] implement generic xfs_btree_decrementChristoph Hellwig2008-10-301-2/+2
* [XFS] implement generic xfs_btree_incrementChristoph Hellwig2008-10-301-7/+7
* [XFS] split up xfs_btree_init_cursorChristoph Hellwig2008-10-301-8/+4Star
* [XFS] Don't initialise new inode generation numbers to zeroDavid Chinner2008-04-291-0/+10
* [XFS] Account for inode cluster alignment in all allocationsDavid Chinner2008-04-181-15/+29
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-3/+3
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-291-1/+1
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-141-6/+6
* [XFS] dinode endianess annotationsChristoph Hellwig2007-10-151-3/+3
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-3/+25
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-101-1/+1
* [XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott2006-09-281-0/+1
* [XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrNathan Scott2006-09-281-2/+2
* [XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_tChristoph Hellwig2006-09-281-3/+3
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0Star
* [XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott2006-06-091-0/+3
* [XFS] Fix a problem in aligning inode allocations to stripe unitNathan Scott2006-04-111-7/+8
* [XFS] A change to inode chunk allocation to try allocating the new chunkGlen Overby2006-03-291-40/+68
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-1/+1
* [XFS] Dynamically allocate the xfs_dinode_core_t structure to reduce ourNathan Scott2006-03-141-9/+4Star
* [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-021-38/+36Star
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11Star
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-9/+7Star
* [XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig2005-11-021-2/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1401