aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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/+0
* [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/+4
* [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-021-38/+36
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-9/+7
* [XFS] Add format checking to cmn_err and icmn_errChristoph Hellwig2005-11-021-2/+5
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1401