aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_ialloc.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-11xfs: Fix bool initialization/comparisonGravatar Thomas Meyer 1-2/+2
2017-09-01xfs: don't log dirty ranges for ordered buffersGravatar Brian Foster 1-2/+0
2017-08-22xfs: stop searching for free slots in an inode chunk when there are noneGravatar Carlos Maiolino 1-28/+27
2017-08-11xfs: fix inobt inode allocation search optimizationGravatar Omar Sandoval 1-1/+1
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORGravatar Darrick J. Wong 1-2/+1
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubGravatar Darrick J. Wong 1-17/+27
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-3/+3
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentGravatar Chandan Rajendra 1-2/+1
2016-12-07Merge branch 'xfs-4.10-misc-fixes-3' into for-nextGravatar Dave Chinner 1-3/+10
2016-12-05xfs: forbid AG btrees with level == 0Gravatar Darrick J. Wong 1-1/+8
2016-12-05xfs: Move AGI buffer type setting to xfs_read_agiGravatar Eric Sandeen 1-2/+2
2016-11-08libxfs: convert ushort to unsigned shortGravatar Darrick J. Wong 1-2/+3
2016-08-03xfs: add owner field to extent allocation and freeingGravatar Darrick J. Wong 1-2/+6
2016-08-03xfs: rename flist/free_list to dfopsGravatar Darrick J. Wong 1-7/+7
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Gravatar Darrick J. Wong 1-3/+3
2016-08-03xfs: rework xfs_bmap_free callers to use xfs_defer_opsGravatar Darrick J. Wong 1-0/+1
2016-06-21xfs: refactor btree maxlevels computationGravatar Darrick J. Wong 1-14/+5
2016-06-21xfs: rearrange xfs_bmap_add_free parametersGravatar Darrick J. Wong 1-5/+4
2016-03-07xfs: fix computation of inode btree maxlevelsGravatar Darrick J. Wong 1-2/+2
2016-01-04xfs: print name of verifier if it failsGravatar Eric Sandeen 1-0/+1
2015-10-12xfs: validate metadata LSNs against log on v5 superblocksGravatar Brian Foster 1-2/+8
2015-08-19Merge branch 'xfs-efi-rework' into for-nextGravatar Dave Chinner 1-1/+1
2015-08-19xfs: fix btree cursor error cleanupsGravatar Brian Foster 1-1/+1
2015-07-29xfs: create new metadata UUID field and incompat flagGravatar Eric Sandeen 1-2/+3
2015-06-04Merge branch 'xfs-misc-fixes-for-4.2-2' into for-nextGravatar Dave Chinner 1-7/+8
2015-06-04xfs: check min blks for random debug mode sparse allocationsGravatar Brian Foster 1-7/+8
2015-06-01Merge branch 'xfs-sparse-inode' into for-nextGravatar Dave Chinner 1-47/+494
2015-05-29xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Gravatar Brian Foster 1-10/+7
2015-05-29xfs: only free allocated regions of inode chunksGravatar Brian Foster 1-3/+78
2015-05-29xfs: filter out sparse regions from individual inode allocationGravatar Brian Foster 1-2/+13
2015-05-29xfs: randomly do sparse inode allocations in DEBUG modeGravatar Brian Foster 1-2/+13
2015-05-29xfs: allocate sparse inode chunks on full chunk allocation failureGravatar Brian Foster 1-14/+316
2015-05-29xfs: pass inode count through ordered icreate log itemGravatar Brian Foster 1-3/+4
2015-05-29xfs: introduce inode record hole mask for sparse inode chunksGravatar Brian Foster 1-8/+40
2015-05-29xfs: use sparse chunk alignment for min. inode allocation requirementGravatar Brian Foster 1-1/+1
2015-05-29xfs: update free inode record logic to support sparse inode recordsGravatar Brian Foster 1-4/+12
2015-05-29xfs: create individual inode alloc. helperGravatar Brian Foster 1-2/+12
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGravatar George Wang 1-3/+6
2015-02-24Merge branch 'xfs-generic-sb-counters' into for-nextGravatar Dave Chinner 1-2/+4
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_RETURNGravatar Eric Sandeen 1-9/+9
2015-02-23xfs: pass mp to XFS_WANT_CORRUPTED_GOTOGravatar Eric Sandeen 1-12/+12
2015-02-23xfs: use generic percpu counters for inode counterGravatar Dave Chinner 1-2/+4
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextGravatar Dave Chinner 1-10/+24
2014-12-04xfs: fix premature enospc on inode allocationGravatar Dave Chinner 1-10/+24
2014-12-01Merge branch 'xfs-coccinelle-cleanups' into for-nextGravatar Dave Chinner 1-5/+1
2014-12-01libxfs: fix simple_return.cocci warningsGravatar kbuild test robot 1-5/+1
2014-11-28xfs: merge xfs_inum.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-09-29xfs: fix use of agi_newino in finobt lookupGravatar Dave Chinner 1-3/+2