aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
Commit message (Expand)AuthorAge
* xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig2011-05-25
* xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig2011-05-25
* xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig2011-05-25
* xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig2011-05-25
* xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig2011-05-25
* xfs: remove if_lastexChristoph Hellwig2011-05-25
* xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2011-05-25
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-06
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-06
* xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-06
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-06
* xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2011-02-22
* xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-07
* xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2011-02-07
* xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com2011-01-28
* xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner2011-01-28
* xfs: limit extent length for allocation to AG sizeDave Chinner2011-01-28
* xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2010-12-01
* xfs: fix failed write truncation handling.Dave Chinner2010-12-01
* xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig2010-10-18
* xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner2010-10-18
* xfs: Make fiemap work with sparse filesTao Ma2010-09-03
* xfs: clean up xfs_bmap_get_bpChristoph Hellwig2010-07-26
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-26
* xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig2010-07-26
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-26
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner2010-05-19
* xfs: split xfs_bmap_btallocChristoph Hellwig2010-03-01
* xfs: suppress spurious uninitialised var warning in xfs_bmapi()Dave Chinner2010-01-19
* xfs: Replace per-ag array with a radix treeDave Chinner2010-01-15
* xfs: convert remaining direct references to m_peragDave Chinner2010-01-15
* xfs: event tracing supportChristoph Hellwig2009-12-15
* xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig2009-12-15
* xfs: cleanup bmap extent state macrosChristoph Hellwig2009-12-15
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-31
* xfs: switch to NOFS allocation under i_lock in xfs_getbmapChristoph Hellwig2009-08-12
* xfs: fix freeing memory in xfs_getbmap()Felix Blyakher2009-06-12
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-08
* xfs: fix getbmap vs mmap deadlockChristoph Hellwig2009-04-29
* xfs: a couple getbmap cleanupsChristoph Hellwig2009-04-29
* xfs: remove m_attroffsetChristoph Hellwig2009-03-29
* xfs: fix various typosMalcolm Parsons2009-03-29
* xfs: factor out code to find the longest free extent in the AGDave Chinner2009-03-16
* xfs: make symbols staticHannes Eder2009-03-06
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-16
* [XFS] Add new getbmap flags.Eric Sandeen2008-11-30
* [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-11-30