aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_alloc.c
AgeCommit message (Expand)Author
2013-08-12xfs: kill __KERNEL__ check for debug code in allocation codeDave Chinner
2013-05-20xfs: Avoid pathological backwards allocationJan Kara
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig
2013-04-21xfs: add CRC checks to the AGFDave Chinner
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen
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: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-15xfs: verify AGFL blocks as they are read from diskDave Chinner
2012-11-15xfs: verify AGF blocks as they are read from diskDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave 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-07-13xfs: don't defer metadata allocation to the workqueueDave Chinner
2012-07-13xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-21xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-20xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu
2012-05-14xfs: make xfs_extent_busy_trim not staticBen Myers
2012-05-14xfs: clean up busy extent namingDave Chinner
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-03-27xfs: fix fstrim offset calculationsDave Chinner
2012-03-22xfs: introduce an allocation workqueueDave Chinner
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-08xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Chandra Seetharaman
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig
2011-05-24xfs: add online discard supportChristoph Hellwig
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig
2011-04-28xfs: exact busy extent trackingChristoph Hellwig
2011-04-28xfs: do not immediately reuse busy extent rangesChristoph Hellwig
2011-04-28xfs: optimize AGFL refillsChristoph Hellwig
2011-04-08xfs: catch bad block numbers freeing extents.Dave Chinner
2011-03-09xfs: factor agf counter updates into a helperChristoph Hellwig
2011-03-09xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig
2011-01-11xfs: add FITRIM supportChristoph Hellwig
2010-12-16xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helperChristoph Hellwig
2010-12-16xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig
2010-10-18xfs: eliminate some newly-reported gcc warningsPoyo VL
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig