aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-14xfs: make largest supported offset less shoutyDave Chinner1-1/+1
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner1-1/+1
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner1-1/+0
2012-05-14xfs: move xfs_fsb_to_db to xfs_bmap.hDave Chinner1-0/+13
2012-05-14xfs: don't assert on delalloc regions beyond EOFDave Chinner1-2/+14
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu1-0/+9
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner1-3/+10
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-9/+6
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig1-54/+47
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner1-1/+19
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-2/+2
2011-10-11xfs: dont ignore error code from xfs_bmbt_updateChristoph Hellwig1-2/+3
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_hole_realChristoph Hellwig1-83/+78
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_delay_realChristoph Hellwig1-161/+171
2011-10-11xfs: move logflags into bmallocaChristoph Hellwig1-26/+22
2011-10-11xfs: move lastx and nallocs into bmallocaDave Chinner1-26/+21
2011-10-11xfs: move btree cursor into bmallocaDave Chinner1-30/+26
2011-10-11xfs: do not keep local copies of allocation ranges in xfs_bmapi_allocateDave Chinner1-29/+14
2011-10-11xfs: rename allocation range fields in struct xfs_bmallocaDave Chinner1-69/+69
2011-10-11xfs: move firstblock and bmap freelist cursor into bmalloca structureDave Chinner1-47/+45
2011-10-11xfs: move extent records into bmalloca structureDave Chinner1-48/+45
2011-10-11xfs: pass bmalloca structure to xfs_bmap_isaeofDave Chinner1-11/+11
2011-10-11xfs: remove xfs_bmap_add_extentChristoph Hellwig1-243/+173
2011-10-11xfs: introduce xfs_bmap_last_extentChristoph Hellwig1-121/+105
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner1-131/+94
2011-10-11xfs: factor unwritten extent map manipulations out of xfs_bmapiDave Chinner1-37/+70
2011-10-11xfs: factor extent allocation out of xfs_bmapiDave Chinner1-140/+162
2011-10-11xfs: do not use xfs_bmap_add_extent for adding delalloc extentsChristoph Hellwig1-43/+9
2011-10-11xfs: introduce xfs_bmapi_delay()Christoph Hellwig1-26/+89
2011-10-11xfs: factor delalloc reservations out of xfs_bmapiChristoph Hellwig1-84/+118
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner1-52/+0
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-7/+97
2011-10-11xfs: factor extent map manipulations out of xfs_bmapiDave Chinner1-74/+107
2011-10-11xfs: remove the nextents variable in xfs_bmapiChristoph Hellwig1-5/+1
2011-10-11xfs: remove impossible to read code in xfs_bmap_add_extent_delay_realChristoph Hellwig1-27/+8
2011-10-11xfs: remove the first extent special case in xfs_bmap_add_extentChristoph Hellwig1-18/+1
2011-10-11xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig1-9/+1
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-4/+3
2011-07-26xfs: get rid of open-coded S_ISREG(), etc.Al Viro1-4/+3
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-2/+1
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