summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-49/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: validate btree records on retrievalDave Chinner2018-06-061-2/+20
* xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong2018-06-041-4/+8
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-151-0/+37
* xfs: add bmapi nodiscard flagBrian Foster2018-05-101-3/+7
* xfs: defer agfl block frees when dfops is availableBrian Foster2018-05-091-4/+47
* xfs: create agfl block free helper functionBrian Foster2018-05-091-10/+27
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-4/+2
* xfs: detect agfl count corruption and reset agflBrian Foster2018-03-231-0/+94
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-111-12/+6
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-111-11/+9
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-111-7/+24
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-4/+4
* xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong2018-01-171-1/+20
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-6/+17
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-11/+22
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-21/+22
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-14/+6
* xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-211-2/+2
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: create block pointer check functionsDarrick J. Wong2017-10-261-0/+49
* xfs: handle error if xfs_btree_get_bufs failsEric Sandeen2017-10-111-0/+8
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-4/+2
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-1/+1
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-031-0/+15
* xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-031-0/+42
* xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig2017-02-171-14/+2
* xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig2017-02-091-44/+49
* xfs: don't rely on ->total in xfs_alloc_space_availableChristoph Hellwig2017-01-091-3/+4
* xfs: adjust allocation length in xfs_alloc_space_availableChristoph Hellwig2017-01-091-64/+17
* xfs: fix bogus minleft manipulationsChristoph Hellwig2017-01-091-17/+7
* xfs: bump up reserved blocks in xfs_alloc_set_asideChristoph Hellwig2017-01-091-4/+1
* xfs: forbid AG btrees with level == 0Darrick J. Wong2016-12-051-3/+7
* xfs: reserve AG space for the refcount btree rootDarrick J. Wong2016-10-031-0/+2
* xfs: add refcount btree operationsDarrick J. Wong2016-10-031-0/+3
* xfs: refcount btree add more reserved blocksDarrick J. Wong2016-10-031-0/+13
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-0/+5
* Merge branch 'xfs-4.9-log-recovery-fixes' into for-nextDave Chinner2016-10-031-11/+12
|\
| * xfs: remote attribute blocks aren't really userdataDave Chinner2016-09-261-11/+12
* | xfs: set up per-AG free space reservationsDarrick J. Wong2016-09-191-34/+78
|/
* xfs: don't log the entire end of the AGFDarrick J. Wong2016-08-261-0/+2
* xfs: remove OWN_AG rmap when allocating a block from the AGFLDarrick J. Wong2016-08-171-0/+13
* xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-171-0/+1
* xfs: move (and rename) the deferred bmap-free tracepointsDarrick J. Wong2016-08-031-2/+0
* xfs: don't update rmapbt when fixing agflDarrick J. Wong2016-08-031-4/+14
* xfs: rmap btree requires more reserved free spaceDarrick J. Wong2016-08-031-0/+69
* xfs: introduce rmap extent operation stubsDarrick J. Wong2016-08-031-2/+17
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-10/+16
* xfs: rmap btree add more reserved blocksDarrick J. Wong2016-08-031-0/+11
OpenPOWER on IntegriCloud