summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-3/+0Star
* xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig2019-06-291-3/+3
* xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong2019-06-121-5/+16
* xfs: refactor inode geometry setup routinesDarrick J. Wong2019-06-121-28/+96
* xfs: separate inode geometryDarrick J. Wong2019-06-121-51/+56
* xfs: miscellaneous verifier magic value fixupsBrian Foster2019-02-121-1/+2
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-121-4/+4
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-13/+10Star
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-9/+8Star
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-5/+3Star
* xfs: pass transaction to xfs_defer_add()Brian Foster2018-08-031-12/+13
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* libxfs: Fix a couple of sparse complaintisCarlos Maiolino2018-07-171-1/+1
* xfs: remove dfops parameter from ifree call stackBrian Foster2018-07-121-4/+2Star
* xfs: update incore per-AG inode countDarrick J. Wong2018-06-121-0/+2
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-90/+0Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: validate btree records on retrievalDave Chinner2018-06-061-1/+30
* xfs: verify AGI unlinked list contains valid blocksDave Chinner2018-06-041-15/+8Star
* xfs: expose various functions to repair codeDarrick J. Wong2018-05-161-1/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-2/+2
* xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong2018-01-181-0/+99
* xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong2018-01-081-0/+1
* xfs: refactor verifier callers to print address of failing checkDarrick J. Wong2018-01-081-6/+11
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-11/+11
* xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong2018-01-081-7/+3Star
* xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-091-7/+3Star
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: create inode pointer verifiersDarrick J. Wong2017-10-271-0/+90
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-2/+2
* xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-011-2/+0Star
* xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-08-221-28/+27Star
* xfs: fix inobt inode allocation search optimizationOmar Sandoval2017-08-121-1/+1
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-281-2/+1Star
* xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2017-06-191-17/+27
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-3/+3
* xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra2017-02-171-2/+1Star
* Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner2016-12-071-3/+10
|\
| * xfs: forbid AG btrees with level == 0Darrick J. Wong2016-12-051-1/+8
| * xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen2016-12-051-2/+2
* | libxfs: convert ushort to unsigned shortDarrick J. Wong2016-11-081-2/+3
|/
* xfs: add owner field to extent allocation and freeingDarrick J. Wong2016-08-031-2/+6
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-7/+7
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-3/+3
* xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong2016-08-031-0/+1
* xfs: refactor btree maxlevels computationDarrick J. Wong2016-06-211-14/+5Star
* xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong2016-06-211-5/+4Star
* xfs: fix computation of inode btree maxlevelsDarrick J. Wong2016-03-061-2/+2
* xfs: print name of verifier if it failsEric Sandeen2016-01-041-0/+1