summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: make xfs_extent_busy_trim not staticBen Myers2012-05-141-2/+0
* 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/+1
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* 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-111-2/+2
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-4/+3
* xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Chandra Seetharaman2011-07-081-8/+4
* 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/+0
* 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/+4
* 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/+13
* xfs: add FITRIM supportChristoph Hellwig2011-01-111-7/+3
* xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helperChristoph Hellwig2010-12-161-180/+113
* 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/+3
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-4/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* 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/+0
* 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/+21
* xfs: event tracing supportChristoph Hellwig2009-12-141-186/+44
* 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/+11
* [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
* [XFS] split up xfs_btree_init_cursorChristoph Hellwig2008-10-301-18/+16
* [XFS] fix logic error in xfs_alloc_ag_vextent_near()David Chinner2008-04-181-1/+1
* [XFS] Make xfs_alloc_compute_aligned() void.David Chinner2008-04-181-11/+10
* [XFS] Clean up xfs_alloc_search_busy() return values.David Chinner2008-04-181-18/+12