aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-29xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig1-58/+69
2012-07-29xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig1-51/+44
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig1-21/+26
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig1-3/+0
2012-07-29xfs: split xfs_diallocChristoph Hellwig1-175/+174
2012-07-22xfs: remove xfs_ialloc_find_freeChristoph Hellwig1-8/+1
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-0/+7
2012-05-14xfs: kill XBF_LOCKDave Chinner1-2/+1
2012-01-03xfs: propagate umode_tAl Viro1-2/+2
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig1-1/+1
2011-10-11xfs: 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
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-7/+7
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-26/+17
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner1-22/+17
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-08-24xfs: fix untrusted inode number lookupDave Chinner1-6/+10
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0