summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ialloc.c
AgeCommit message (Expand)Author
2019-02-11xfs: miscellaneous verifier magic value fixupsBrian Foster
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-08-02xfs: pass transaction to xfs_defer_add()Brian Foster
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-17libxfs: Fix a couple of sparse complaintisCarlos Maiolino
2018-07-11xfs: remove dfops parameter from ifree call stackBrian Foster
2018-06-11xfs: update incore per-AG inode countDarrick J. Wong
2018-06-08xfs: move various type verifiers to common fileDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-06xfs: validate btree records on retrievalDave Chinner
2018-06-03xfs: verify AGI unlinked list contains valid blocksDave Chinner
2018-05-15xfs: expose various functions to repair codeDarrick J. Wong
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen
2018-01-29Split buffer's b_fspriv fieldCarlos Maiolino
2018-01-17xfs: add scrub cross-referencing helpers for the inode btreesDarrick J. Wong
2018-01-08xfs: create a new buf_ops pointer to verify structure metadataDarrick J. Wong
2018-01-08xfs: refactor verifier callers to print address of failing checkDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor xfs_verifier_error and xfs_buf_ioerrorDarrick J. Wong
2017-12-08xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig
2017-11-01xfs: move error injection tags into their own fileDarrick J. Wong
2017-10-26xfs: create inode pointer verifiersDarrick J. Wong
2017-10-11xfs: Fix bool initialization/comparisonThomas Meyer
2017-09-01xfs: don't log dirty ranges for ordered buffersBrian Foster
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino
2017-08-11xfs: fix inobt inode allocation search optimizationOmar Sandoval
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextDave Chinner
2016-12-05xfs: forbid AG btrees with level == 0Darrick J. Wong
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiEric Sandeen
2016-11-08libxfs: convert ushort to unsigned shortDarrick J. Wong
2016-08-03xfs: add owner field to extent allocation and freeingDarrick J. Wong
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsDarrick J. Wong
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong
2016-06-21xfs: rearrange xfs_bmap_add_free parametersDarrick J. Wong
2016-03-07xfs: fix computation of inode btree maxlevelsDarrick J. Wong
2016-01-04xfs: print name of verifier if it failsEric Sandeen
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksBrian Foster
2015-08-19Merge branch 'xfs-efi-rework' into for-nextDave Chinner
2015-08-19xfs: fix btree cursor error cleanupsBrian Foster
2015-07-29xfs: create new metadata UUID field and incompat flagEric Sandeen
2015-06-04Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextDave Chinner