summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c
AgeCommit message (Expand)Author
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_imapJie Liu
2013-12-13xfs: use xfs_icluster_size_fsb in xfs_ialloc_inode_initJie Liu
2013-12-13xfs: get rid of XFS_IALLOC_BLOCKS macrosJie Liu
2013-12-13xfs: get rid of XFS_INODE_CLUSTER_SIZE macrosJie Liu
2013-12-13xfs: get rid of XFS_IALLOC_INODES macrosJie Liu
2013-12-11xfs: fix calculation of freed inode cluster blocksBen Myers
2013-11-06xfs: add tracepoints to AGF/AGI read operationsDave Chinner
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner
2013-10-23xfs: decouple log and transaction headersDave Chinner
2013-10-23xfs: create a shared header file for format-related informationDave Chinner
2013-08-30xfs: check correct status variable for xfs_inobt_get_rec() callBrian Foster
2013-08-20xfs: fix the comment of xfs_ialloc_ag_select()Zhi Yong Wu
2013-08-12xfs: fix issues that cause userspace warningsDave Chinner
2013-08-12xfs: move unrelated definitions out of xfs_inode.hDave Chinner
2013-06-27xfs: Use inode create transactionDave Chinner
2013-06-27xfs: Inode create item recoveryDave Chinner
2013-06-26xfs: Remove the left function variable from xfs_ialloc_get_rec()Jie Liu
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner
2013-04-21xfs: add version 3 inode format with CRCsChristoph Hellwig
2013-04-21xfs: add CRC checks to the AGIDave Chinner
2013-03-07xfs: rename random32() to prandom_u32()Akinobu Mita
2013-01-03xfs: don't zero structure members after a memset(0)Eric Sandeen
2012-11-26xfs: inode allocation should use unmapped buffers.Dave Chinner
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner
2012-11-15xfs: verify AGI blocks as they are read from diskDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-11-02xfs: Update inode alloc commentsCarlos Maiolino
2012-10-18xfs: zero allocation_args on the kernel stackMark Tinguely
2012-09-26xfs: Fix m_agirotor reset during AG selectionCarlos Maiolino
2012-08-16xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig
2012-07-29xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig
2012-07-29xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig
2012-07-29xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig
2012-07-29xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig
2012-07-29xfs: split xfs_diallocChristoph Hellwig
2012-07-22xfs: remove xfs_ialloc_find_freeChristoph Hellwig
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner
2012-05-14xfs: kill XBF_LOCKDave Chinner
2012-01-03xfs: propagate umode_tAl Viro
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig
2011-10-11xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig
2010-08-24xfs: fix untrusted inode number lookupDave Chinner
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig