aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: make several more functions staticEric Sandeen2010-01-151-1/+1
* xfs: event tracing supportChristoph Hellwig2009-12-141-6/+0
* xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-111-2/+1
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-10/+10
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-2/+2
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-5/+5
* [XFS] Remove macro-to-function indirections in the mask codeEric Sandeen2009-01-091-42/+42
* [XFS] handle unaligned data in xfs_bmbt_disk_get_allChristoph Hellwig2008-12-231-1/+2
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-301-7/+7
* [XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig2008-10-301-7/+6
* [XFS] Cleanup maxrecs calculation.Christoph Hellwig2008-10-301-8/+66
* [XFS] add keys_inorder and recs_inorder btree methodsChristoph Hellwig2008-10-301-0/+28
* [XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recsChristoph Hellwig2008-10-301-88/+0
* [XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig2008-10-301-516/+9
* [XFS] move xfs_bmbt_killroot to common codeChristoph Hellwig2008-10-301-94/+22
* [XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig2008-10-301-253/+55
* [XFS] move xfs_bmbt_newroot to common codeChristoph Hellwig2008-10-301-112/+1
* [XFS] implement generic xfs_btree_splitChristoph Hellwig2008-10-301-182/+93
* [XFS] implement generic xfs_btree_lshiftChristoph Hellwig2008-10-301-136/+2
* [XFS] implement generic xfs_btree_rshiftChristoph Hellwig2008-10-301-140/+2
* [XFS] implement generic xfs_btree_updateChristoph Hellwig2008-10-301-45/+0
* [XFS] implement generic xfs_btree_updkeyChristoph Hellwig2008-10-301-44/+5
* [XFS] implement generic xfs_btree_lookupChristoph Hellwig2008-10-301-168/+29
* [XFS] implement generic xfs_btree_decrementChristoph Hellwig2008-10-301-82/+8
* [XFS] implement generic xfs_btree_incrementChristoph Hellwig2008-10-301-84/+4
* [XFS] add helpers for addressing entities inside a btree blockChristoph Hellwig2008-10-301-0/+3
* [XFS] add get_maxrecs btree operationChristoph Hellwig2008-10-301-0/+9
* [XFS] make btree tracing genericChristoph Hellwig2008-10-301-239/+117
* [XFS] refactor xfs_btree_readaheadChristoph Hellwig2008-10-301-8/+7
* [XFS] add a long pointers flag to xfs_btree_curChristoph Hellwig2008-10-301-1/+1
* [XFS] make btree root in inode support genericChristoph Hellwig2008-10-301-0/+1
* [XFS] split up xfs_btree_init_cursorChristoph Hellwig2008-10-301-0/+59
* [XFS] Allow xfs_bmbt_split() to fallback to the lowspace allocatorLachlan McIlroy2008-07-281-0/+15
* [XFS] Restore the lowspace extent allocator algorithmLachlan McIlroy2008-07-281-2/+6
* [XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy2008-07-281-1/+14
* [XFS] Always reset btree cursor after an insertLachlan McIlroy2008-07-281-34/+4
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-8/+8
* [XFS] Ensure a btree insert returns a valid cursor.David Chinner2008-04-181-2/+36
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-131-8/+8
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-2/+1
* [XFS] Fix build regression from mod/commit which did cleanup of xfs_bmbt_*set...Michal Piotrowski2007-10-151-2/+2
* [XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig2007-10-151-19/+9
* [XFS] clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_allChristoph Hellwig2007-10-151-126/+74
* [XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig2007-10-151-16/+15
* [XFS] remove confusing INT_ comments in xfs_bmap_btree.cChristoph Hellwig2007-10-151-4/+4
* [XFS] Clean up function name handling in tracing codeEric Sandeen2007-07-141-71/+17
* [XFS] Remove a bunch of unused functions from XFS.Eric Sandeen2007-02-101-76/+0
* [XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros.Eric Sandeen2007-02-101-4/+4