summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott2006-06-201-2/+0
* [XFS] In actual allocation of file system blocks and freeing extents, theYingping Lu2006-06-091-6/+23
* [XFS] Fix a possible metadata buffer (AGFL) refcount leak when fixing anNathan Scott2006-05-081-1/+4
* [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-291-3/+3
* [XFS] Endianess annotations for various allocator data structuresChristoph Hellwig2005-11-021-78/+68
* [XFS] Update license/copyright notices to match the prefered SGINathan Scott2005-11-021-25/+11
* [XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott2005-11-021-8/+10
* [XFS] mark various symbols static Patch from Adrian BunkChristoph Hellwig2005-06-211-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+2623