aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_alloc.c
AgeCommit message (Expand)Author
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
2010-01-15xfs: embed the pagb_list array in the perag structureDave Chinner
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner
2010-01-15xfs: Don't directly reference m_perag in allocation codeDave Chinner
2010-01-10xfs: Ensure we force all busy extents in range to diskDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-03-16xfs: factor out code to find the longest free extent in the AGDave Chinner
2008-12-01[XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig
2008-10-30[XFS] Check agf_btreeblks is valid when reading in the AGFBarry Naujok
2008-10-30[XFS] implement generic xfs_btree_get_recChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_updateChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_lookupChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_decrementChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig
2008-04-18[XFS] fix logic error in xfs_alloc_ag_vextent_near()David Chinner
2008-04-18[XFS] Make xfs_alloc_compute_aligned() void.David Chinner
2008-04-18[XFS] Clean up xfs_alloc_search_busy() return values.David Chinner
2008-04-18[XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz
2008-02-07[XFS] Remove spin.hEric Sandeen
2008-02-07[XFS] Unwrap pagb_lock.Eric Sandeen
2007-07-14[XFS] Clean up function name handling in tracing codeEric Sandeen
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner