aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig1-4/+0
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-1/+1
2011-07-08xfs: remove i_transpChristoph Hellwig1-16/+19
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig1-0/+2
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig1-3/+6
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig1-8/+8
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig1-4/+5
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig1-8/+6
2011-05-25xfs: remove if_lastexChristoph Hellwig1-220/+203
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig1-61/+33
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-3/+3
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-1/+1
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner1-4/+3
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner1-1/+1
2011-02-22xfs: stop using xfs_trans_iget in the RT allocatorChristoph Hellwig1-6/+2
2011-02-07xfs: add lockdep annotations for the rt inodesChristoph Hellwig1-1/+1
2011-02-07xfs: only lock the rt bitmap inode once per allocationChristoph Hellwig1-0/+11
2011-01-28xfs: xfs_bmap_add_extent_delay_real should init br_startblockbpm@sgi.com1-8/+25
2011-01-28xfs: prevent extsize alignment from exceeding maximum extent sizeDave Chinner1-0/+10
2011-01-28xfs: limit extent length for allocation to AG sizeDave Chinner1-8/+10
2010-12-01xfs: delayed alloc blocks beyond EOF are valid after writebackDave Chinner1-2/+7
2010-12-01xfs: fix failed write truncation handling.Dave Chinner1-0/+76
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig1-14/+18
2010-10-18xfs: Introduce XFS_IOC_ZERO_RANGEDave Chinner1-3/+9
2010-09-03xfs: Make fiemap work with sparse filesTao Ma1-1/+13
2010-07-26xfs: clean up xfs_bmap_get_bpChristoph Hellwig1-25/+18
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-199/+18
2010-07-26xfs: remove unused XFS_BMAPI_ flagsChristoph Hellwig1-7/+1
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+3
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-35/+10
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-2/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-23/+0
2010-05-19xfs: fix reservation release commit flag in xfs_bmap_add_attrfork()Dave Chinner1-1/+1
2010-03-01xfs: split xfs_bmap_btallocChristoph Hellwig1-101/+119
2010-01-20xfs: suppress spurious uninitialised var warning in xfs_bmapi()Dave Chinner1-1/+1
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-6/+1
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner1-1/+7
2009-12-14xfs: event tracing supportChristoph Hellwig1-399/+108
2009-12-14xfs: change the xfs_iext_insert / xfs_iext_removeChristoph Hellwig1-19/+26
2009-12-14xfs: cleanup bmap extent state macrosChristoph Hellwig1-222/+172
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_getbmapChristoph Hellwig1-1/+1
2009-06-12xfs: fix freeing memory in xfs_getbmap()Felix Blyakher1-0/+1
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-16/+17
2009-04-29xfs: fix getbmap vs mmap deadlockChristoph Hellwig1-17/+35
2009-04-29xfs: a couple getbmap cleanupsChristoph Hellwig1-83/+79
2009-03-29xfs: remove m_attroffsetChristoph Hellwig1-16/+40
2009-03-29xfs: fix various typosMalcolm Parsons1-3/+3
2009-03-16xfs: factor out code to find the longest free extent in the AGDave Chinner1-10/+2
2009-03-06xfs: make symbols staticHannes Eder1-1/+1