aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc_btree.c
Commit message (Expand)AuthorAge
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-18
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-30
* [XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig2008-10-30
* [XFS] Cleanup maxrecs calculation.Christoph Hellwig2008-10-30
* [XFS] add keys_inorder and recs_inorder btree methodsChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_get_recChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig2008-10-30
* [XFS] move xfs_bmbt_killroot to common codeChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig2008-10-30
* [XFS] implement semi-generic xfs_btree_new_rootChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_splitChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_lshiftChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_rshiftChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_updateChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_updkeyChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_lookupChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_decrementChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_incrementChristoph Hellwig2008-10-30
* [XFS] add helpers for addressing entities inside a btree blockChristoph Hellwig2008-10-30
* [XFS] add get_maxrecs btree operationChristoph Hellwig2008-10-30
* [XFS] make btree tracing genericChristoph Hellwig2008-10-30
* [XFS] split up xfs_btree_init_cursorChristoph Hellwig2008-10-30
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-13
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-14
* [XFS] Reduce endian flipping in alloc_btree, same as was done forEric Sandeen2006-09-27
* [XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrNathan Scott2006-09-27
* [XFS] remove left over INT_ comments in *alloc*.c We can verify endianessChristoph Hellwig2006-09-27
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-19
* [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-01
* [XFS] silence gcc4 warnings. the directory ones are wrong because ofChristoph 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
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16