aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_bmap.c
AgeCommit message (Expand)Author
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
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-19xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner
2010-03-01xfs: split xfs_bmap_btallocChristoph Hellwig
2010-01-20xfs: suppress spurious uninitialised var warning in xfs_bmapi()Dave Chinner
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-14xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig
2009-12-14xfs: cleanup bmap extent state macrosChristoph Hellwig
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_getbmapChristoph Hellwig
2009-06-12xfs: fix freeing memory in xfs_getbmap()Felix Blyakher
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig
2009-04-29xfs: fix getbmap vs mmap deadlockChristoph Hellwig
2009-04-29xfs: a couple getbmap cleanupsChristoph Hellwig
2009-03-29xfs: remove m_attroffsetChristoph Hellwig