summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ialloc.c
AgeCommit message (Expand)Author
2020-12-16xfs: remove xfs_buf_t typedefxfs-5.11-merge-4Dave Chinner
2020-12-12xfs: kill ialloced in xfs_dialloc()Gao Xiang
2020-12-12xfs: spilt xfs_dialloc() into 2 functionsDave Chinner
2020-12-12xfs: move xfs_dialloc_roll() into xfs_dialloc()Dave Chinner
2020-12-12xfs: introduce xfs_dialloc_roll()Dave Chinner
2020-12-12xfs: convert noroom, okalloc in xfs_dialloc() to boolGao Xiang
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: store inode btree block counts in AGI headerDarrick J. Wong
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-07-14xfs: get rid of unnecessary xfs_perag_{get,put} pairsGao Xiang
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2020-03-19xfs: add a new xfs_sb_version_has_v3inode helperChristoph Hellwig
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2019-12-19xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...xfs-5.5-fixes-1Darrick J. Wong
2019-11-12xfs: kill the XFS_WANT_CORRUPT_* macrosDarrick J. Wong
2019-08-28xfs: fix maxicount division by zero errorDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-28xfs: add struct xfs_mount pointer to struct xfs_bufChristoph Hellwig
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
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 countxfs-4.18-merge-10Darrick 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 parametersxfs-4.17-merge-2Eric 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