summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_bmap.c
AgeCommit message (Expand)Author
2013-01-28xfs: pull up stack_switch check into xfs_bmapi_writeBrian Foster
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner
2012-11-15xfs: verify btree blocks as they are read from diskDave Chinner
2012-11-14xfs: remove xfs_flush_pagesDave Chinner
2012-10-18xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner
2012-10-18xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely
2012-06-14xfs: make largest supported offset less shoutyDave Chinner
2012-05-21xfs: fix delalloc quota accounting on failureDave Chinner
2012-05-14xfs: move xfs_get_extsz_hint() and kill xfs_rw.hDave Chinner
2012-05-14xfs: move xfs_fsb_to_db to xfs_bmap.hDave Chinner
2012-05-14xfs: don't assert on delalloc regions beyond EOFDave Chinner
2012-03-22xfs: fix deadlock in xfs_rtfree_extentKamal Dasu
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_getbmapDave Chinner
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig
2011-12-02xfs: fix allocation length overflow in xfs_bmapi_write()Dave Chinner
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig
2011-10-11xfs: dont ignore error code from xfs_bmbt_updateChristoph Hellwig
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_hole_realChristoph Hellwig
2011-10-11xfs: pass bmalloca to xfs_bmap_add_extent_delay_realChristoph Hellwig
2011-10-11xfs: move logflags into bmallocaChristoph Hellwig
2011-10-11xfs: move lastx and nallocs into bmallocaDave Chinner
2011-10-11xfs: move btree cursor into bmallocaDave Chinner
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