aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_da_btree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-24xfs: xfs_da3_node_read_verify() doesn't handle XFS_ATTR3_LEAF_MAGICDave Chinner1-0/+1
2013-05-24xfs: fix missing KM_NOFS tags to keep lockdep happyDave Chinner1-2/+4
2013-05-01xfs: fix da node magic number mismatchesDave Chinner1-1/+1
2013-04-27xfs: buffer type overruns blf_flags fieldDave Chinner1-6/+6
2013-04-27xfs: add buffer types to directory and attribute buffersDave Chinner1-3/+43
2013-04-27xfs: add CRCs to attr leaf blocksDave Chinner1-14/+20
2013-04-27xfs: add CRCs to dir2/da node blocksDave Chinner1-553/+843
2013-04-27xfs: add CRC checking to dir2 leaf blocksDave Chinner1-10/+35
2012-11-15xfs: convert buffer verifiers to an ops structure.Dave Chinner1-15/+25
2012-11-15xfs: connect up write verifiers to new buffersDave Chinner1-0/+3
2012-11-15xfs: add pre-write metadata buffer verifier callbacksDave Chinner1-12/+25
2012-11-15xfs: Add verifiers to dir2 data readahead.Dave Chinner1-2/+2
2012-11-15xfs: add xfs_da_node verificationDave Chinner1-26/+83
2012-11-15xfs: add verifier callback to directory read codeDave Chinner1-16/+28
2012-11-15xfs: make buffer read verication an IO completion functionDave Chinner1-2/+2
2012-11-13xfs: add more attribute tree trace points.Dave Chinner1-0/+6
2012-07-01xfs: remove struct xfs_dabuf and infrastructureDave Chinner1-219/+118
2012-07-01xfs: use discontiguous xfs_buf support in dabuf wrappersDave Chinner1-300/+238
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-05-14xfs: use blocks for storing the desired IO sizeDave Chinner1-8/+8
2012-03-27xfs: add lots of attribute trace pointsDave Chinner1-0/+32
2011-10-11xfs: remove XFS_BUF_SET_VTYPE and XFS_BUF_SET_VTYPE_REFChristoph Hellwig1-7/+4
2011-10-11xfs: rename xfs_bmapi to xfs_bmapi_writeDave Chinner1-6/+4
2011-10-11xfs: remove xfs_bmapi_single()Dave Chinner1-24/+8
2011-10-11xfs: introduce xfs_bmapi_read()Dave Chinner1-5/+4
2011-08-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxAlex Elder1-11/+21
2011-07-26xfs: encapsulate a block of debug codeAlex Elder1-11/+21
2011-07-25xfs: Remove the macro XFS_BUF_PTRChandra Seetharaman1-5/+5
2011-07-25xfs: Remove the macro XFS_BUF_ERROR and familyChandra Seetharaman1-1/+1
2011-07-13xfs: remove the dead XFS_DABUF_DEBUG codeChristoph Hellwig1-56/+12
2011-07-13xfs: factor out xfs_da_grow_inode_intChristoph Hellwig1-57/+69
2011-07-13xfs: reshuffle dir2 headersChristoph Hellwig1-6/+3
2011-07-08xfs: byteswap constants instead of variablesChristoph Hellwig1-29/+29
2011-07-08xfs: avoid usage of struct xfs_dir2_dataChristoph Hellwig1-7/+4
2011-03-07xfs: Convert remaining cmn_err() callers to new APIDave Chinner1-5/+4
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig1-4/+2
2010-07-26xfs: remove unused delta tracking code in xfs_bmapiChristoph Hellwig1-5/+4
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-4/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-01-20xfs: convert dirnameops to unsigned char namesDave Chinner1-2/+2
2009-12-14xfs: event tracing supportChristoph Hellwig1-1/+2
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_buf_makeChristoph Hellwig1-2/+2
2009-08-12xfs: switch to NOFS allocation under i_lock in xfs_da_state_allocChristoph Hellwig1-1/+1
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-1/+1
2009-01-16[XFS] Remove the rest of the macro-to-function indirections.Eric Sandeen1-4/+4
2008-10-30[XFS] Account for allocated blocks when expanding directoriesDavid Chinner1-0/+5
2008-07-28[XFS] streamline init/exit pathChristoph Hellwig1-1/+1
2008-07-28[XFS] Add op_flags field and helpers to xfs_da_argsBarry Naujok1-1/+1
2008-07-28[XFS] Name operation vector for hash and compareBarry Naujok1-0/+22