summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ialloc.c
AgeCommit message (Expand)AuthorFilesLines
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-12xfs: 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-24xfs: decouple inode and bmap btree header filesDave Chinner1-4/+2
2013-10-24xfs: 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-21xfs: fix the comment of xfs_ialloc_ag_select()Zhi Yong Wu1-1/+1
2013-08-13xfs: fix issues that cause userspace warningsDave Chinner1-1/+1
2013-08-13xfs: 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-22xfs: 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-04xfs: don't zero structure members after a memset(0)Eric Sandeen1-4/+0
2012-11-27xfs: inode allocation should use unmapped buffers.Dave Chinner1-1/+2
2012-11-16xfs: convert buffer verifiers to an ops structure.Dave Chinner1-8/+10
2012-11-16xfs: connect up write verifiers to new buffersDave Chinner1-2/+3
2012-11-16xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-1/+16
2012-11-16xfs: verify AGI blocks as they are read from diskDave Chinner1-21/+35
2012-11-16xfs: make buffer read verication an IO completion functionDave Chinner1-1/+1
2012-11-03xfs: Update inode alloc commentsCarlos Maiolino1-3/+3
2012-10-19xfs: zero allocation_args on the kernel stackMark Tinguely1-0/+1
2012-09-27xfs: Fix m_agirotor reset during AG selectionCarlos Maiolino1-1/+1
2012-08-17xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig1-8/+9
2012-07-30xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig1-58/+69
2012-07-30xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig1-51/+44
2012-07-30xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig1-21/+26
2012-07-30xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig1-3/+0
2012-07-30xfs: split xfs_diallocChristoph Hellwig1-175/+174
2012-07-22xfs: remove xfs_ialloc_find_freeChristoph Hellwig1-8/+1
2012-05-15xfs: clean up xfs_bit.h includesDave Chinner1-0/+7
2012-05-15xfs: kill XBF_LOCKDave Chinner1-2/+1
2012-01-04xfs: propagate umode_tAl Viro1-2/+2
2011-10-12xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig1-1/+1
2011-10-12xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman1-5/+8
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-3/+2