aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-5/+4
2018-07-31xfs: move extent busy tree initialization to xfs_initialize_peragDarrick J. Wong1-3/+0
2018-07-11xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino1-2/+3
2018-07-11xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-10/+10
2018-07-11xfs: rename xfs_trans ->t_agfl_dfops to ->t_dfopsBrian Foster1-2/+2
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-49/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: validate btree records on retrievalDave Chinner1-2/+20
2018-06-04xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong1-4/+8
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong1-0/+37
2018-05-10xfs: add bmapi nodiscard flagBrian Foster1-3/+7
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster1-4/+47
2018-05-09xfs: create agfl block free helper functionBrian Foster1-10/+27
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-4/+2
2018-03-23xfs: detect agfl count corruption and reset agflBrian Foster1-0/+94
2018-03-11xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster1-12/+6
2018-03-11xfs: rename agfl perag res type to rmapbtBrian Foster1-11/+9
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-7/+24
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-4/+4
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong1-1/+20
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong1-6/+17
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-11/+22
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-21/+22
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-14/+6
2017-12-21xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong1-2/+2
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-26xfs: create block pointer check functionsDarrick J. Wong1-0/+49
2017-10-11xfs: handle error if xfs_btree_get_bufs failsEric Sandeen1-0/+8
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-4/+2
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-1/+1
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong1-0/+15
2017-04-03xfs: provide a query_range function for freespace btreesDarrick J. Wong1-0/+42
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig1-14/+2
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig1-44/+49
2017-01-09xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig1-3/+4
2017-01-09xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig1-64/+17
2017-01-09xfs: fix bogus minleft manipulationsChristoph Hellwig1-17/+7
2017-01-09xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig1-4/+1
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong1-3/+7
2016-10-03xfs: reserve AG space for the refcount btree rootDarrick J. Wong1-0/+2
2016-10-03xfs: add refcount btree operationsDarrick J. Wong1-0/+3
2016-10-03xfs: refcount btree add more reserved blocksDarrick J. Wong1-0/+13
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong1-0/+5
2016-10-03Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner1-11/+12
2016-09-26xfs: remote attribute blocks aren't really userdataDave Chinner1-11/+12
2016-09-19xfs: set up per-AG free space reservationsDarrick J. Wong1-34/+78
2016-08-26xfs: don't log the entire end of the AGFDarrick J. Wong1-0/+2
2016-08-17xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong1-0/+13
2016-08-17xfs: store rmapbt block count in the AGFDarrick J. Wong1-0/+1