summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa1-1/+1
2019-07-02xfs: create iterator error codesDarrick J. Wong1-1/+1
2019-06-29xfs: remove unused header filesEric Sandeen1-2/+0
2019-06-29xfs: always update params on small allocationBrian Foster1-2/+2
2019-06-29xfs: skip small alloc cntbt logic on NULL cursorBrian Foster1-2/+9
2019-06-29xfs: move small allocation helperBrian Foster1-96/+94
2019-06-29xfs: clean up small allocation helperBrian Foster1-72/+60
2019-06-29xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig1-6/+6
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-2/+2
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster1-0/+3
2019-04-15xfs: don't account extra agfl blocks as availableBrian Foster1-2/+8
2019-02-12xfs: miscellaneous verifier magic value fixupsBrian Foster1-4/+8
2019-02-12xfs: always check magic values in on-disk byte orderBrian Foster1-1/+1
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-5/+4
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-34/+34
2018-12-12xfs: libxfs: move xfs_perag_put latePan Bian1-1/+1
2018-08-03xfs: always defer agfl block freesBrian Foster1-9/+2
2018-08-03xfs: 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-12xfs: Initialize variables in xfs_alloc_get_rec before using themCarlos Maiolino1-2/+3
2018-07-12xfs: remove xfs_alloc_arg firstblock fieldBrian Foster1-10/+10
2018-07-12xfs: 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-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: validate btree records on retrievalDave Chinner1-2/+20
2018-06-05xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong1-4/+8
2018-05-16xfs: 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-24xfs: detect agfl count corruption and reset agflBrian Foster1-0/+94
2018-03-12xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster1-12/+6
2018-03-12xfs: rename agfl perag res type to rmapbtBrian Foster1-11/+9
2018-03-12xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-7/+24
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-4/+4
2018-01-18xfs: 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-02xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-27xfs: 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-28xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-4/+2
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong1-1/+1
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong1-0/+15
2017-04-04xfs: provide a query_range function for freespace btreesDarrick J. Wong1-0/+42
2017-02-18xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig1-14/+2