summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* libxfs: move source filesDave Chinner2014-06-251-2630/+0
* xfs: Fix rounding in xfs_alloc_fix_len()Jan Kara2014-06-061-10/+8
* xfs: kill xfs_buf_geterror()Dave Chinner2014-06-061-1/+0
* xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-271-20/+17
* xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-271-2/+2
* xfs: add helper for verifying checksums on xfs_bufsEric Sandeen2014-02-271-4/+2
* xfs: Use defines for CRC offsets in all casesEric Sandeen2014-02-271-6/+4
* xfs: add tracepoints to AGF/AGI read operationsDave Chinner2013-11-061-1/+4
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-4/+1
* xfs: decouple log and transaction headersDave Chinner2013-10-231-2/+4
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-1/+2
* xfs: kill __KERNEL__ check for debug code in allocation codeDave Chinner2013-08-121-3/+3
* xfs: Avoid pathological backwards allocationJan Kara2013-05-201-6/+18
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-2/+2
* xfs: add CRC checks to the AGFLChristoph Hellwig2013-04-211-41/+78
* xfs: add CRC checks to the AGFDave Chinner2013-04-211-24/+56
* xfs: rename random32() to prandom_u32()Akinobu Mita2013-03-071-1/+1
* xfs: don't zero structure members after a memset(0)Eric Sandeen2013-01-031-2/+0
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-151-12/+16
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-151-4/+4
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-151-3/+32
* xfs: verify AGFL blocks as they are read from diskDave Chinner2012-11-151-1/+38
* xfs: verify AGF blocks as they are read from diskDave Chinner2012-11-151-26/+42
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-151-2/+2
* xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner2012-10-181-41/+1
* xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner2012-10-181-1/+1
* xfs: zero allocation_args on the kernel stackMark Tinguely2012-10-181-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/+0
* 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/+1
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-141-1/+0
* 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-111-2/+2
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-4/+3
* xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Chandra Seetharaman2011-07-081-8/+4
* 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/+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