summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't defer metadata allocation to the workqueueDave Chinner2012-07-131-3/+12
* xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2012-07-131-2/+2
* xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2012-06-211-0/+1
* xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu2012-06-201-1/+1
* xfs: make xfs_extent_busy_trim not staticBen Myers2012-05-141-2/+0Star
* xfs: clean up busy extent namingDave Chinner2012-05-141-6/+6
* xfs: move busy extent handling to it's own fileDave Chinner2012-05-141-571/+1Star
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0Star
* xfs: fix fstrim offset calculationsDave Chinner2012-03-271-1/+1
* xfs: introduce an allocation workqueueDave Chinner2012-03-221-1/+33
* xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-121-2/+2
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-4/+3Star
* xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Chandra Seetharaman2011-07-081-8/+4Star
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-1/+1
* xfs: do not discard alloc btree blocksChristoph Hellwig2011-05-241-3/+6
* xfs: add online discard supportChristoph Hellwig2011-05-241-3/+25
* xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-191-1/+0Star
* xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-281-10/+46
* xfs: exact busy extent trackingChristoph Hellwig2011-04-281-155/+218
* xfs: do not immediately reuse busy extent rangesChristoph Hellwig2011-04-281-79/+328
* xfs: optimize AGFL refillsChristoph Hellwig2011-04-281-27/+4Star
* xfs: catch bad block numbers freeing extents.Dave Chinner2011-04-081-7/+23
* xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-091-61/+68
* xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-091-16/+13Star
* xfs: add FITRIM supportChristoph Hellwig2011-01-121-7/+3Star
* xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helperChristoph Hellwig2010-12-161-180/+113Star
* xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig2010-12-161-26/+32
* xfs: eliminate some newly-reported gcc warningsPoyo VL2010-10-181-2/+2
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-261-7/+3Star
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: Improve scalability of busy extent trackingDave Chinner2010-05-241-105/+252
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-1/+1
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-1/+1
* xfs: embed the pagb_list array in the perag structureDave Chinner2010-01-151-2/+2
* xfs: Replace per-ag array with a radix treeDave Chinner2010-01-151-8/+0Star
* xfs: Don't directly reference m_perag in allocation codeDave Chinner2010-01-151-36/+46
* xfs: Ensure we force all busy extents in range to diskDave Chinner2010-01-101-23/+21Star
* xfs: event tracing supportChristoph Hellwig2009-12-151-186/+44Star
* xfs: factor out code to find the longest free extent in the AGDave Chinner2009-03-161-5/+21
* [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-12-011-21/+48
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-301-12/+11Star
* [XFS] Check agf_btreeblks is valid when reading in the AGFBarry Naujok2008-10-301-0/+4
* [XFS] implement generic xfs_btree_get_recChristoph Hellwig2008-10-301-0/+21
* [XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig2008-10-301-7/+7
* [XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig2008-10-301-5/+5
* [XFS] implement generic xfs_btree_updateChristoph Hellwig2008-10-301-0/+17
* [XFS] implement generic xfs_btree_lookupChristoph Hellwig2008-10-301-0/+48
* [XFS] implement generic xfs_btree_decrementChristoph Hellwig2008-10-301-6/+6
* [XFS] implement generic xfs_btree_incrementChristoph Hellwig2008-10-301-6/+6