aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-29xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster1-2/+13
2015-05-29xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster1-14/+316
2015-05-29xfs: pass inode count through ordered icreate log itemBrian Foster1-3/+4
2015-05-29xfs: introduce inode record hole mask for sparse inode chunksBrian Foster1-8/+40
2015-05-29xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster1-1/+1
2015-05-29xfs: update free inode record logic to support sparse inode recordsBrian Foster1-4/+12
2015-05-29xfs: create individual inode alloc. helperBrian Foster1-2/+12
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextDave Chinner1-2/+4
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNEric Sandeen1-9/+9
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOEric Sandeen1-12/+12
2015-02-23xfs: use generic percpu counters for inode counterDave Chinner1-2/+4
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-10/+24
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner1-10/+24
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner1-5/+1
2014-12-01libxfs: fix simple_return.cocci warningskbuild test robot1-5/+1
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-09-29xfs: fix use of agi_newino in finobt lookupDave Chinner1-3/+2
2014-09-09xfs: add a few more verifier testsEric Sandeen1-0/+2
2014-06-25xfs: global error sign conversionDave Chinner1-16/+16
2014-06-25libxfs: move source filesDave Chinner1-0/+2189