aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-181-9/+9
* xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz2008-02-131-8/+8
* [XFS] Remove spin.hEric Sandeen2008-02-071-1/+1
* [XFS] Unwrap pagb_lock.Eric Sandeen2008-02-071-10/+7
* [XFS] Clean up function name handling in tracing codeEric Sandeen2007-07-141-40/+13
* [XFS] Lazy Superblock CountersDavid Chinner2007-07-141-10/+38
* [XFS] reducing the number of random number functions.Joe Perches2007-05-081-1/+1
* [XFS] Minor code rearranging and cleanup to prevent some coverity falseNathan Scott2006-09-281-1/+3
* [XFS] endianess annotation for xfs_agfl_t. Trivial, xfs_agfl_t is alwaysChristoph Hellwig2006-09-281-3/+3
* [XFS] Fix xfs_free_extent related NULL pointer dereference.Nathan Scott2006-08-101-49/+54