aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ag.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-0/+4
2012-11-08xfs: add EOFBLOCKS inode tagging/untaggingBrian Foster1-0/+1
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner1-18/+0
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-3/+3
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig1-0/+1
2011-05-24xfs: add online discard supportChristoph Hellwig1-0/+2
2011-04-28xfs: exact busy extent trackingChristoph Hellwig1-1/+0
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner1-1/+1
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner1-0/+4
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner1-0/+2
2010-10-18xfs: lockless per-ag lookupsDave Chinner1-0/+3
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig1-1/+0
2010-05-24xfs: Improve scalability of busy extent trackingDave Chinner1-9/+15
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner1-0/+1
2010-01-15xfs: embed the pagb_list array in the perag structureDave Chinner1-8/+2
2010-01-15xfs: Add trace points for per-ag refcount debugging.Dave Chinner1-0/+2
2010-01-15xfs: Reference count per-ag structuresDave Chinner1-2/+2
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+14
2009-09-01xfs: speed up free inode searchDave Chinner1-0/+9
2009-08-31un-static xfs_read_agfEric Sandeen1-0/+3
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-3/+0
2009-06-08xfs: introduce a per-ag inode iteratorDave Chinner1-0/+2
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-2/+2
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-3/+3
2009-01-09[XFS] Remove macro-to-function indirections in the mask codeEric Sandeen1-1/+1
2008-12-01[XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig1-0/+2
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig1-0/+3
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner1-0/+5
2008-10-30[XFS] Sync up kernel and user-space headersBarry Naujok1-2/+3
2008-02-07[XFS] Unwrap pagb_lock.Eric Sandeen1-1/+1
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-0/+4
2007-07-14[XFS] Concurrent Multi-File Data StreamsDavid Chinner1-0/+1
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner1-2/+6
2006-09-28[XFS] endianess annotation for xfs_agfl_t. Trivial, xfs_agfl_t is alwaysChristoph Hellwig1-1/+1
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2005-11-02[XFS] Endianess annotations for various allocator data structuresChristoph Hellwig1-30/+28
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-124/+26
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+345