summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: unlock the AGI buffer when looping in xfs_diallocChristoph Hellwig2012-08-231-8/+9
* xfs: do not read the AGI buffer in xfs_dialloc until nessecaryChristoph Hellwig2012-07-291-58/+69
* xfs: refactor xfs_ialloc_ag_selectChristoph Hellwig2012-07-291-51/+44Star
* xfs: add a short cut to xfs_dialloc for the non-NULL agbp caseChristoph Hellwig2012-07-291-21/+26
* xfs: remove the alloc_done argument to xfs_diallocChristoph Hellwig2012-07-291-3/+0Star
* xfs: split xfs_diallocChristoph Hellwig2012-07-291-175/+174Star
* xfs: remove xfs_ialloc_find_freeChristoph Hellwig2012-07-221-8/+1Star
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-0/+7
* xfs: kill XBF_LOCKDave Chinner2012-05-141-2/+1Star
* xfs: propagate umode_tAl Viro2012-01-041-2/+2
* xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-121-1/+1
* xfs: Check the return value of xfs_trans_get_buf()Chandra Seetharaman2011-10-121-5/+8
* xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-251-3/+2Star
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-081-7/+7
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-071-26/+17Star
* xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-071-22/+17Star
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
* xfs: fix untrusted inode number lookupDave Chinner2010-08-241-6/+10
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0Star
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0Star
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-16/+0Star
* xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner2010-06-241-4/+7
* xfs: validate untrusted inode numbers during lookupDave Chinner2010-06-241-43/+78
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-1/+1
* xfs: Replace per-ag array with a radix treeDave Chinner2010-01-151-23/+2Star
* xfs: convert remaining direct references to m_peragDave Chinner2010-01-151-10/+25
* xfs: kill the STATIC_INLINE macroChristoph Hellwig2009-12-111-1/+1
* xfs: free temporary cursor in xfs_diallocEric Sandeen2009-10-301-0/+1
* xfs: un-static xfs_inobt_lookupChristoph Hellwig2009-09-021-1/+1
* xfs: speed up free inode searchDave Chinner2009-09-011-27/+106
* xfs: rationalize xfs_inobt_lookup*Christoph Hellwig2009-09-011-55/+22Star
* xfs: untangle xfs_diallocChristoph Hellwig2009-09-011-153/+138Star
* xfs: factor out debug checks from xfs_dialloc and xfs_difreeDave Chinner2009-09-011-75/+56Star
* xfs: improve xfs_inobt_update prototypeChristoph Hellwig2009-09-011-12/+11Star
* xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig2009-09-011-50/+31Star
* xfs: factor out inode initialisationDave Chinner2009-09-011-80/+95
* xfs: fix various typosMalcolm Parsons2009-03-291-1/+1
* xfs: remove superflous inobt macrosChristoph Hellwig2009-02-091-5/+5
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-161-3/+3
* [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-12-011-1/+1
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-011-1/+0Star
* [XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig2008-12-011-47/+82
* [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-12-011-2/+1Star
* [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-011-2/+2
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-011-4/+4
* [XFS] kill xfs_ialloc_log_diChristoph Hellwig2008-12-011-65/+10Star
* [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-12-011-38/+63
* [XFS] implement generic xfs_btree_get_recChristoph Hellwig2008-10-301-0/+23
* [XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig2008-10-301-2/+2
* [XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig2008-10-301-1/+1