aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
Commit message (Expand)AuthorAge
* xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-11
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-25
* xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Chandra Seetharaman2011-07-08
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-08
* xfs: do not discard alloc btree blocksChristoph Hellwig2011-05-24
* xfs: add online discard supportChristoph Hellwig2011-05-24
* xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-19
* xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-28
* xfs: exact busy extent trackingChristoph Hellwig2011-04-28
* xfs: do not immediately reuse busy extent rangesChristoph Hellwig2011-04-28
* xfs: optimize AGFL refillsChristoph Hellwig2011-04-28
* xfs: catch bad block numbers freeing extents.Dave Chinner2011-04-07
* xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-09
* xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-09
* xfs: add FITRIM supportChristoph Hellwig2011-01-11
* xfs: factor duplicate code in xfs_alloc_ag_vextent_near into a helperChristoph Hellwig2010-12-16
* xfs: clean up xfs_alloc_ag_vextent_exactChristoph Hellwig2010-12-16
* xfs: eliminate some newly-reported gcc warningsPoyo VL2010-10-18
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: Improve scalability of busy extent trackingDave Chinner2010-05-24
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-21
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-21
* xfs: embed the pagb_list array in the perag structureDave Chinner2010-01-15
* xfs: Replace per-ag array with a radix treeDave Chinner2010-01-15
* xfs: Don't directly reference m_perag in allocation codeDave Chinner2010-01-15
* xfs: Ensure we force all busy extents in range to diskDave Chinner2010-01-10
* xfs: event tracing supportChristoph Hellwig2009-12-15
* xfs: factor out code to find the longest free extent in the AGDave Chinner2009-03-16
* [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-11-30
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-30
* [XFS] Check agf_btreeblks is valid when reading in the AGFBarry Naujok2008-10-30
* [XFS] implement generic xfs_btree_get_recChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_updateChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_lookupChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_decrementChristoph Hellwig2008-10-30
* [XFS] implement generic xfs_btree_incrementChristoph Hellwig2008-10-30
* [XFS] split up xfs_btree_init_cursorChristoph Hellwig2008-10-30
* [XFS] fix logic error in xfs_alloc_ag_vextent_near()David Chinner2008-04-17
* [XFS] Make xfs_alloc_compute_aligned() void.David Chinner2008-04-17
* [XFS] Clean up xfs_alloc_search_busy() return values.David Chinner2008-04-17
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-17
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-13
* [XFS] Remove spin.hEric Sandeen2008-02-07
* [XFS] Unwrap pagb_lock.Eric Sandeen2008-02-07
* [XFS] Clean up function name handling in tracing codeEric Sandeen2007-07-14
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-14