aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_btree.c
Commit message (Expand)AuthorAge
* [XFS] Allow xfs_bmbt_split() to fallback to the lowspace allocatorLachlan McIlroy2008-07-28
* [XFS] Restore the lowspace extent allocator algorithmLachlan McIlroy2008-07-28
* [XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy2008-07-28
* [XFS] Always reset btree cursor after an insertLachlan McIlroy2008-07-28
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-17
* [XFS] Ensure a btree insert returns a valid cursor.David Chinner2008-04-17
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-13
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-07
* [XFS] Fix build regression from mod/commit which did cleanup of xfs_bmbt_*set...Michal Piotrowski2007-10-15
* [XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig2007-10-15
* [XFS] clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_allChristoph Hellwig2007-10-15
* [XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig2007-10-15
* [XFS] remove confusing INT_ comments in xfs_bmap_btree.cChristoph Hellwig2007-10-15
* [XFS] Clean up function name handling in tracing codeEric Sandeen2007-07-14
* [XFS] Remove a bunch of unused functions from XFS.Eric Sandeen2007-02-10
* [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros.Eric Sandeen2007-02-10
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-10
* [XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrNathan Scott2006-09-27
* [XFS] endianess annotations for xfs_bmbt_key Trivial as there are noChristoph Hellwig2006-09-27
* [XFS] endianess annotate XFS_BMAP_BROOT_PTR_ADDR Make sure it returns aChristoph Hellwig2006-09-27
* [XFS] add xfs_btree_check_lptr_disk variant which handles endianChristoph Hellwig2006-09-27
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-19
* [XFS] In actual allocation of file system blocks and freeing extents, theYingping Lu2006-06-09
* [XFS] 929045 567344 This mod re-organizes some of the in-core file extentMandy Kirkconnell2006-03-13
* [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-01
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-01
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-01
* [XFS] Cleanup some -Wundef flag warnings in the endian macros (thanksNathan Scott2005-09-08
* [XFS] Remove dead code. Patch from Adrian BunkChristoph Hellwig2005-06-21
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16