summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: don't zero structure members after a memset(0)Eric Sandeen2013-01-031-2/+0Star
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-161-12/+16
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-161-4/+4
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-161-3/+32
* xfs: verify AGFL blocks as they are read from diskDave Chinner2012-11-161-1/+38
* xfs: verify AGF blocks as they are read from diskDave Chinner2012-11-161-26/+42
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-161-2/+2
* xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner2012-10-191-41/+1Star
* xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner2012-10-191-1/+1
* xfs: zero allocation_args on the kernel stackMark Tinguely2012-10-191-0/+1
* 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