aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ialloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-16/+0
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner1-4/+7
2010-06-24xfs: validate untrusted inode numbers during lookupDave Chinner1-43/+78
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-1/+1
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-23/+2
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner1-10/+25
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig1-1/+1
2009-10-30xfs: free temporary cursor in xfs_diallocEric Sandeen1-0/+1
2009-09-01xfs: un-static xfs_inobt_lookupChristoph Hellwig1-1/+1
2009-09-01xfs: speed up free inode searchDave Chinner1-27/+106
2009-09-01xfs: rationalize xfs_inobt_lookup*Christoph Hellwig1-55/+22
2009-09-01xfs: untangle xfs_diallocChristoph Hellwig1-153/+138
2009-09-01xfs: factor out debug checks from xfs_dialloc and xfs_difreeDave Chinner1-75/+56
2009-09-01xfs: improve xfs_inobt_update prototypeChristoph Hellwig1-12/+11
2009-09-01xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig1-50/+31
2009-09-01xfs: factor out inode initialisationDave Chinner1-80/+95
2009-03-29xfs: fix various typosMalcolm Parsons1-1/+1
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig1-5/+5
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-3/+3
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig1-1/+1