summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig2010-10-181-14/+18
* xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2010-10-181-3/+9
* xfs: Make fiemap work with sparse filesTao Ma2010-09-031-1/+13
* xfs: clean up xfs_bmap_get_bpChristoph Hellwig2010-07-261-25/+18Star
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-199/+18Star
* xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig2010-07-261-7/+1Star
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+3
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-35/+10Star
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-2/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-23/+0Star
* xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner2010-05-191-1/+1
* xfs: split xfs_bmap_btallocChristoph Hellwig2010-03-011-101/+119
* xfs: suppress spurious uninitialised var warning in xfs_bmapi()Dave Chinner2010-01-201-1/+1
* xfs: Replace per-ag array with a radix treeDave Chinner2010-01-151-6/+1Star
* xfs: convert remaining direct references to m_peragDave Chinner2010-01-151-1/+7
* xfs: event tracing supportChristoph Hellwig2009-12-151-399/+108Star
* xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig2009-12-151-19/+26
* xfs: cleanup bmap extent state macrosChristoph Hellwig2009-12-151-222/+172Star
* 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/+79Star
* 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/+2Star
* xfs: make symbols staticHannes Eder2009-03-071-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/+25Star
* [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/+24Star
* [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/+6Star
* [XFS] Make xfs_bmap_*_count_leaves void.Ruben Porras2008-08-131-19/+7Star
* [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