aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_ialloc.c
AgeCommit message (Expand)Author
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
2009-03-29xfs: fix various typosMalcolm Parsons
2009-02-09xfs: remove superflous inobt macrosChristoph Hellwig
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig
2008-12-01[XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig
2008-12-01[XFS] kill xfs_ialloc_log_diChristoph Hellwig
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_get_recChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_delete/delrecChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_insert/insrecChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_updateChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_lookupChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_decrementChristoph Hellwig
2008-10-30[XFS] implement generic xfs_btree_incrementChristoph Hellwig
2008-10-30[XFS] split up xfs_btree_init_cursorChristoph Hellwig
2008-04-29[XFS] Don't initialise new inode generation numbers to zeroDavid Chinner
2008-04-18[XFS] Account for inode cluster alignment in all allocationsDavid Chinner
2008-04-10[XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen
2008-02-28[XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz
2007-10-15[XFS] dinode endianess annotationsChristoph Hellwig
2007-07-14[XFS] Lazy Superblock CountersDavid Chinner
2007-02-10[XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott
2006-09-28[XFS] use NULL for pointer initialisation instead of zero-cast-to-ptrNathan Scott
2006-09-28[XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_tChristoph Hellwig
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott
2006-06-09[XFS] Fix up debug code so that bulkstat wont generate thousands ofNathan Scott
2006-04-11[XFS] Fix a problem in aligning inode allocations to stripe unitNathan Scott
2006-03-29[XFS] A change to inode chunk allocation to try allocating the new chunkGlen Overby