aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap_btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-2/+2
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-5/+5
2009-01-09[XFS] Remove macro-to-function indirections in the mask codeEric Sandeen1-42/+42
2008-12-23[XFS] handle unaligned data in xfs_bmbt_disk_get_allChristoph Hellwig1-1/+2
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig1-7/+7
2008-10-30[XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig1-7/+6
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig1-8/+66
2008-10-30[XFS] add keys_inorder and recs_inorder btree methodsChristoph Hellwig1-0/+28
2008-10-30[XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recsChristoph Hellwig1-88/+0
2008-10-30[XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig1-516/+9
2008-10-30[XFS] move xfs_bmbt_killroot to common codeChristoph Hellwig1-94/+22
2008-10-30[XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig1-253/+55
2008-10-30[XFS] move xfs_bmbt_newroot to common codeChristoph Hellwig1-112/+1
2008-10-30[XFS] implement generic xfs_btree_splitChristoph Hellwig1-182/+93
2008-10-30[XFS] implement generic xfs_btree_lshiftChristoph Hellwig1-136/+2
2008-10-30[XFS] implement generic xfs_btree_rshiftChristoph Hellwig1-140/+2
2008-10-30[XFS] implement generic xfs_btree_updateChristoph Hellwig1-45/+0
2008-10-30[XFS] implement generic xfs_btree_updkeyChristoph Hellwig1-44/+5
2008-10-30[XFS] implement generic xfs_btree_lookupChristoph Hellwig1-168/+29
2008-10-30[XFS] implement generic xfs_btree_decrementChristoph Hellwig1-82/+8
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig1-84/+4
2008-10-30[XFS] add helpers for addressing entities inside a btree blockChristoph Hellwig1-0/+3
2008-10-30[XFS] add get_maxrecs btree operationChristoph Hellwig1-0/+9
2008-10-30[XFS] make btree tracing genericChristoph Hellwig1-239/+117
2008-10-30[XFS] refactor xfs_btree_readaheadChristoph Hellwig1-8/+7
2008-10-30[XFS] add a long pointers flag to xfs_btree_curChristoph Hellwig1-1/+1
2008-10-30[XFS] make btree root in inode support genericChristoph Hellwig1-0/+1
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig1-0/+59
2008-07-28[XFS] Allow xfs_bmbt_split() to fallback to the lowspace allocatorLachlan McIlroy1-0/+15
2008-07-28[XFS] Restore the lowspace extent allocator algorithmLachlan McIlroy1-2/+6
2008-07-28[XFS] use minleft when allocating in xfs_bmbt_split()Lachlan McIlroy1-1/+14
2008-07-28[XFS] Always reset btree cursor after an insertLachlan McIlroy1-34/+4
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-8/+8
2008-04-18[XFS] Ensure a btree insert returns a valid cursor.David Chinner1-2/+36
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz1-8/+8
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-2/+1
2007-10-15[XFS] Fix build regression from mod/commit which did cleanup of xfs_bmbt_*set_allfMichal Piotrowski1-2/+2
2007-10-15[XFS] endianess annotations for xfs_bmbt_rec_tChristoph Hellwig1-19/+9
2007-10-15[XFS] clean up xfs_bmbt_set_all/xfs_bmbt_disk_set_allChristoph Hellwig1-126/+74
2007-10-15[XFS] split ondisk vs incore versions of xfs_bmbt_rec_tChristoph Hellwig1-16/+15
2007-10-15[XFS] remove confusing INT_ comments in xfs_bmap_btree.cChristoph Hellwig1-4/+4
2007-07-14[XFS] Clean up function name handling in tracing codeEric Sandeen1-71/+17
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen1-76/+0
2007-02-10[XFS] Remove unused arguments from the XFS_BTREE_*_ADDR macros.Eric Sandeen1-4/+4
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner1-1/+1
2006-09-28[XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrNathan Scott1-5/+5
2006-09-28[XFS] endianess annotations for xfs_bmbt_key Trivial as there are noChristoph Hellwig1-28/+21
2006-09-28[XFS] endianess annotate XFS_BMAP_BROOT_PTR_ADDR Make sure it returns aChristoph Hellwig1-18/+16
2006-09-28[XFS] add xfs_btree_check_lptr_disk variant which handles endianChristoph Hellwig1-12/+12
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0