aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_da_btree.c
AgeCommit message (Expand)Author
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: Add verifiers to dir2 data readahead.Dave Chinner
2012-11-15xfs: add xfs_da_node verificationDave Chinner
2012-11-15xfs: add verifier callback to directory read codeDave Chinner
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner
2012-11-13xfs: add more attribute tree trace points.Dave Chinner
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner
2012-07-01xfs: use discontiguous xfs_buf support in dabuf wrappersDave Chinner
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner
2012-03-27xfs: add lots of attribute trace pointsDave Chinner
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder
2011-07-26xfs: encapsulate a block of debug codeAlex Elder
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman
2011-07-13xfs: remove the dead XFS_DABUF_DEBUG codeChristoph Hellwig
2011-07-13xfs: factor out xfs_da_grow_inode_intChristoph Hellwig
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig
2011-07-08xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig
2010-07-26xfs: drop dmapi hooksChristoph Hellwig
2010-01-20xfs: convert dirnameops to unsigned char namesDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_buf_makeChristoph Hellwig
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_state_allocChristoph Hellwig
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen
2008-10-30[XFS] Account for allocated blocks when expanding directoriesDavid Chinner
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig
2008-07-28[XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok
2008-07-28[XFS] Remove unused arg from kmem_free()Denys Vlasenko
2008-02-13xfs: convert beX_add to beX_add_cpu (new common API)Marcin Slusarz
2008-02-07[XFS] Unwrap xfs_dabuf_global_lockEric Sandeen
2007-09-05[XFS] fix sparse shadowed variable warningsChristoph Hellwig
2007-02-10[XFS] Remove a bunch of unused functions from XFS.Eric Sandeen
2007-02-10[XFS] fix sparse warning in xfs_da_btree.cLachlan McIlroy
2006-09-28[XFS] Minor code rearranging and cleanup to prevent some coverity falseNathan Scott
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott