aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ialloc.c
AgeCommit message (Expand)Author
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
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-06-24xfs: remove block number from inode lookup codeDave Chinner
2010-06-24xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner
2010-06-24xfs: validate untrusted inode numbers during lookupDave Chinner
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig
2009-10-30xfs: free temporary cursor in xfs_diallocEric Sandeen
2009-09-01xfs: un-static xfs_inobt_lookupChristoph Hellwig
2009-09-01xfs: speed up free inode searchDave Chinner
2009-09-01xfs: rationalize xfs_inobt_lookup*Christoph Hellwig
2009-09-01xfs: untangle xfs_diallocChristoph Hellwig
2009-09-01xfs: factor out debug checks from xfs_dialloc and xfs_difreeDave Chinner
2009-09-01xfs: improve xfs_inobt_update prototypeChristoph Hellwig
2009-09-01xfs: improve xfs_inobt_get_rec prototypeChristoph Hellwig
2009-09-01xfs: factor out inode initialisationDave Chinner