aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_da_btree.c
Commit message (Expand)AuthorAge
* xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGICDave Chinner2013-05-24
* xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner2013-05-24
* xfs: fix da node magic number mismatchesDave Chinner2013-05-01
* xfs: buffer type overruns blf_flags fieldDave Chinner2013-04-27
* xfs: add buffer types to directory and attribute buffersDave Chinner2013-04-27
* xfs: add CRCs to attr leaf blocksDave Chinner2013-04-27
* xfs: add CRCs to dir2/da node blocksDave Chinner2013-04-27
* xfs: add CRC checking to dir2 leaf blocksDave Chinner2013-04-27
* xfs: convert buffer verifiers to an ops structure.Dave Chinner2012-11-15
* xfs: connect up write verifiers to new buffersDave Chinner2012-11-15
* xfs: add pre-write metadata buffer verifier callbacksDave Chinner2012-11-15
* xfs: Add verifiers to dir2 data readahead.Dave Chinner2012-11-15
* xfs: add xfs_da_node verificationDave Chinner2012-11-15
* xfs: add verifier callback to directory read codeDave Chinner2012-11-15
* xfs: make buffer read verication an IO completion functionDave Chinner2012-11-15
* xfs: add more attribute tree trace points.Dave Chinner2012-11-13
* xfs: remove struct xfs_dabuf and infrastructureDave Chinner2012-07-01
* xfs: use discontiguous xfs_buf support in dabuf wrappersDave Chinner2012-07-01
* xfs: move xfsagino_t to xfs_types.hDave Chinner2012-05-14
* xfs: use blocks for storing the desired IO sizeDave Chinner2012-05-14
* xfs: add lots of attribute trace pointsDave Chinner2012-03-27
* xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig2011-10-11
* xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner2011-10-11
* xfs: remove xfs_bmapi_single()Dave Chinner2011-10-11
* xfs: introduce xfs_bmapi_read()Dave Chinner2011-10-11
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Alex Elder2011-08-08
|\
| * xfs: encapsulate a block of debug codeAlex Elder2011-07-26
* | xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman2011-07-25
* | xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman2011-07-25
|/
* xfs: remove the dead XFS_DABUF_DEBUG codeChristoph Hellwig2011-07-13
* xfs: factor out xfs_da_grow_inode_intChristoph Hellwig2011-07-13
* xfs: reshuffle dir2 headersChristoph Hellwig2011-07-13
* xfs: byteswap constants instead of variablesChristoph Hellwig2011-07-08
* xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig2011-07-08
* xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-06
* xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-18
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-26
* xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig2010-07-26
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-26
* xfs: drop dmapi hooksChristoph Hellwig2010-07-26
* xfs: convert dirnameops to unsigned char namesDave Chinner2010-01-19
* xfs: event tracing supportChristoph Hellwig2009-12-15
* xfs: switch to NOFS allocation under i_lock in xfs_da_buf_makeChristoph Hellwig2009-08-12
* xfs: switch to NOFS allocation under i_lock in xfs_da_state_allocChristoph Hellwig2009-08-12
* xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig2009-02-09
* [XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen2009-01-16
* [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-10-30
* [XFS] streamline init/exit pathChristoph Hellwig2008-07-28
* [XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok2008-07-28
* [XFS] Name operation vector for hash and compareBarry Naujok2008-07-28