summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xfs-misc-fixes-3-for-3.16' into for-nextDave Chinner2014-06-091-1/+0Star
|\
| * xfs: kill xfs_buf_geterror()Dave Chinner2014-06-061-1/+0Star
* | Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner2014-05-201-3/+1Star
|\ \
| * | xfs: turn NLINK feature on by defaultDave Chinner2014-05-191-3/+1Star
| |/
* | Merge branch 'xfs-misc-fixes-2-for-3.16' into for-nextDave Chinner2014-05-201-5/+5
|\ \
| * | xfs: fix compile error when libxfs header used in C++ codeRoger Willcocks2014-05-201-3/+3
| |/
* | xfs: update the finobt on inode freeBrian Foster2014-04-241-0/+102
* | xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helperBrian Foster2014-04-241-65/+96
* | xfs: use and update the finobt on inode allocationBrian Foster2014-04-241-5/+290
* | xfs: insert newly allocated inode chunks into the finobtBrian Foster2014-04-241-23/+70
* | xfs: support the XFS_BTNUM_FINOBT free inode btree typeBrian Foster2014-04-241-6/+32
* | xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbersBrian Foster2014-04-241-4/+4
|/
* Merge branch 'xfs-bug-fixes-for-3.15-2' into for-nextDave Chinner2014-03-131-0/+12
|\
| * xfs: avoid AGI/AGF deadlock scenario for inode chunk allocationBrian Foster2014-03-071-0/+12
* | xfs: modify verifiers to differentiate CRC from other errorsEric Sandeen2014-02-271-11/+10Star
* | xfs: add helper for updating checksums on xfs_bufsEric Sandeen2014-02-271-1/+1
* | xfs: add helper for verifying checksums on xfs_bufsEric Sandeen2014-02-271-2/+2
* | xfs: Use defines for CRC offsets in all casesEric Sandeen2014-02-271-3/+2Star
|/
* xfs: use xfs_icluster_size_fsb in xfs_imapJie Liu2013-12-131-2/+2
* xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_initJie Liu2013-12-131-15/+8Star
* xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu2013-12-131-6/+6
* xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu2013-12-131-5/+5
* xfs: get rid of XFS_IALLOC_INODES macrosJie Liu2013-12-131-6/+6
* xfs: fix calculation of freed inode cluster blocksBen Myers2013-12-111-1/+1
* xfs: add tracepoints to AGF/AGI read operationsDave Chinner2013-11-061-1/+5
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-4/+2Star
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+4
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-1/+2
* xfs: check correct status variable for xfs_inobt_get_rec() callBrian Foster2013-08-301-1/+1
* xfs: fix the comment of xfs_ialloc_ag_select()Zhi Yong Wu2013-08-201-1/+1
* xfs: fix issues that cause userspace warningsDave Chinner2013-08-121-1/+1
* xfs: move unrelated definitions out of xfs_inode.hDave Chinner2013-08-121-0/+1
* xfs: Use inode create transactionDave Chinner2013-06-271-9/+23
* xfs: Inode create item recoveryDave Chinner2013-06-271-9/+28
* xfs: Remove the left function variable from xfs_ialloc_get_rec()Jie Liu2013-06-261-4/+3Star
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-271-1/+1
* xfs: add version 3 inode format with CRCsChristoph Hellwig2013-04-211-9/+41
* xfs: add CRC checks to the AGIDave Chinner2013-04-211-14/+43
* xfs: rename random32() to prandom_u32()Akinobu Mita2013-03-071-1/+1
* xfs: don't zero structure members after a memset(0)Eric Sandeen2013-01-031-4/+0Star
* xfs: inode allocation should use unmapped buffers.Dave Chinner2012-11-261-1/+2
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-161-8/+10
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-161-2/+3
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-161-1/+16
* xfs: verify AGI blocks as they are read from diskDave Chinner2012-11-161-21/+35
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-161-1/+1
* xfs: Update inode alloc commentsCarlos Maiolino2012-11-021-3/+3
* xfs: zero allocation_args on the kernel stackMark Tinguely2012-10-191-0/+1
* xfs: Fix m_agirotor reset during AG selectionCarlos Maiolino2012-09-261-1/+1
* xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig2012-08-161-8/+9