summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ialloc.c
AgeCommit message (Expand)Author
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
2015-06-04xfs: check min blks for random debug mode sparse allocationsBrian Foster
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextDave Chinner
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster
2015-05-29xfs: only free allocated regions of inode chunksBrian Foster
2015-05-29xfs: filter out sparse regions from individual inode allocationBrian Foster
2015-05-29xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster
2015-05-29xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster
2015-05-29xfs: pass inode count through ordered icreate log itemBrian Foster
2015-05-29xfs: introduce inode record hole mask for sparse inode chunksBrian Foster
2015-05-29xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster
2015-05-29xfs: update free inode record logic to support sparse inode recordsBrian Foster
2015-05-29xfs: create individual inode alloc. helperBrian Foster
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner
2014-12-01libxfs: fix simple_return.cocci warningskbuild test robot
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig