aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster1-12/+13
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-1/+1
2018-07-17libxfs: Fix a couple of sparse complaintisCarlos Maiolino1-1/+1
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster1-4/+2
2018-06-11xfs: update incore per-AG inode countDarrick J. Wong1-0/+2
2018-06-08xfs: move various type verifiers to common fileDave Chinner1-90/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-06-06xfs: validate btree records on retrievalDave Chinner1-1/+30
2018-06-03xfs: verify AGI unlinked list contains valid blocksDave Chinner1-15/+8
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong1-1/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-1/+1
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino1-2/+2
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong1-0/+99
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong1-0/+1
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong1-6/+11
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-11/+11
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong1-7/+3
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig1-7/+3
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong1-0/+1
2017-10-26xfs: create inode pointer verifiersDarrick J. Wong1-0/+90
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer1-2/+2
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster1-2/+0
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino1-28/+27
2017-08-11xfs: fix inobt inode allocation search optimizationOmar Sandoval1-1/+1
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong1-2/+1
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong1-17/+27
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-3/+3
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra1-2/+1
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner1-3/+10
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong1-1/+8
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen1-2/+2
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong1-2/+3
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong1-2/+6
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-7/+7
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-3/+3
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong1-0/+1
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong1-14/+5
2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong1-5/+4
2016-03-07xfs: fix computation of inode btree maxlevelsDarrick J. Wong1-2/+2
2016-01-04xfs: print name of verifier if it failsEric Sandeen1-0/+1
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster1-2/+8
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner1-1/+1
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster1-1/+1
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen1-2/+3
2015-06-04Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner1-7/+8
2015-06-04xfs: check min blks for random debug mode sparse allocationsBrian Foster1-7/+8
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner1-47/+494
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster1-10/+7
2015-05-29xfs: only free allocated regions of inode chunksBrian Foster1-3/+78
2015-05-29xfs: filter out sparse regions from individual inode allocationBrian Foster1-2/+13