aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner1-1/+0
2014-06-06xfs: kill xfs_buf_geterror()Dave Chinner1-1/+0
2014-05-20Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner1-3/+1
2014-05-20Merge branch 'xfs-misc-fixes-2-for-3.16' into for-nextDave Chinner1-5/+5
2014-05-20xfs: fix compile error when libxfs header used in C++ codeRoger Willcocks1-3/+3
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-3/+1
2014-04-24xfs: update the finobt on inode freeBrian Foster1-0/+102
2014-04-24xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster1-65/+96
2014-04-24xfs: use and update the finobt on inode allocationBrian Foster1-5/+290
2014-04-24xfs: insert newly allocated inode chunks into the finobtBrian Foster1-23/+70
2014-04-24xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster1-6/+32
2014-04-24xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster1-4/+4
2014-03-13Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner1-0/+12
2014-03-07xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster1-0/+12
2014-02-27xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen1-11/+10
2014-02-27xfs: add helper for updating checksums on xfs_bufsEric Sandeen1-1/+1
2014-02-27xfs: add helper for verifying checksums on xfs_bufsEric Sandeen1-2/+2
2014-02-27xfs: Use defines for CRC offsets in all casesEric Sandeen1-3/+2
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_imapJie Liu1-2/+2
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_initJie Liu1-15/+8
2013-12-13xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu1-6/+6
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu1-5/+5
2013-12-13xfs: get rid of XFS_IALLOC_INODES macrosJie Liu1-6/+6
2013-12-11xfs: fix calculation of freed inode cluster blocksBen Myers1-1/+1
2013-11-06xfs: add tracepoints to AGF/AGI read operationsDave Chinner1-1/+5
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-4/+2
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-1/+2
2013-08-30xfs: check correct status variable for xfs_inobt_get_rec() callBrian Foster1-1/+1
2013-08-20xfs: fix the comment of xfs_ialloc_ag_select()Zhi Yong Wu1-1/+1
2013-08-12xfs: fix issues that cause userspace warningsDave Chinner1-1/+1
2013-08-12xfs: move unrelated definitions out of xfs_inode.hDave Chinner1-0/+1
2013-06-27xfs: Use inode create transactionDave Chinner1-9/+23
2013-06-27xfs: Inode create item recoveryDave Chinner1-9/+28
2013-06-26xfs: Remove the left function variable from xfs_ialloc_get_rec()Jie Liu1-4/+3
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-1/+1
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig1-9/+41
2013-04-21xfs: add CRC checks to the AGIDave Chinner1-14/+43
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen1-4/+0
2012-11-26xfs: inode allocation should use unmapped buffers.Dave Chinner1-1/+2
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-8/+10
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-2/+3
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-1/+16
2012-11-15xfs: verify AGI blocks as they are read from diskDave Chinner1-21/+35
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-1/+1
2012-11-02xfs: Update inode alloc commentsCarlos Maiolino1-3/+3
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely1-0/+1
2012-09-26xfs: Fix m_agirotor reset during AG selectionCarlos Maiolino1-1/+1
2012-08-16xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig1-8/+9