aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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