aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig2011-12-211-9/+1
* xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig2011-05-251-0/+2
* xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig2011-05-251-3/+6
* xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig2011-05-251-8/+8
* xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig2011-05-251-4/+5
* xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig2011-05-251-8/+6
* xfs: remove if_lastexChristoph Hellwig2011-05-251-220/+203
* xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2011-05-251-61/+33
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-3/+3
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-071-1/+1
* xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-071-4/+3
* xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-071-1/+1
* xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig2011-02-221-6/+2
* xfs: add lockdep annotations for the rt inodesChristoph Hellwig2011-02-071-1/+1
* xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig2011-02-071-0/+11
* xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com2011-01-281-8/+25
* xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner2011-01-281-0/+10
* xfs: limit extent length for allocation to AG sizeDave Chinner2011-01-281-8/+10
* xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner2010-12-011-2/+7
* xfs: fix failed write truncation handling.Dave Chinner2010-12-011-0/+76
* 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/+18
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-261-199/+18
* xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig2010-07-261-7/+1
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+3
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-35/+10
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-2/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-23/+0
* 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/+1
* xfs: convert remaining direct references to m_peragDave Chinner2010-01-151-1/+7
* 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