aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_alloc.c
AgeCommit message (Expand)Author
2014-06-06xfs: Fix rounding in xfs_alloc_fix_len()Jan Kara
2014-06-06xfs: kill xfs_buf_geterror()Dave Chinner
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen
2014-02-27xfs: Use defines for CRC offsets in all casesEric Sandeen
2013-11-06xfs: add tracepoints to AGF/AGI read operationsDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-08-12xfs: kill __KERNEL__ check for debug code in allocation codeDave Chinner
2013-05-20xfs: Avoid pathological backwards allocationJan Kara
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-21xfs: add CRC checks to the AGFLChristoph Hellwig
2013-04-21xfs: add CRC checks to the AGFDave Chinner
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-15xfs: verify AGFL blocks as they are read from diskDave Chinner
2012-11-15xfs: verify AGF blocks as they are read from diskDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-10-18xfs: move allocation stack switch up to xfs_bmapi_allocateDave Chinner
2012-10-18xfs: introduce XFS_BMAPI_STACK_SWITCHDave Chinner
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely
2012-07-13xfs: don't defer metadata allocation to the workqueueDave Chinner
2012-07-13xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-21xfs: fix allocbt cursor leak in xfs_alloc_ag_vextent_nearDave Chinner
2012-06-20xfs: fix debug_object WARN at xfs_alloc_vextent()Jeff Liu
2012-05-14xfs: make xfs_extent_busy_trim not staticBen Myers
2012-05-14xfs: clean up busy extent namingDave Chinner
2012-05-14xfs: move busy extent handling to it's own fileDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-03-27xfs: fix fstrim offset calculationsDave Chinner
2012-03-22xfs: introduce an allocation workqueueDave Chinner
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-08xfs: remove variables that serve no purpose in xfs_alloc_ag_vextent_exact()Chandra Seetharaman
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig
2011-05-24xfs: add online discard supportChristoph Hellwig
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig
2011-04-28xfs: exact busy extent trackingChristoph Hellwig
2011-04-28xfs: do not immediately reuse busy extent rangesChristoph Hellwig
2011-04-28xfs: optimize AGFL refillsChristoph Hellwig
2011-04-08xfs: catch bad block numbers freeing extents.Dave Chinner
2011-03-09xfs: factor agf counter updates into a helperChristoph Hellwig
2011-03-09xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig