| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: remove block number from inode lookup code | Dave Chinner | 2010-06-24 | 1 | -16/+0 |
* | xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED | Dave Chinner | 2010-06-24 | 1 | -4/+7 |
* | xfs: validate untrusted inode numbers during lookup | Dave Chinner | 2010-06-24 | 1 | -43/+78 |
* | xfs: remove duplicate buffer flags | Christoph Hellwig | 2010-01-21 | 1 | -1/+1 |
* | xfs: Replace per-ag array with a radix tree | Dave Chinner | 2010-01-15 | 1 | -23/+2 |
* | xfs: convert remaining direct references to m_perag | Dave Chinner | 2010-01-15 | 1 | -10/+25 |
* | xfs: kill the STATIC_INLINE macro | Christoph Hellwig | 2009-12-11 | 1 | -1/+1 |
* | xfs: free temporary cursor in xfs_dialloc | Eric Sandeen | 2009-10-30 | 1 | -0/+1 |
* | xfs: un-static xfs_inobt_lookup | Christoph Hellwig | 2009-09-01 | 1 | -1/+1 |
* | xfs: speed up free inode search | Dave Chinner | 2009-09-01 | 1 | -27/+106 |
* | xfs: rationalize xfs_inobt_lookup* | Christoph Hellwig | 2009-09-01 | 1 | -55/+22 |
* | xfs: untangle xfs_dialloc | Christoph Hellwig | 2009-09-01 | 1 | -153/+138 |
* | xfs: factor out debug checks from xfs_dialloc and xfs_difree | Dave Chinner | 2009-09-01 | 1 | -75/+56 |
* | xfs: improve xfs_inobt_update prototype | Christoph Hellwig | 2009-09-01 | 1 | -12/+11 |
* | xfs: improve xfs_inobt_get_rec prototype | Christoph Hellwig | 2009-09-01 | 1 | -50/+31 |
* | xfs: factor out inode initialisation | Dave Chinner | 2009-09-01 | 1 | -80/+95 |
* | xfs: fix various typos | Malcolm Parsons | 2009-03-29 | 1 | -1/+1 |
* | xfs: remove superflous inobt macros | Christoph Hellwig | 2009-02-09 | 1 | -5/+5 |
* | [XFS] Remove the rest of the macro-to-function indirections. | Eric Sandeen | 2009-01-16 | 1 | -3/+3 |
* | [XFS] kill the XFS_IMAP_BULKSTAT flag | Christoph Hellwig | 2008-12-01 | 1 | -1/+1 |
* | [XFS] embededd struct xfs_imap into xfs_inode | Christoph Hellwig | 2008-12-01 | 1 | -1/+0 |
* | [XFS] merge xfs_imap into xfs_dilocate | Christoph Hellwig | 2008-12-01 | 1 | -47/+82 |
* | [XFS] remove dead code for old inode item recovery | Christoph Hellwig | 2008-12-01 | 1 | -2/+1 |
* | [XFS] kill XFS_DINODE_VERSION_ defines | Christoph Hellwig | 2008-12-01 | 1 | -2/+2 |
* | [XFS] kill xfs_dinode_core_t | Christoph Hellwig | 2008-12-01 | 1 | -4/+4 |
* | [XFS] kill xfs_ialloc_log_di | Christoph Hellwig | 2008-12-01 | 1 | -65/+10 |
* | [XFS] factor out xfs_read_agi helper | Christoph Hellwig | 2008-12-01 | 1 | -38/+63 |
* | [XFS] implement generic xfs_btree_get_rec | Christoph Hellwig | 2008-10-30 | 1 | -0/+23 |
* | [XFS] implement generic xfs_btree_delete/delrec | Christoph Hellwig | 2008-10-30 | 1 | -2/+2 |
* | [XFS] implement generic xfs_btree_insert/insrec | Christoph Hellwig | 2008-10-30 | 1 | -1/+1 |
* | [XFS] implement generic xfs_btree_update | Christoph Hellwig | 2008-10-30 | 1 | -0/+20 |
* | [XFS] implement generic xfs_btree_lookup | Christoph Hellwig | 2008-10-30 | 1 | -0/+53 |
* | [XFS] implement generic xfs_btree_decrement | Christoph Hellwig | 2008-10-30 | 1 | -2/+2 |
* | [XFS] implement generic xfs_btree_increment | Christoph Hellwig | 2008-10-30 | 1 | -7/+7 |
* | [XFS] split up xfs_btree_init_cursor | Christoph Hellwig | 2008-10-30 | 1 | -8/+4 |
* | [XFS] Don't initialise new inode generation numbers to zero | David Chinner | 2008-04-29 | 1 | -0/+10 |
* | [XFS] Account for inode cluster alignment in all allocations | David Chinner | 2008-04-18 | 1 | -15/+29 |
* | [XFS] remove shouting-indirection macros from xfs_sb.h | Eric Sandeen | 2008-04-10 | 1 | -3/+3 |
* | [XFS] If you mount an XFS filesystem with no mount options at all, then | Josef Jeff Sipek | 2008-02-28 | 1 | -1/+1 |
* | xfs: convert beX_add to beX_add_cpu (new common API) | Marcin Slusarz | 2008-02-13 | 1 | -6/+6 |
* | [XFS] dinode endianess annotations | Christoph Hellwig | 2007-10-15 | 1 | -3/+3 |
* | [XFS] Lazy Superblock Counters | David Chinner | 2007-07-14 | 1 | -3/+25 |
* | [XFS] Keep stack usage down for 4k stacks by using noinline. | David Chinner | 2007-02-10 | 1 | -1/+1 |
* | [XFS] Remove last bulkstat false-positives with debug kernels. | Nathan Scott | 2006-09-28 | 1 | -0/+1 |
* | [XFS] use NULL for pointer initialisation instead of zero-cast-to-ptr | Nathan Scott | 2006-09-28 | 1 | -2/+2 |
* | [XFS] endianess annotations for xfs_inobt_rec_t / xfs_inobt_key_t | Christoph Hellwig | 2006-09-28 | 1 | -3/+3 |
* | [XFS] Remove version 1 directory code. Never functioned on Linux, just | Nathan Scott | 2006-06-20 | 1 | -2/+0 |
* | [XFS] Fix up debug code so that bulkstat wont generate thousands of | Nathan Scott | 2006-06-09 | 1 | -0/+3 |
* | [XFS] Fix a problem in aligning inode allocations to stripe unit | Nathan Scott | 2006-04-11 | 1 | -7/+8 |
* | [XFS] A change to inode chunk allocation to try allocating the new chunk | Glen Overby | 2006-03-29 | 1 | -40/+68 |