summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: event tracing supportChristoph Hellwig2009-12-141-399/+108
* xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig2009-12-141-19/+26
* xfs: cleanup bmap extent state macrosChristoph Hellwig2009-12-141-222/+172
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-1/+1
* xfs: switch to NOFS allocation under i_lock in xfs_getbmapChristoph Hellwig2009-08-121-1/+1
* xfs: fix freeing memory in xfs_getbmap()Felix Blyakher2009-06-121-0/+1
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-16/+17
* xfs: fix getbmap vs mmap deadlockChristoph Hellwig2009-04-291-17/+35
* xfs: a couple getbmap cleanupsChristoph Hellwig2009-04-291-83/+79
* xfs: remove m_attroffsetChristoph Hellwig2009-03-291-16/+40
* xfs: fix various typosMalcolm Parsons2009-03-291-3/+3
* xfs: factor out code to find the longest free extent in the AGDave Chinner2009-03-161-10/+2
* xfs: make symbols staticHannes Eder2009-03-061-1/+1
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-83/+83
* [XFS] Add new getbmap flags.Eric Sandeen2008-12-011-14/+32
* [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-12-011-37/+25
* [XFS] Fix double free of log ticketsDave Chinner2008-11-171-2/+8
* [XFS] Move XFS_BMAP_SANITY_CHECK out of line.Christoph Hellwig2008-10-301-3/+19
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-301-34/+37
* [XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig2008-10-301-30/+24
* [XFS] Cleanup maxrecs calculation.Christoph Hellwig2008-10-301-9/+9
* [XFS] add keys_inorder and recs_inorder btree methodsChristoph Hellwig2008-10-301-3/+8
* [XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recsChristoph Hellwig2008-10-301-2/+2
* [XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig2008-10-301-7/+7
* [XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig2008-10-301-10/+10
* [XFS] move xfs_bmbt_newroot to common codeChristoph Hellwig2008-10-301-1/+1
* [XFS] implement generic xfs_btree_updateChristoph Hellwig2008-10-301-0/+18
* [XFS] implement generic xfs_btree_lookupChristoph Hellwig2008-10-301-0/+29
* [XFS] implement generic xfs_btree_decrementChristoph Hellwig2008-10-301-7/+7
* [XFS] implement generic xfs_btree_incrementChristoph Hellwig2008-10-301-2/+2
* [XFS] split up xfs_btree_init_cursorChristoph Hellwig2008-10-301-11/+6
* [XFS] Make xfs_bmap_*_count_leaves void.Ruben Porras2008-08-131-19/+7
* [XFS] remove remaining VN_HOLD callsChristoph Hellwig2008-08-131-1/+1
* [XFS] remove shouting-indirection macros from xfs_trans.hEric Sandeen2008-08-131-3/+3
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-1/+1
* [XFS] A bug was found in xfs_bmap_add_extent_unwritten_real(). In aTim Shimmin2008-07-281-2/+2
* [XFS] Always reset btree cursor after an insertLachlan McIlroy2008-07-281-3/+10
* [XFS] Convert ASSERTs to XFS_WANT_CORRUPTED_GOTOsLachlan McIlroy2008-07-281-50/+51
* [XFS] Remove unused arg from kmem_free()Denys Vlasenko2008-07-281-1/+1
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-1/+0
* [XFS] xfs_bmap_compute_maxlevels should be based on di_forkoffTim Shimmin2008-04-181-5/+10
* [XFS] xfs_bmap_adjacent() never returns an error.David Chinner2008-04-181-2/+1
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-9/+9
* [XFS] Prevent xfs_bmap_check_leaf_extents() referencing unmapped memory.Lachlan McIlroy2008-04-181-9/+6
* [XFS] cleanup vnode use in xfs_bmap.cChristoph Hellwig2008-04-181-2/+0
* [XFS] cleanup vnode use in dmapi callsChristoph Hellwig2008-04-181-1/+1
* [XFS] actually check error returned by xfs_flush_pages, clean up andNiv Sardi2008-04-181-0/+4
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-9/+9
* [XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin2008-02-071-2/+2
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-071-3/+2