aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap.c
AgeCommit message (Expand)Author
2011-10-11xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocateDave Chinner
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner
2011-10-11xfs: move extent records into bmalloca structureDave Chinner
2011-10-11xfs: pass bmalloca structure to xfs_bmap_isaeofDave Chinner
2011-10-11xfs: remove xfs_bmap_add_extentChristoph Hellwig
2011-10-11xfs: introduce xfs_bmap_last_extentChristoph Hellwig
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner
2011-10-11xfs: factor unwritten extent map manipulations out of xfs_bmapiDave Chinner
2011-10-11xfs: factor extent allocation out of xfs_bmapiDave Chinner
2011-10-11xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig
2011-10-11xfs: introduce xfs_bmapi_delay()Christoph Hellwig
2011-10-11xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-07-08xfs: remove i_transpChristoph Hellwig
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig
2011-05-25xfs: remove if_lastexChristoph Hellwig
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner
2010-12-01xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner
2010-12-01xfs: fix failed write truncation handling.Dave Chinner
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner
2010-09-03xfs: Make fiemap work with sparse filesTao Ma
2010-07-26xfs: clean up xfs_bmap_get_bpChristoph Hellwig
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig